Re: epel 6 fedpkg build or koji scratch builds failing — I'm stumped

2011-11-25 Thread Richard W.M. Jones
On Fri, Nov 25, 2011 at 06:49:13PM +0100, Nils Philippsen wrote: > On Thu, 2011-11-24 at 17:26 +0100, Jim Meyering wrote: > > config.h: > > rm -f $@ $@-t; > > \ > > I'd rather not remove the target right at the beginning... Why not? Y

Re: epel 6 fedpkg build or koji scratch builds failing — I'm stumped

2011-11-25 Thread Nils Philippsen
On Thu, 2011-11-24 at 17:26 +0100, Jim Meyering wrote: > config.h: > rm -f $@ $@-t; > \ I'd rather not remove the target right at the beginning... > { \ > ec

Re: epel 6 fedpkg build or koji scratch builds failing — I'm stumped

2011-11-24 Thread Jim Meyering
Richard W.M. Jones wrote: > On Thu, Nov 24, 2011 at 03:01:03PM +, Paul Howarth wrote: >> http://marc.info/?l=pptpclient-devel&m=132102054518031 > > This is indeed rather unexpected behaviour of make! Actually it should not be unexpected. Whenever you update a target non-atomically that can hap

Re: epel 6 fedpkg build or koji scratch builds failing — I'm stumped

2011-11-24 Thread Jim Meyering
Kaleb S. KEITHLEY wrote: ... >>> Perhaps there's some extra fedpkg flag I should be using for epel builds? >> >> Perhaps try without parallel make? > > Yes, that makes it work. > > Thanks for the tip. When running make from the command line, I always use -j$N, for 1 < N. But of course, I rarely ty

Re: epel 6 fedpkg build or koji scratch builds failing — I'm stumped

2011-11-24 Thread Jim Meyering
Richard W.M. Jones wrote: > On Thu, Nov 24, 2011 at 03:01:03PM +, Paul Howarth wrote: >> http://marc.info/?l=pptpclient-devel&m=132102054518031 > > This is indeed rather unexpected behaviour of make! > > BTW I think your patch is incomplete, since it will create an > incomplete config.h if the

Re: epel 6 fedpkg build or koji scratch builds failing — I'm stumped

2011-11-24 Thread Richard W.M. Jones
On Thu, Nov 24, 2011 at 03:01:03PM +, Paul Howarth wrote: > http://marc.info/?l=pptpclient-devel&m=132102054518031 This is indeed rather unexpected behaviour of make! BTW I think your patch is incomplete, since it will create an incomplete config.h if the disk runs out of space. I think this

Re: epel 6 fedpkg build or koji scratch builds failing — I'm stumped

2011-11-24 Thread Paul Howarth
On 11/24/2011 01:54 PM, Richard W.M. Jones wrote: > On Wed, Nov 23, 2011 at 10:20:50AM -0500, Kaleb S. KEITHLEY wrote: >> On 11/23/2011 10:08 AM, Orion Poplawski wrote: >>> On 11/23/2011 07:57 AM, Kaleb S. KEITHLEY wrote: I can build glusterfs fine on real RHEL6.1 using rpmbuild, both x86

Re: epel 6 fedpkg build or koji scratch builds failing — I'm stumped

2011-11-24 Thread Richard W.M. Jones
On Wed, Nov 23, 2011 at 10:20:50AM -0500, Kaleb S. KEITHLEY wrote: > On 11/23/2011 10:08 AM, Orion Poplawski wrote: > > On 11/23/2011 07:57 AM, Kaleb S. KEITHLEY wrote: > >> > >> I can build glusterfs fine on real RHEL6.1 using rpmbuild, both x86_64 > >> and i686 with `rpmbuild -bb ...` and `rpmbui

Re: epel 6 fedpkg build or koji scratch builds failing — I'm stumped

2011-11-23 Thread Kaleb S. KEITHLEY
On 11/23/2011 10:08 AM, Orion Poplawski wrote: > On 11/23/2011 07:57 AM, Kaleb S. KEITHLEY wrote: >> >> I can build glusterfs fine on real RHEL6.1 using rpmbuild, both x86_64 >> and i686 with `rpmbuild -bb ...` and `rpmbuild -bb --target=i686 ...` >> respectively. >> >> I can also build using mock,

Re: epel 6 fedpkg build or koji scratch builds failing — I'm stumped

2011-11-23 Thread Orion Poplawski
On 11/23/2011 07:57 AM, Kaleb S. KEITHLEY wrote: > > I can build glusterfs fine on real RHEL6.1 using rpmbuild, both x86_64 > and i686 with `rpmbuild -bb ...` and `rpmbuild -bb --target=i686 ...` > respectively. > > I can also build using mock, both x86_64 and i386, with `mock -r > epel-6-x86_64 --

epel 6 fedpkg build or koji scratch builds failing — I'm stumped

2011-11-23 Thread Kaleb S. KEITHLEY
I can build glusterfs fine on real RHEL6.1 using rpmbuild, both x86_64 and i686 with `rpmbuild -bb ...` and `rpmbuild -bb --target=i686 ...` respectively. I can also build using mock, both x86_64 and i386, with `mock -r epel-6-x86_64 --rebuild ...` and mock -r epel-6-i386 --rebuild ...` respe