Re: [collectd] Building RPM on AWS - RPATH failures

2014-01-30 Thread Dan Scott
Hi, Sorry for the delay in replying: [ec2-user@assets.i-b466h4e9 ~/rpmbuild/SPECS]$ pkg-config --libs libstatgrab -lstatgrab So not this. I attached the full output of the command, but it was too large and is still awaiting moderator approval - the attachment was fairly large, so it might not

Re: [collectd] Building RPM on AWS - RPATH failures

2014-01-22 Thread Dan Scott
On 21 January 2014 20:29, Dan Fandrich d...@coneharvesters.com wrote: On Tue, Jan 21, 2014 at 08:35:17AM +, Dan Scott wrote: I've attached the rpmbuild SPEC file. The relevant lines are: %build %configure --enable-java --with-java=%{java_home}/ --disable-battery --disable-rpath

Re: [collectd] Building RPM on AWS - RPATH failures

2014-01-22 Thread Dan Scott
On 22 January 2014 09:06, Dan Scott d...@danieljamesscott.org wrote: On 21 January 2014 20:29, Dan Fandrich d...@coneharvesters.com wrote: On Tue, Jan 21, 2014 at 08:35:17AM +, Dan Scott wrote: I've attached the rpmbuild SPEC file. The relevant lines are: %build %configure

Re: [collectd] Building RPM on AWS - RPATH failures

2014-01-21 Thread Dan Scott
Hi, I've attached the rpmbuild SPEC file. The relevant lines are: %build %configure --enable-java --with-java=%{java_home}/ --disable-battery --disable-rpath %{__make} %{?_smp_mflags} Thanks, Dan On 20 January 2014 19:43, Dan Fandrich d...@coneharvesters.com wrote: On Mon, Jan 20, 2014 at

Re: [collectd] Building RPM on AWS - RPATH failures

2014-01-20 Thread Dan Fandrich
On Mon, Jan 20, 2014 at 05:31:37PM +, Dan Scott wrote: I'm trying to build the RPMs of the latest collectd (5.4.0) for AWS Linux. I'm basing my .spec file on the existing AWS spec file (5.0). The compile and link is running fine, but I'm getting a few failures for RPATH (below). Anyone