RE: can't build QPID cpp RPM under CentOS 6.4 64-bit

2013-12-17 Thread Sam Jones
> > I downloaded the Qpid 0.24 source RPMs for FC18 and beat the .spec files > > into submission until > > they produced workable binary RPMs for CentOS 6.4. If anyone is interested, > > let me know, and > > I'll post the steps here. > > Sam, that would be real helpful. > Did you also set a .spe

Re: can't build QPID cpp RPM under CentOS 6.4 64-bit

2013-12-11 Thread Eddy Ferre
> I downloaded the Qpid 0.24 source RPMs for FC18 and beat the .spec files into > submission until > they produced workable binary RPMs for CentOS 6.4. If anyone is interested, > let me know, and > I'll post the steps here. Sam, that would be real helpful. Did you also set a .spec file for qpid-

RE: can't build QPID cpp RPM under CentOS 6.4 64-bit

2013-11-13 Thread Sam Jones
> Subject: Re: can't build QPID cpp RPM under CentOS 6.4 64-bit > From: astitc...@redhat.com > To: users@qpid.apache.org > Date: Mon, 4 Nov 2013 17:03:24 -0500 > > On Fri, 2013-11-01 at 14:42 -0400, Sam Jones wrote: > > I've been unsuccessful in building an RPM

Re: can't build QPID cpp RPM under CentOS 6.4 64-bit

2013-11-05 Thread Gordon Sim
On 11/05/2013 09:47 AM, Gordon Sim wrote: I tried on F17 and it installed successfully though I did get a warning about it not being relocatable. I don't have any of the standard qpid fedora packages installed (not sure if that makes a difference). Fwiw, I also successfully built and installed

Re: can't build QPID cpp RPM under CentOS 6.4 64-bit

2013-11-05 Thread Gordon Sim
On 11/04/2013 06:37 PM, Alan Conway wrote: On 11/04/2013 06:15 AM, Gordon Sim wrote: On 11/01/2013 06:42 PM, Sam Jones wrote: I've been unsuccessful in building an RPM for the 0.24 branch of QPID under CentOS 6.4 64-bit. My version of cmake is 2.6.4. Steps: svn checkout http://svn.apache.org/

Re: can't build QPID cpp RPM under CentOS 6.4 64-bit

2013-11-04 Thread Andrew Stitcher
On Fri, 2013-11-01 at 14:42 -0400, Sam Jones wrote: > I've been unsuccessful in building an RPM for the 0.24 branch of QPID under > CentOS 6.4 64-bit. My version of cmake is 2.6.4. As Darryl implied further down the thread for Fedora and Red Hat Enterprise Linux we use a manually created rpm spec

Re: can't build QPID cpp RPM under CentOS 6.4 64-bit

2013-11-04 Thread Darryl L. Pierce
On Mon, Nov 04, 2013 at 01:37:34PM -0500, Alan Conway wrote: > Just tried this myself on fedroa 18. My first attempt failed because > I had some root-owned files hanging around from a previous "sudo > make install". I built in a clean directory and it worked :) > > The generated RPM didn't install

Re: can't build QPID cpp RPM under CentOS 6.4 64-bit

2013-11-04 Thread Alan Conway
On 11/04/2013 06:15 AM, Gordon Sim wrote: On 11/01/2013 06:42 PM, Sam Jones wrote: I've been unsuccessful in building an RPM for the 0.24 branch of QPID under CentOS 6.4 64-bit. My version of cmake is 2.6.4. Steps: svn checkout http://svn.apache.org/repos/asf/qpid/branches/0.24/qpid qpid cd qp

RE: can't build QPID cpp RPM under CentOS 6.4 64-bit

2013-11-04 Thread Sam Jones
> Date: Mon, 4 Nov 2013 11:15:55 + > From: g...@redhat.com > To: users@qpid.apache.org > Subject: Re: can't build QPID cpp RPM under CentOS 6.4 64-bit > > On 11/01/2013 06:42 PM, Sam Jones wrote: > > I've been unsuccessful in building an RPM for the 0.24 br

Re: can't build QPID cpp RPM under CentOS 6.4 64-bit

2013-11-04 Thread Gordon Sim
On 11/01/2013 06:42 PM, Sam Jones wrote: I've been unsuccessful in building an RPM for the 0.24 branch of QPID under CentOS 6.4 64-bit. My version of cmake is 2.6.4. Steps: svn checkout http://svn.apache.org/repos/asf/qpid/branches/0.24/qpid qpid cd qpid/cpp mkdir BLD cd BLD cmake -D CMAKE_INS

can't build QPID cpp RPM under CentOS 6.4 64-bit

2013-11-01 Thread Sam Jones
I've been unsuccessful in building an RPM for the 0.24 branch of QPID under CentOS 6.4 64-bit. My version of cmake is 2.6.4. Steps: svn checkout http://svn.apache.org/repos/asf/qpid/branches/0.24/qpid qpid cd qpid/cpp mkdir BLD cd BLD cmake -D CMAKE_INSTALL_PREFIX:PATH=/usr -D CPACK_BINARY_RPM:B