>grep Error glibc-check-log tells me: > >make[2]: *** [/sourses/glibc-build/libio/tst-fopenloc.check] Error 127 >make[1]: *** [libio/tests] Error 2 >make[2]: [/sourses/glibc-build/posix/annexc.out] Error 1 (ignored) >make[2]:*** [/sourses/glibc-build/posix/bug-regex2-mem] Error 127 >make[2]:*** [/sourses/glibc-build/posix/bug-regex14-mem] Error 127 > >Do I have to start all over again from ch 5.1?
No. Ake, I had the same problems earlier this week. Look more closely and see if you aren't missing malloc/mtrace. In my case I traced the problem to getting a LiveCD for the sources in mid December and downloading & using the 6.1.1 book. The Live CD is six-months behind the release schedule, and that was version 6.1(.0)! It actually provided Perl-5.8.6, and following the (6.1.1) book leads one to copy it into /lib/perl/5.8.7/*. That doesn't work since there are internal references to a 5.8.6 directory. When I renamed the directory from 5.8.7 to 5.8.6, and just rebuilt glibc, then it passed all the tests. (I have downloaded 5.8.7 and in Ch6 I'll install that. I expect 5.8.6 is close enough for the "throwaways".) Now, for my (setup?) problem with coreutils. One of my tests fails: ... make[3]: Entering directory `/usr/local/src/coreutils-5.2.1/tests/touch' PASS: relative 0a1 > touch: setting times of `/': Permission denied FAIL: not-owner PASS: no-create-missing PASS: fail-diag PASS: dir-1 PASS: dangling-symlink sleeping for 2 seconds... sleeping for 2 seconds... PASS: empty-file PASS: fifo sleeping for 2 seconds... PASS: no-rights PASS: obsolescent ====================================== 1 of 10 tests failed Please report to [email protected] ====================================== make[3]: *** [check-TESTS] Error 1 make[3]: Leaving directory `/usr/local/src/coreutils-5.2.1/tests/touch' ... If I interpret that correctly, it seems maybe I've got my chroot environment setup worng. Anybody know what this test wants? Paul Rogers ([EMAIL PROTECTED]) http://www.xprt.net/~pgrogers/ Rogers' Second Law: "Everything you do communicates." (I do not personally endorse any additions after this line. TANSTAAFL :-) -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
