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.

Bug 690736

Summary: QMF Client Libraries are outdated in RHEL6.1 channels
Product: Red Hat Enterprise Linux 6 Reporter: Andrew Beekhof <abeekhof>
Component: qpid-cppAssignee: Kim van der Riet <kim.vdriet>
Status: CLOSED NOTABUG QA Contact: MRG Quality Engineering <mrgqe-bugs>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 6.1CC: matahari-maint, tross
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-03-28 13:29:58 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 658828    

Description Andrew Beekhof 2011-03-25 08:24:04 UTC
Description of problem:

Packages built against qpid in brew link against newer library versions than are available to install.

For example:

qpid-cpp-client-0.7.946106-13.el6.i686 contains:
Filename    : /usr/lib/libqpidclient.so.4
Filename    : /usr/lib/libqpidclient.so.4.0.0


But packages from brew require: libqpidclient.so.5()(64bit)


Version-Release number of selected component (if applicable):

qpid-cpp-client-0.7.946106-13.el6.i686

How reproducible:

Every time

Steps to Reproduce:
1. Add the http://download.devel.redhat.com/nightly/latest-RHEL6.1/6.1/Server/x86_64/os/ repo to yum
2. yum install matahari
3.
  
Actual results:

[root@pcmk-5 ~]# yum install matahari-devel > /dev/null
This system is not registered with RHN.
RHN support will be disabled.
Error: Package: matahari-net-0.4.0-1.el6.x86_64 (beekhof)
           Requires: libqpidcommon.so.5()(64bit)
Error: Package: matahari-host-0.4.0-1.el6.x86_64 (beekhof)
           Requires: libqpidclient.so.5()(64bit)
Error: Package: matahari-service-0.4.0-1.el6.x86_64 (beekhof)
           Requires: libqpidclient.so.5()(64bit)
Error: Package: matahari-service-0.4.0-1.el6.x86_64 (beekhof)
           Requires: libqpidtypes.so.1()(64bit)
Error: Package: matahari-devel-0.4.0-1.el6.x86_64 (beekhof)
           Requires: qmf-devel > 0.7
Error: Package: matahari-net-0.4.0-1.el6.x86_64 (beekhof)
           Requires: libqpidtypes.so.1()(64bit)
Error: Package: matahari-host-0.4.0-1.el6.x86_64 (beekhof)
           Requires: libqpidcommon.so.5()(64bit)
Error: Package: matahari-devel-0.4.0-1.el6.x86_64 (beekhof)
           Requires: qpid-cpp-client-devel > 0.7
Error: Package: matahari-host-0.4.0-1.el6.x86_64 (beekhof)
           Requires: libqpidtypes.so.1()(64bit)
Error: Package: matahari-net-0.4.0-1.el6.x86_64 (beekhof)
           Requires: libqpidclient.so.5()(64bit)
Error: Package: matahari-service-0.4.0-1.el6.x86_64 (beekhof)
           Requires: libqpidcommon.so.5()(64bit)


Expected results:

All packages install

Additional info: