Bug 690736 - QMF Client Libraries are outdated in RHEL6.1 channels
Summary: QMF Client Libraries are outdated in RHEL6.1 channels
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: qpid-cpp
Version: 6.1
Hardware: x86_64
OS: Linux
unspecified
urgent
Target Milestone: rc
: ---
Assignee: Kim van der Riet
QA Contact: MRG Quality Engineering
URL:
Whiteboard:
Depends On:
Blocks: 658828
TreeView+ depends on / blocked
 
Reported: 2011-03-25 08:24 UTC by Andrew Beekhof
Modified: 2016-04-26 15:47 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-03-28 13:29:58 UTC
Target Upstream Version:


Attachments (Terms of Use)

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:


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