Control: tag -1 + unreproducible moreinfo

12.12.2014 17:42, Matt Kraai wrote:
> Package: qemu-system-x86
> Version: 1:2.1+dfsg-11
> Severity: normal
> 
> Hi,
> 
> When I run qemu-system-x86_64, it outputs the following error message:
> 
>  qemu-system-x86_64: symbol lookup error: qemu-system-x86_64: undefined 
> symbol:
> libusb_free_ss_endpoint_companion_descriptor

Please run

   ldd /usr/bin/qemu-system-x86_64 | grep libusb-

it should output a line similar to this:

        libusb-1.0.so.0 => /lib/x86_64-linux-gnu/libusb-1.0.so.0 
(0x00007ffa0d445000)

please do an `ls -lL' on the file it prints, like this:

  ls -lL /lib/x86_64-linux-gnu/libusb-1.0.so.0

For x86_64 arch (your primary architecture), the output should be:

-rw-r--r-- 1 root root 97208 Jun 16 21:57 /lib/x86_64-linux-gnu/libusb-1.0.so.0

If the filename or the output of this ls command differ, please find
out where your libusb-1.0.so.0 file come from and fix this.

If your output is the same as I provided above, we'll dig further.

Thanks,

/mjt


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to