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:

1   root:/sources/autoconf-2.69# cat check.fail|grep fail
2   GNUmakefile:106: recipe for target 'abort-due-to-no-makefile' failed
3    26: autoupdating macros recursively                 expected failure (
tools.at:945)
3    29: autoupdating with m4_pushdef                    expected failure (
tools.at:1027)
4    30: autoupdating with AC_REQUIRE                    expected failure (
tools.at:1053)
5    31: autoupdating with complex quoting               expected failure (
tools.at:1080)
6   134: Hard fail                                       ok
7   194: Debugging a failed test                         ok
8   root:/sources/autoconf-2.69# cat install.fail|grep fail
9   GNUmakefile:106: recipe for target 'abort-due-to-no-makefile' failed
10 root:/sources/autoconf-2.69#

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.

How I'm doing this for ease in finding failures is:

I have gedit open and in it is

   #erase
   <Extra go instructions here>
   #no erase
   ./configure --prefix=/usr
   #erase
   <Extra go instructions here>
   #no erase
   make check>>check.fail
   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

And after I get all of the instructions in I merely cut and paste the above.
Of course I modify my instructtions if the book indicates to (ie.... sec
6.40 "make -j4 check>>check.fail"
:-)~MIKE~(-:
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to