On Tue, Aug 19, 2014 at 8:12 PM, Michael Havens <[email protected]> wrote:
> Now I don't know if this is a bad fail or not; i looked at the chapter > again to see if this was expected or not but it doesn't seem to be. > Here are the fails: > --snip-- > > Most of them were expected but I don't know what to think about lines two > and nine. One of the reasons I don't know what to think is that the > failures are exactly the same. > oops..... forgot make. in my little script above. I reissued my script including make and got an even bigger output..... it seems 'make' had similar fails as 'make check'. root:/sources/autoconf-2.69# make>>make.fail root:/sources/autoconf-2.69# make check>>check.fail root:/sources/autoconf-2.69# make install>>install.fail root:/sources/autoconf-2.69# cat make.fail|grep fail GNUmakefile:106: recipe for target 'abort-due-to-no-makefile' failed root:/sources/autoconf-2.69# cat check.fail|grep fail GNUmakefile:106: recipe for target 'abort-due-to-no-makefile' failed 26: autoupdating macros recursively expected failure ( tools.at:945) 29: autoupdating with m4_pushdef expected failure ( tools.at:1027) 30: autoupdating with AC_REQUIRE expected failure ( tools.at:1053) 31: autoupdating with complex quoting expected failure ( tools.at:1080) 134: Hard fail ok 194: Debugging a failed test ok 26: autoupdating macros recursively expected failure ( tools.at:945) 29: autoupdating with m4_pushdef expected failure ( tools.at:1027) 30: autoupdating with AC_REQUIRE expected failure ( tools.at:1053) 31: autoupdating with complex quoting expected failure ( tools.at:1080) 134: Hard fail ok 150: Parenthetical command substitution Makefile:596: recipe for target 'check-local' failed Makefile:411: recipe for target 'check-am' failed Makefile:357: recipe for target 'check-recursive' failed Makefile:665: recipe for target 'check' failed Makefile:582: recipe for target 'testsuite' failed Makefile:411: recipe for target 'check-am' failed Makefile:357: recipe for target 'check-recursive' failed Makefile:665: recipe for target 'check' failed 26: autoupdating macros recursively expected failure ( tools.at:945) 29: autoupdating with m4_pushdef expected failure ( tools.at:1027) 30: autoupdating with AC_REQUIRE expected failure ( tools.at:1053) 31: autoupdating with complex quoting expected failure ( tools.at:1080) 134: Hard fail ok 194: Debugging a failed test ok root:/sources/autoconf-2.69# cat install.fail|grep fail GNUmakefile:106: recipe for target 'abort-due-to-no-makefile' failed root:/sources/autoconf-2.69# The complete set of commands I issued are: #erase #<Extra instructions go here> #no erase ./configure --prefix=/usr #erase #<Extra instructions go here> #no erase make>>make.fail #erase #<Extra instructions go here> #no erase make check>>check.fail #erase #<Extra instructions go here> #no erase make install>>install.fail #erase #<Extra instructions go here> #no erase cat make.fail|grep fail cat check.fail|grep fail cat install.fail|grep fail
-- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
