Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
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.
DescriptionBrian Harrington
2013-08-21 01:18:28 UTC
Description of problem:
In attempting to figure out what provides a specified dependency for qemu-img-rhev (Requires: libusbredirparser.so.0()(64bit)) no packages are found.
Version-Release number of selected component (if applicable):
qemu-img-rhev-0.12.1.2-2.295.el6_3.10
How reproducible:
100%
Steps to Reproduce:
1. try to downgrade package
2. get angry
3. execute yum whatprovides
4. get angrier
5. open bug
Actual results:
bharring@cannery [~]# sudo yum downgrade qemu-img-rhev-0.12.1.2-2.295.el6_3.10 qemu-kvm-rhev-0.12.1.2-2.295.el6_3.10 qemu-kvm-rhev-tools-0.12.1.2-2.295.el6_3.10
Loaded plugins: security
Setting up Downgrade Process
Resolving Dependencies
There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them.
--> Running transaction check
---> Package qemu-img-rhev.x86_64 2:0.12.1.2-2.295.el6_3.10 will be a downgrade
--> Processing Dependency: libusbredirparser.so.0()(64bit) for package: 2:qemu-img-rhev-0.12.1.2-2.295.el6_3.10.x86_64
---> Package qemu-img-rhev.x86_64 2:0.12.1.2-2.355.el6_4.5 will be erased
---> Package qemu-kvm-rhev.x86_64 2:0.12.1.2-2.295.el6_3.10 will be a downgrade
rhel6/filelists_db | 3.8 MB 00:00
--> Processing Dependency: libusbredirparser.so.0()(64bit) for package: 2:qemu-kvm-rhev-0.12.1.2-2.295.el6_3.10.x86_64
---> Package qemu-kvm-rhev.x86_64 2:0.12.1.2-2.355.el6_4.5 will be erased
---> Package qemu-kvm-rhev-tools.x86_64 2:0.12.1.2-2.295.el6_3.10 will be a downgrade
---> Package qemu-kvm-rhev-tools.x86_64 2:0.12.1.2-2.355.el6_4.5 will be erased
--> Finished Dependency Resolution
Error: Package: 2:qemu-kvm-rhev-0.12.1.2-2.295.el6_3.10.x86_64 (rhel-x86_64-rhev-mgmt-agent-6)
Requires: libusbredirparser.so.0()(64bit)
Error: Package: 2:qemu-img-rhev-0.12.1.2-2.295.el6_3.10.x86_64 (rhel-x86_64-rhev-mgmt-agent-6)
Requires: libusbredirparser.so.0()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
bharring@cannery [~]# sudo yum whatprovides "*/libusbredirparser.so.0"
Loaded plugins: security
No Matches found
bharring@cannery [~]# sudo yum whatprovides "*/libusbredirparser.so.0*"
Loaded plugins: security
No Matches found
Expected results:
The package I need to downgrade or remove to solve the dependency issue
Additional info:
This related to trying to resolve BZ 999230
Hi Brian,
this is not reproducible in my conditions:
$ yum provides '*/libusbredirparser.so.0'
Loaded plugins: product-id, refresh-packagekit, rhnplugin, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
This system is receiving updates from RHN Classic or RHN Satellite.
epel/filelists_db | 7.6 MB 00:00
rhel/filelists_db | 4.6 MB 00:12
rhel-x86_64-server-6/filelists | 26 MB 00:02
virt-preview/filelists_db
usbredir-0.4.3-1.el6.i686 : USB network redirection protocol libraries
Repo : rhel-x86_64-server-6
Matched from:
Filename : /usr/lib/libusbredirparser.so.0
usbredir-0.4.3-1.el6.x86_64 : USB network redirection protocol libraries
Repo : rhel-x86_64-server-6
Matched from:
Filename : /usr/lib64/libusbredirparser.so.0
usbredir-0.4.3-1.el6_3.i686 : USB network redirection protocol libraries
Repo : rhel-x86_64-server-6
Matched from:
Filename : /usr/lib/libusbredirparser.so.0
usbredir-0.4.3-1.el6_3.x86_64 : USB network redirection protocol libraries
Repo : rhel-x86_64-server-6
Matched from:
Filename : /usr/lib64/libusbredirparser.so.0
$ uname -r
2.6.32-358.6.2.el6.x86_64
Could you please tell me more about the issue? Mainly the exact host system version?
Thanks,
Michal
Description of problem: In attempting to figure out what provides a specified dependency for qemu-img-rhev (Requires: libusbredirparser.so.0()(64bit)) no packages are found. Version-Release number of selected component (if applicable): qemu-img-rhev-0.12.1.2-2.295.el6_3.10 How reproducible: 100% Steps to Reproduce: 1. try to downgrade package 2. get angry 3. execute yum whatprovides 4. get angrier 5. open bug Actual results: bharring@cannery [~]# sudo yum downgrade qemu-img-rhev-0.12.1.2-2.295.el6_3.10 qemu-kvm-rhev-0.12.1.2-2.295.el6_3.10 qemu-kvm-rhev-tools-0.12.1.2-2.295.el6_3.10 Loaded plugins: security Setting up Downgrade Process Resolving Dependencies There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them. --> Running transaction check ---> Package qemu-img-rhev.x86_64 2:0.12.1.2-2.295.el6_3.10 will be a downgrade --> Processing Dependency: libusbredirparser.so.0()(64bit) for package: 2:qemu-img-rhev-0.12.1.2-2.295.el6_3.10.x86_64 ---> Package qemu-img-rhev.x86_64 2:0.12.1.2-2.355.el6_4.5 will be erased ---> Package qemu-kvm-rhev.x86_64 2:0.12.1.2-2.295.el6_3.10 will be a downgrade rhel6/filelists_db | 3.8 MB 00:00 --> Processing Dependency: libusbredirparser.so.0()(64bit) for package: 2:qemu-kvm-rhev-0.12.1.2-2.295.el6_3.10.x86_64 ---> Package qemu-kvm-rhev.x86_64 2:0.12.1.2-2.355.el6_4.5 will be erased ---> Package qemu-kvm-rhev-tools.x86_64 2:0.12.1.2-2.295.el6_3.10 will be a downgrade ---> Package qemu-kvm-rhev-tools.x86_64 2:0.12.1.2-2.355.el6_4.5 will be erased --> Finished Dependency Resolution Error: Package: 2:qemu-kvm-rhev-0.12.1.2-2.295.el6_3.10.x86_64 (rhel-x86_64-rhev-mgmt-agent-6) Requires: libusbredirparser.so.0()(64bit) Error: Package: 2:qemu-img-rhev-0.12.1.2-2.295.el6_3.10.x86_64 (rhel-x86_64-rhev-mgmt-agent-6) Requires: libusbredirparser.so.0()(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest bharring@cannery [~]# sudo yum whatprovides "*/libusbredirparser.so.0" Loaded plugins: security No Matches found bharring@cannery [~]# sudo yum whatprovides "*/libusbredirparser.so.0*" Loaded plugins: security No Matches found Expected results: The package I need to downgrade or remove to solve the dependency issue Additional info: This related to trying to resolve BZ 999230