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:
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: