Skip to content

error while loading shared libraries: libpixman-1.so.0: cannot open shared object file: No such file or directory #111

@ohault

Description

@ohault

Does it possible to have some help according to this error ?

`
++ local TELNEL_PORT=8002
++ local SSH_PORT=7002
++ local 'OPTS=-serial telnet::8002,server,nowait -net nic -net user,hostfwd=tcp::7002-:22'
++ '[' x86_64 = riscv64 ']'
++ echo '-serial telnet::8002,server,nowait -net nic -net user,hostfwd=tcp::7002-:22'

  • VM2_OPTIONS_DEFAULT='-serial telnet::8002,server,nowait -net nic -net user,hostfwd=tcp::7002-:22'
  • '[' '' ']'
  • COMMON_OPTIONS='-smp 4 -m 256 -nographic -monitor null -cpu IvyBridge -machine q35 '
  • '[' '' ']'
  • VM1_OPTIONS='-serial telnet::8001,server,nowait -net nic -net user,hostfwd=tcp::7001-:22 '
  • '[' '' ']'
  • VM2_OPTIONS='-serial telnet::8002,server,nowait -net nic -net user,hostfwd=tcp::7002-:22 '
  • '[' 1000 ']'
  • VM1_OPTIONS='-serial telnet::8001,server,nowait -net nic -net user,hostfwd=tcp::7001-:22 -object memory-backend-file,id=mem,size=500M,mem-path=/dev/shm/qemu1,share=on -machine memory-backend=mem -m 500m'
  • VM2_OPTIONS='-serial telnet::8002,server,nowait -net nic -net user,hostfwd=tcp::7002-:22 -object memory-backend-file,id=mem,size=500M,mem-path=/dev/shm/qemu2,share=on -machine memory-backend=mem -m 500m'
  • ./tmp/work/x86_64-linux/qemu-system-native/8.0.2-r0/build/contrib/ivshmem-server/ivshmem-server -m . -l 1M -n 3 -F
  • ./tmp/work/x86_64-linux/qemu-system-native/8.0.2-r0/sysroot-destdir/home/user/project/build_dir/poky/build/tmp/work/x86_64-linux/qemu-system-native/8.0.2-r0/recipe-sysroot-native/usr/bin/qemu-system-x86_64 -drive file=guest_1/core-image-full-cmdline-qemux86_64.ext4,if=virtio,format=raw -kernel guest_1/bzImage -append 'root=/dev/vda rw ip=dhcp oprofile.timer=1 tsc=reliable no_timer_check rcupdate.rcu_expedited=1 ivshmem_master' -smp 4 -m 256 -nographic -monitor null -cpu IvyBridge -machine q35 -device idt-ntb-ivshmem,vectors=3,chardev=ivshmem,number=0 -chardev socket,path=/tmp/ivshmem_socket,id=ivshmem -serial telnet::8001,server,nowait -net nic -net user,hostfwd=tcp::7001-:22 -object memory-backend-file,id=mem,size=500M,mem-path=/dev/shm/qemu1,share=on -machine memory-backend=mem -m 500m
  • sleep 3
  • wait
    ./tmp/work/x86_64-linux/qemu-system-native/8.0.2-r0/sysroot-destdir/home/user/project/build_dir/poky/build/tmp/work/x86_64-linux/qemu-system-native/8.0.2-r0/recipe-sysroot-native/usr/bin/qemu-system-x86_64: error while loading shared libraries: libpixman-1.so.0: cannot open shared object file: No such file or directory
    *** Example code, do not use in production ***
  • ./tmp/work/x86_64-linux/qemu-system-native/8.0.2-r0/sysroot-destdir/home/user/project/build_dir/poky/build/tmp/work/x86_64-linux/qemu-system-native/8.0.2-r0/recipe-sysroot-native/usr/bin/qemu-system-x86_64 -drive file=guest_2/core-image-full-cmdline-qemux86_64.ext4,if=virtio,format=raw -kernel guest_2/bzImage -append 'root=/dev/vda rw ip=dhcp oprofile.timer=1 tsc=reliable no_timer_check rcupdate.rcu_expedited=1 ' -smp 4 -m 256 -nographic -monitor null -cpu IvyBridge -machine q35 -device idt-ntb-ivshmem,vectors=3,chardev=ivshmem,number=1 -chardev socket,path=/tmp/ivshmem_socket,id=ivshmem -serial telnet::8002,server,nowait -net nic -net user,hostfwd=tcp::7002-:22 -object memory-backend-file,id=mem,size=500M,mem-path=/dev/shm/qemu2,share=on -machine memory-backend=mem -m 500m
    ./tmp/work/x86_64-linux/qemu-system-native/8.0.2-r0/sysroot-destdir/home/user/project/build_dir/poky/build/tmp/work/x86_64-linux/qemu-system-native/8.0.2-r0/recipe-sysroot-native/usr/bin/qemu-system-x86_64: error while loading shared libraries: libpixman-1.so.0: cannot open shared object file: No such file or directory

`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions