RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1351106 - symbol lookup error: /usr/libexec/qemu-kvm: undefined symbol: libusb_get_port_numbers
Summary: symbol lookup error: /usr/libexec/qemu-kvm: undefined symbol: libusb_get_port...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: qemu-kvm
Version: 7.3
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Miroslav Rezanina
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-06-29 09:29 UTC by zhoujunqin
Modified: 2016-11-03 20:01 UTC (History)
15 users (show)

Fixed In Version: qemu-kvm-1.5.3-120.el7
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-11-03 20:01:43 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2016:2585 0 normal SHIPPED_LIVE Moderate: qemu-kvm security, bug fix, and enhancement update 2016-11-03 12:09:03 UTC

Description zhoujunqin 2016-06-29 09:29:04 UTC
Description of problem:
After i update qemu-kvm to qemu-kvm-1.5.3-116.el7.x86_64
When run '/usr/libexec/qemu-kvm' meet following error
  /usr/libexec/qemu-kvm: symbol lookup error: /usr/libexec/qemu-kvm: undefined symbol: libusb_get_port_numbers

Version-Release number of selected component (if applicable):
qemu-kvm-tools-1.5.3-116.el7.x86_64
qemu-kvm-common-1.5.3-116.el7.x86_64
qemu-kvm-debuginfo-1.5.3-116.el7.x86_64
qemu-kvm-1.5.3-116.el7.x86_64
qemu-img-1.5.3-116.el7.x86_64
libusb-0.1.4-3.el7.x86_64

How reproducible:
100%

Steps to Reproduce:
1. Update my host qemu-kvm to latest one:

# yum update http://download.eng.bos.redhat.com/brewroot/packages/qemu-kvm/1.5.3/116.el7/x86_64/qemu-img-1.5.3-116.el7.x86_64.rpm http://download.eng.bos.redhat.com/brewroot/packages/qemu-kvm/1.5.3/116.el7/x86_64/qemu-kvm-1.5.3-116.el7.x86_64.rpm http://download.eng.bos.redhat.com/brewroot/packages/qemu-kvm/1.5.3/116.el7/x86_64/qemu-kvm-common-1.5.3-116.el7.x86_64.rpm http://download.eng.bos.redhat.com/brewroot/packages/qemu-kvm/1.5.3/116.el7/x86_64/qemu-kvm-tools-1.5.3-116.el7.x86_64.rpm http://download.eng.bos.redhat.com/brewroot/packages/qemu-kvm/1.5.3/116.el7/x86_64/qemu-kvm-debuginfo-1.5.3-116.el7.x86_64.rpm -y
...

2. After updating finish, run 
# /usr/libexec/qemu-kvm --help
/usr/libexec/qemu-kvm: symbol lookup error: /usr/libexec/qemu-kvm: undefined symbol: libusb_get_port_numbers

3.Debug and find package 'libusbx' need higher version, after update it to 
libusbx-1.0.20-1.el7.x86_64, it works well.
# /usr/libexec/qemu-kvm --help
QEMU emulator version 1.5.3 (qemu-kvm-1.5.3-116.el7), Copyright (c) 2003-2008 Fabrice Bellard
....

Actual results:
As above.
No error prompt when i update qemu-kvm package, such as
Requires:  libusbx-1.0.20-1.el7.x86_64 
Installed: libusbx-1.0.15-4.el7.x86_64

So it led to '/usr/libexec/qemu-kvm' not works.

Expected results:
Should add 'libusbx' to dependence of qemu-kvm package.

Additional info:

Comment 1 Richard W.M. Jones 2016-06-29 10:34:32 UTC
Seems to need:

 Requires: libusbx >= [some version]

in qemu spec file.

Can be worked around by simply upgrading to the later version of libusbx.

Comment 3 Yang Yang 2016-07-13 02:37:10 UTC
I have the same problem when upgrading qemu-kvm-rhev to qemu-kvm-rhev-2.6.0-12.el7.x86_64.

Comment 4 Miroslav Rezanina 2016-07-29 05:41:02 UTC
Fix included in qemu-kvm-1.5.3-120.el7

Comment 6 yduan 2016-09-08 08:44:16 UTC
Reproduced with qemu-kvm-1.5.3-116.el7.x86_64 and verified with qemu-kvm-1.5.3-122.el7.x86_64.

*************************************************************
Version-Release number of selected component (if applicable):
libusbx-1.0.15-4.el7.x86_64
qemu-kvm-1.5.3-115.el7.x86_64

Steps to verify:
1. Update host qemu-kvm to qemu-kvm-1.5.3-116.el7.x86_64:

# yum update http://download.eng.bos.redhat.com/brewroot/packages/qemu-kvm/1.5.3/116.el7/x86_64/qemu-img-1.5.3-116.el7.x86_64.rpm http://download.eng.bos.redhat.com/brewroot/packages/qemu-kvm/1.5.3/116.el7/x86_64/qemu-kvm-1.5.3-116.el7.x86_64.rpm http://download.eng.bos.redhat.com/brewroot/packages/qemu-kvm/1.5.3/116.el7/x86_64/qemu-kvm-common-1.5.3-116.el7.x86_64.rpm http://download.eng.bos.redhat.com/brewroot/packages/qemu-kvm/1.5.3/116.el7/x86_64/qemu-kvm-tools-1.5.3-116.el7.x86_64.rpm http://download.eng.bos.redhat.com/brewroot/packages/qemu-kvm/1.5.3/116.el7/x86_64/qemu-kvm-debuginfo-1.5.3-116.el7.x86_64.rpm -y
...

2. After updating finish, run 

# rpm -q qemu-kvm
qemu-kvm-1.5.3-116.el7.x86_64
# rpm -q libusbx
libusbx-1.0.15-4.el7.x86_64
# /usr/libexec/qemu-kvm -h
/usr/libexec/qemu-kvm: symbol lookup error: /usr/libexec/qemu-kvm: undefined symbol: libusb_get_port_numbers

3. Update host qemu-kvm to qemu-kvm-1.5.3-122.el7.x86_64:

# yum update http://download.eng.bos.redhat.com/brewroot/packages/qemu-kvm/1.5.3/122.el7/x86_64/qemu-img-1.5.3-122.el7.x86_64.rpm http://download.eng.bos.redhat.com/brewroot/packages/qemu-kvm/1.5.3/122.el7/x86_64/qemu-kvm-1.5.3-122.el7.x86_64.rpm http://download.eng.bos.redhat.com/brewroot/packages/qemu-kvm/1.5.3/122.el7/x86_64/qemu-kvm-common-1.5.3-122.el7.x86_64.rpm http://download.eng.bos.redhat.com/brewroot/packages/qemu-kvm/1.5.3/122.el7/x86_64/qemu-kvm-tools-1.5.3-122.el7.x86_64.rpm http://download.eng.bos.redhat.com/brewroot/packages/qemu-kvm/1.5.3/122.el7/x86_64/qemu-kvm-debuginfo-1.5.3-122.el7.x86_64.rpm -y
......
--> Processing Dependency: libusbx >= 1.0.19 for package: 10:qemu-kvm-1.5.3-122.el7.x86_64
......
---> Package libusbx.x86_64 0:1.0.15-4.el7 will be updated
---> Package libusbx.x86_64 0:1.0.20-1.el7 will be an update
......
Dependency Updated:
  libusbx.x86_64 0:1.0.20-1.el7                                                                Complete!

4. After updating finish, run 
# rpm -q qemu-kvm
qemu-kvm-1.5.3-122.el7.x86_64
# rpm -q libusbx
libusbx-1.0.20-1.el7.x86_64
# /usr/libexec/qemu-kvm -h
QEMU emulator version 1.5.3 (qemu-kvm-1.5.3-122.el7), Copyright (c) 2003-2008 Fabrice Bellard
......
*************************************************************

So this issue has been fixed already,change status to verified.

Comment 8 errata-xmlrpc 2016-11-03 20:01:43 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHSA-2016-2585.html


Note You need to log in before you can comment on or make changes to this bug.