Re: HPUX: PARALLEL=4 make -P

2007-02-16 Thread deckrider
On 2/14/07, deckrider <[EMAIL PROTECTED]> wrote: On 2/14/07, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > In other words, this parallel make looks buggy and unusable to me, > and there is really nothing Automake can do about it. > Am I missing anything? Not that I can tell. Thank you for your e

Re: HPUX: PARALLEL=4 make -P

2007-02-14 Thread deckrider
On 2/14/07, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: In other words, this parallel make looks buggy and unusable to me, and there is really nothing Automake can do about it. Am I missing anything? Not that I can tell. Thank you for your efforts in simplifying the problem so that it is plain

Re: HPUX: PARALLEL=4 make -P

2007-02-14 Thread Ralf Wildenhues
Oh, boy. The simple summary is: for parallel builds, use GNU make, avoid HP-UX make. Here's a longer one: I have been able to reproduce the issue on the HP testdrive host "HP-UX 11i v2 on Integrity rx1620", which is a two-way system. Here's a reduced self-contained example: tr T \\t >Makefile <

Re: HPUX: PARALLEL=4 make -P

2007-02-13 Thread deckrider
Hmmm...I think I need more coffee...I hit transmit too soon and I'm now not sure I see the config.status issue at all :( On 2/13/07, deckrider <[EMAIL PROTECTED]> wrote: On 2/12/07, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > Hello Jason, all, > > * Jason Kraftcheck wrote on Mon, Feb 12, 2007

Re: HPUX: PARALLEL=4 make -P

2007-02-13 Thread deckrider
On 2/12/07, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: Hello Jason, all, * Jason Kraftcheck wrote on Mon, Feb 12, 2007 at 07:34:25PM CET: > > This looks like a race to create .libs by concurrent libtool processes. Nope. Unless the output is mangled in order, the link commands are simply issued

Re: HPUX: PARALLEL=4 make -P

2007-02-12 Thread Ralf Wildenhues
Hello Jason, all, * Jason Kraftcheck wrote on Mon, Feb 12, 2007 at 07:34:25PM CET: > > This looks like a race to create .libs by concurrent libtool processes. Nope. Unless the output is mangled in order, the link commands are simply issued too early. Looks like a bug in HP-UX make. Haven't re

Re: HPUX: PARALLEL=4 make -P

2007-02-12 Thread Jason Kraftcheck
deckrider wrote: > mkdir .libs > mkdir .libs > mkdir: cannot create .libs: File exists > gcc -g -O2 -o goodbye src/goodbye.o > gcc -g -O2 -o one src/one.o > gcc: src/one.o: No such file or directory > gcc: no input files > one: *** Error exit code 1 > [/home/deverly/tmp/bug-1.0.0/build/bug-1.

Re: HPUX: PARALLEL=4 make -P

2007-02-12 Thread deckrider
On 2/10/07, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: Hello deckrider, Hi Ralf, thanks for the reply. * deckrider wrote on Sat, Feb 10, 2007 at 12:47:23AM CET: > I'm having some parallel problem that isn't always repeatable (as is > the case with many parallel problems) when using HP make as

Re: HPUX: PARALLEL=4 make -P

2007-02-10 Thread Ralf Wildenhues
Hello deckrider, * deckrider wrote on Sat, Feb 10, 2007 at 12:47:23AM CET: > I'm having some parallel problem that isn't always repeatable (as is > the case with many parallel problems) when using HP make as follows: > > PARALLEL=4 make -P distcheck > > I get errors like this: Please post the w