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.
Created attachment 703837[details]
Yum transaction
Description of problem: If running: "yum update qpid-cpp-client" this error occurs:
Dependencies Resolved
=================================================================================================================================================================================
Package Arch Version Repository Size
=================================================================================================================================================================================
Installing:
matahari x86_64 0.6.0-19.el6 rhel-x86_64-server-6 13 k
Updating:
qpid-cpp-client x86_64 0.14-22.el6_3 rhel-x86_64-server-6 1.0 M
Updating for dependencies:
qpid-qmf x86_64 0.14-14.el6_3 rhel-x86_64-server-6 410 k
Transaction Summary
=================================================================================================================================================================================
Install 1 Package(s)
Upgrade 2 Package(s)
Total size: 1.4 M
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve:
libqpidclient.so.5()(64bit) is needed by (installed) libvirt-qpid-0.2.22-6.el6.x86_64
libqpidcommon.so.5()(64bit) is needed by (installed) libvirt-qpid-0.2.22-6.el6.x86_64
libqmf.so.4()(64bit) is needed by (installed) libvirt-qpid-0.2.22-6.el6.x86_64
Please report this error in https://bugzilla.redhat.com/enter_bug.cgi?product=Red%20Hat%20Enterprise%20Linux%206&component=yum
You could try running: rpm -Va --nofiles --nodigest
Your transaction was saved, rerun it with: yum load-transaction /tmp/yum_save_tx-2013-02-27-09-54ioF3fK.yumtx
I checked on a similar system the files are in the same location /usr/lib64 and look ok to me.
Version-Release number of selected component (if applicable): look above
How reproducible: look above
Steps to Reproduce: look above
Actual results: ERROR with rpm_check_debug vs depsolve
Expected results: correct update
Additional info:
Red Hat Enterprise Linux Server release 6.1 (Santiago)
2.6.32-131.12.1.el6.x86_64 #1 SMP Sun Jul 31 16:44:56 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux
Linux version 2.6.32-131.12.1.el6.x86_64 (mockbuild.bos.redhat.com) (gcc version 4.4.5 20110214 (Red Hat 4.4.5-6) (GCC) ) #1 SMP Sun Jul 31 16:44:56 EDT 2011
If you need any more information, please let me know
Comment 2RHEL Program Management
2013-03-04 06:47:39 UTC
This request was not resolved in time for the current release.
Red Hat invites you to ask your support representative to
propose this request, if still desired, for consideration in
the next release of Red Hat Enterprise Linux.
Have you tried to run the rpm -Va --nofiles --nodigest command suggested by yum? The error you encountered is usually caused by pre-existing issues in dependencies of installed packages. Those would be indicated by the rpm command above.
Yes I ran "rpm -Va --nofiles --nodigest" no output here. I had to install nagios the hard way, because there is no nagios package for red hat and (unfortunately) hunderts of dependencies:
rpm -i --nodeps nagios-3.2.3-3.el6.rf.x86_64.rpm
rpm -i --nodeps nagios-plugins-1.4.15-2.el6.rf.x86_64.rpm
rpm -i --nodeps nagios-nrpe-2.12-1.el6.rf.x86_64.rpm
rpm -i --nodeps nagios-plugins-nrpe-2.12-1.el6.rf.x86_64.rpm
But we have 3 other vhosts, where installing this packages caused no problem for yum, only on this machine and only since we tried updating the other day.
(In reply to comment #4)
> Yes I ran "rpm -Va --nofiles --nodigest" no output here. I had to install
> nagios the hard way, because there is no nagios package for red hat and
> (unfortunately) hunderts of dependencies:
Not relevant to this particular bug but I thought I'd point out that nagios is packaged for rhel6 in the EPEL package repository supported and hosted by the fedora project.
http://dl.fedoraproject.org/pub/epel/6/i386/repoview/nagios.html
This fedora project is sponsored by red hat.