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