Hide Forgot
Description of problem: Presently, qpid-cpp is only build for x86 and x86_64 architectures. qpid-cpp contains both RPMs for the qpid broker as well as client libraries for qpid/QMF. This bug does not provide the qpid broker for PPC and zSeries. Just the qpid/qmf libraries. These libraries are needed to provide Matahari agent infrastructure on these additional platforms.
In order to do this, we'll need to conditionally compile out certain features on these add'l architectures. For example, we do not need the HA broker functionality so we can compile out the BuildRequires for corosync. This means we need to add some arch conditionals to the spec file. An example of how to do this is here: http://pkgs.fedoraproject.org/gitweb/?p=collectd.git;a=blob;f=collectd.spec;h=a4514c54bfb96a87c5509e20ef0b84fb828d4751;hb=HEAD#l17
Currently there are two missing requires - cluster and corosync. Both are not needed on other archs.
Created attachment 512710 [details] qpid-cpp patch for support of ppc64 and s390x architectures This patch enables building on all architectures. For s390x it disables rdma subpackage. For s390x and ppc64 it disables cluster subpackage.
qpid-qmf was rebuilt (qpid-qmf-0.12-2.el6) to remove this dependency.
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Note that qpid-cpp on architectures beyond x86 and x86_64 is only supported in the context of its use with Matahari.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2011-1670.html