Re: VPATH test failure

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 testsuite.log left in the directory.

> Do you have $MAKE set in your environment?  Does './run -v -x' in
> that directory provide any more insight, such as what $MAKE expanded
> to in the failing command?

I attach the testsuite.log generated when running './run -v -x' in
said directory, which is now different(!) and claims "skipped" rather
than "failed".

And yes, I was using BSD make, and $MAKE isn't defined in my environment.
(and if I set MAKE=gmake, the test passes)

Cheers,

Patrick
#                             -*- compilation -*-
240. torture.at:1168: testing VPATH ...
+ dirs=at paren brace space
+ mkdir at at/s1 at/s2
+ touch at/f at/s1/f1 at/s2/f2
+ mkdir paren paren/s1 paren/s2
+ touch paren/f paren/s1/f1 paren/s2/f2
+ mkdir brace brace/s1 brace/s2
+ touch brace/f brace/s1/f1 brace/s2/f2
+ mkdir space space/s1 space/s2
+ touch space/f space/s1/f1 space/s2/f2
+ cat
+ > configure.ac 
+ << "_ATEOF" 
+ cat
+ > at/Makefile.in 
+ << "_ATEOF" 
+ cat
+ > paren/Makefile.in 
+ << "_ATEOF" 
+ cat
+ > brace/Makefile.in 
+ << "_ATEOF" 
+ cat
+ > space/Makefile.in 
+ << "_ATEOF" 
+ set +x
./torture.at:1214: autoconf --force 
+ autoconf --force
+ test -s configure
+ test no = yes
+ : make
+ set +x
./torture.at:1219: ./configure $configure_options
+ ./configure
stdout:
configure: creating ./config.status
config.status: creating at/Makefile
config.status: creating paren/Makefile
config.status: creating brace/Makefile
config.status: creating space/Makefile
+ dirs=at paren brace
+ set +x
./torture.at:1223: cd $dir && $MAKE
+ cd at
+ make
stderr:
stdout:
ok
+ set +x
./torture.at:1223: cd $dir && $MAKE
+ cd paren
+ make
stderr:
stdout:
ok
+ set +x
./torture.at:1223: cd $dir && $MAKE
+ cd brace
+ make
stderr:
stdout:
ok
+ rm -f config.status
+ mkdir build absbuild
+ set +x
./torture.at:1230: cd build && ../configure $configure_options
+ cd build
+ ../configure
stdout:
configure: creating ./config.status
config.status: creating at/Makefile
config.status: creating paren/Makefile
config.status: creating brace/Makefile
config.status: creating space/Makefile
+ set +x
./torture.at:1232: cd build/$dir && $MAKE
+ cd build/at
+ make
stderr:
stdout:
ok
+ set +x
./torture.at:1232: cd build/$dir && $MAKE
+ cd build/paren
+ make
stderr:
stdout:
ok
+ set +x
./torture.at:1232: cd build/$dir && $MAKE
+ cd build/brace
+ make
stderr:
stdout:
ok
+ pwd
+ at_here=/usr/src/local/autoconf/tests/testsuite.dir/240
+ set +x
./torture.at:1237: cd absbuild && "$at_here/configure" $configure_options
+ cd absbuild
+ /usr/src/local/autoconf/tests/testsuite.dir/240/configure
stdout:
configure: creating ./config.status
config.status: creating at/Makefile
config.status: creating paren/Makefile
config.status: creating brace/Makefile
config.status: creating space/Makefile
+ set +x
./torture.at:1239: cd absbuild/$dir && $MAKE
+ cd absbuild/at
+ make
stderr:
stdout:
ok
+ set +x
./torture.at:1239: cd absbuild/$dir && $MAKE
+ cd absbuild/paren
+ make
stderr:
stdout:
ok
+ set +x
./torture.at:1239: cd absbuild/$dir && $MAKE
+ cd absbuild/brace
+ make
stderr:
stdout:
ok
+ set +x
./torture.at:1243: cd space && { $MAKE || exit 77; }
+ cd space
+ make
+ exit 77
stderr:
make: don't know how to make f1. Stop
stdout:

make: stopped in /usr/src/local/autoconf/tests/testsuite.dir/240/space
240. torture.at:1168: 240. VPATH (torture.at:1168): skipped (torture.at:1243)
_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux