Re: VPATH test failure

2010-08-25 Thread Patrick Welche
On Tue, Aug 24, 2010 at 08:05:04PM +0200, Ralf Wildenhues wrote: > I cannot reproduce this in NetBSD-current/i386 with git Autoconf, > see a skip instead. And now neither can I! Story is: git pull setenv PATH /bin:/usr/bin:/usr/X11R7/bin:/usr/local/bin to avoid using anything in /usr/pkg/bin ./co

Re: VPATH test failure

2010-08-24 Thread Ralf Wildenhues
Hi Patrick, * Patrick Welche wrote on Tue, Aug 24, 2010 at 05:33:18PM CEST: > On Tue, Aug 24, 2010 at 09:19:31AM -0600, Eric Blake wrote: > > On 08/24/2010 08:08 AM, Patrick Welche wrote: > > >Highlight (NetBSD-current/i386, autoconf head) is: > > > > > >./torture.at:1223: cd $dir&& $MAKE > > >st

Re: VPATH test failure

2010-08-24 Thread Patrick Welche
On Tue, Aug 24, 2010 at 09:19:31AM -0600, Eric Blake wrote: > On 08/24/2010 08:08 AM, Patrick Welche wrote: > >Highlight (NetBSD-current/i386, autoconf head) is: > > > >./torture.at:1223: cd $dir&& $MAKE > >stderr: > >make: don't know how to make w. Stop > >stdout: Curious: the above was from the

Re: VPATH test failure

2010-08-24 Thread Eric Blake
On 08/24/2010 08:08 AM, Patrick Welche wrote: Highlight (NetBSD-current/i386, autoconf head) is: ./torture.at:1223: cd $dir&& $MAKE stderr: make: don't know how to make w. Stop stdout: This output is not from GNU make. VPATH builds with other makes are likely to trigger bugs in those make i

VPATH test failure

2010-08-24 Thread Patrick Welche
Highlight (NetBSD-current/i386, autoconf head) is: ./torture.at:1223: cd $dir && $MAKE stderr: make: don't know how to make w. Stop stdout: make: stopped in /usr/src/local/autoconf/tests/testsuite.dir/240/at ./torture.at:1223: exit code was 2, expected 0 But I find it hard to start debugging as