[Bug 1408692] Re: libvirt does not start because libusb_get_port_numbers symbol is undefined

2015-01-17 Thread Florian
Thank you for your answers, Serge. Hereafter are the information:

 strings /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0 | grep libusb_get_p
libusb_get_port_number
libusb_get_parent
libusb_get_port_numbers
libusb_get_port_path
libusb_get_pollfds
libusb_get_port_numbers

 /usr/bin/qemu-system-x86_64 -vnc :1
/usr/bin/qemu-system-x86_64: symbol lookup error: /usr/bin/qemu-system-x86_64: 
undefined symbol: libusb_get_port_numbers


but strangely:
strings /lib/libusb-1.0.so.0.1.0 | grep libusb_get_p
libusb_get_port_number
libusb_get_parent
libusb_get_port_path
libusb_get_pollfds

By checking the modified date, and finding all files that have been modified 
the exact same day, it turns out that it was a third-party software ( XIMEA 
video camera) that installed this library... (installed on all my computers)
Thanks for the help, and sorry for wasting your time...


** Changed in: qemu (Ubuntu)
   Status: Incomplete = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu in Ubuntu.
https://bugs.launchpad.net/bugs/1408692

Title:
  libvirt does not start because libusb_get_port_numbers symbol is
  undefined

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1408692/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1408692] Re: libvirt does not start because libusb_get_port_numbers symbol is undefined

2015-01-16 Thread Serge Hallyn
** Package changed: qemu-kvm (Ubuntu) = qemu (Ubuntu)

** Changed in: qemu (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu in Ubuntu.
https://bugs.launchpad.net/bugs/1408692

Title:
  libvirt does not start because libusb_get_port_numbers symbol is
  undefined

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1408692/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1408692] Re: libvirt does not start because libusb_get_port_numbers symbol is undefined

2015-01-16 Thread Serge Hallyn
Could you show the results of:

strings /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0 | grep libusb_get_p

** Changed in: qemu (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu in Ubuntu.
https://bugs.launchpad.net/bugs/1408692

Title:
  libvirt does not start because libusb_get_port_numbers symbol is
  undefined

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1408692/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1408692] Re: libvirt does not start because libusb_get_port_numbers symbol is undefined

2015-01-16 Thread Serge Hallyn
Just to be sure you do also get this error if you just type

/usr/bin/qemu-system-x86_64 -vnc :1

?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu in Ubuntu.
https://bugs.launchpad.net/bugs/1408692

Title:
  libvirt does not start because libusb_get_port_numbers symbol is
  undefined

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1408692/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1408692] Re: libvirt does not start because libusb_get_port_numbers symbol is undefined

2015-01-12 Thread Florian
** Changed in: qemu-kvm (Ubuntu)
   Status: Incomplete = New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/1408692

Title:
  libvirt does not start because libusb_get_port_numbers symbol is
  undefined

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1408692/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1408692] Re: libvirt does not start because libusb_get_port_numbers symbol is undefined

2015-01-11 Thread Florian
Here are the requested informations:

$ ldd /usr/bin/qemu-system-i386 |grep usb
libusb-1.0.so.0 = /lib/libusb-1.0.so.0 (0x7fdcf11e6000)
libusbredirparser.so.1 = 
/usr/lib/x86_64-linux-gnu/libusbredirparser.so.1 (0x7fdcf0fde000)

$ dpkg -l | grep libusb
ii  libgusb2:amd64  0.1.6-5 
   amd64GLib wrapper around libusb1
ii  libusb-0.1-4:amd64  2:0.1.12-23.3ubuntu1
   amd64userspace USB programming library
ii  libusb-1.0-0:amd64  2:1.0.17-1ubuntu2   
   amd64userspace USB programming library
ii  libusb-1.0-0-dev:amd64  2:1.0.17-1ubuntu2   
   amd64userspace USB programming library development files
ii  libusb-1.0-doc  2:1.0.17-1ubuntu2   
   all  documentation for userspace USB programming
ii  libusbredirparser1:amd640.6-2ubuntu1
   amd64Parser for the usbredir protocol (runtime)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/1408692

Title:
  libvirt does not start because libusb_get_port_numbers symbol is
  undefined

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1408692/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1408692] Re: libvirt does not start because libusb_get_port_numbers symbol is undefined

2015-01-10 Thread Serge Hallyn
** Changed in: qemu-kvm (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/1408692

Title:
  libvirt does not start because libusb_get_port_numbers symbol is
  undefined

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1408692/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1408692] Re: libvirt does not start because libusb_get_port_numbers symbol is undefined

2015-01-09 Thread Serge Hallyn
Thanks for reporting this bug.  Could you please show the results of:

ldd /usr/bin/qemu-system-i386 |grep usb

dpkg -l | grep libusb

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/1408692

Title:
  libvirt does not start because libusb_get_port_numbers symbol is
  undefined

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1408692/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs