coreutils' parallel make distcheck now fails

2009-04-10 Thread Jim Meyering
On a quad-core system, building "make -j7 distcheck" fails consistently like this: (note the parallel builds of rmdir.o) CC nohup.o CC readlink.o CC rm.o CC rmdir.o make[3]: Entering directory `/c/coreutils/src' CC readlink.o CC stat.o AR libver.a

Re: coreutils' parallel make distcheck now fails

2009-04-10 Thread Jim Meyering
Jim Meyering wrote: > On a quad-core system, building "make -j7 distcheck" > fails consistently like this: (note the parallel builds of rmdir.o) Oh! I left out an important detail. This is using automake built from up-to-the-minute "next".

Re: coreutils' parallel make distcheck now fails

2009-04-10 Thread Ralf Wildenhues
Hi Jim, thanks for the report. * Jim Meyering wrote on Fri, Apr 10, 2009 at 02:07:53PM CEST: > On a quad-core system, building "make -j7 distcheck" > fails consistently like this: (note the parallel builds of rmdir.o) > > CC nohup.o > CC readlink.o > CC rm.o > CC rmdir.o

Re: coreutils' parallel make distcheck now fails

2009-04-10 Thread Jim Meyering
Ralf Wildenhues wrote: > * Jim Meyering wrote on Fri, Apr 10, 2009 at 02:07:53PM CEST: >> On a quad-core system, building "make -j7 distcheck" >> fails consistently like this: (note the parallel builds of rmdir.o) >> >> CC nohup.o >> CC readlink.o >> CC rm.o >> CC rmdir.o >>

Re: coreutils' parallel make distcheck now fails

2009-04-10 Thread Ralf Wildenhues
* Jim Meyering wrote on Fri, Apr 10, 2009 at 02:51:08PM CEST: > > 2009-04-10 Ralf Wildenhues > > > > Fix parallel distcheck failure. > > * maint.mk (ALL_RECURSIVE_TARGETS): Add patch-check, > > check-AUTHORS, maintainer-distcheck, vc-dist, taint-distcheck, > > my-distcheck, alpha

Re: coreutils' parallel make distcheck now fails

2009-04-11 Thread Jim Meyering
Ralf Wildenhues wrote: > * Jim Meyering wrote on Fri, Apr 10, 2009 at 02:51:08PM CEST: >> > 2009-04-10 Ralf Wildenhues >> > >> >Fix parallel distcheck failure. >> >* maint.mk (ALL_RECURSIVE_TARGETS): Add patch-check, >> >check-AUTHORS, maintainer-distcheck, vc-dist, taint-distcheck,