Hi, 'make -j2 check' on 'LFS-7.1: 6.37. Automake-1.11.3 (http://www.linuxfromscratch.org/lfs/view/stable/chapter06/automake.html)' informs me for one failure with following red message :(
===================================== 1 of 842 tests failed (96 tests were not run) See tests/test-suite.log Please report to bug-autom...@gnu.org ===================================== make[3]: *** [test-suite.log] Error 1 make[3]: Leaving directory `/sources/automake-1.11.3/tests' make[2]: *** [check-TESTS] Error 2 make[2]: Leaving directory `/sources/automake-1.11.3/tests' make[1]: *** [check-am] Error 2 make[1]: Leaving directory `/sources/automake-1.11.3/tests' make: *** [check-recursive] Error 1 I also reviewed 'tests/test-suite.log' for word 'Error' and found following rows which are maybe related: + make Making all in src make[1]: Entering directory `/sources/automake-1.11.3/tests/depcomp10.dir/build/src' source='../../src/foo.c' object='foo.o' libtool=no \ DEPDIR=.deps depmode=hp /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=\"depcomp10\" -DPACKAGE_TARNAME=\"depcomp10\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"depcomp10\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"depcomp10\" -DVERSION=\"1.0\" -I. -I../../src -g -O2 -c -o foo.o ../../src/foo.c cc1: error: unrecognized command line option '-M.deps/foo.TPo' make[1]: *** [foo.o] Error 1 make[1]: Leaving directory `/sources/automake-1.11.3/tests/depcomp10.dir/build/src' make: *** [all-recursive] Error 1 + Exit 77 Is this failure expected or is a fatal error (and the process could not be continued before resolving it)?! Or do you think that eliminating '-j2' switch will resolve it (I should know before trying because it's test take 31 minutes to complete(i.e. 1 hour without -j2!))? Thanks in advance! -Yasser
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page