>On Mon, 20 Dec 2010 12:25:55 +0100 >bendeguz <mailinglist...@gmail.com> wrote: > > bash-4.1$ grep Error glibc-check-log > make[2]: [/mnt/hd/buhera/glibc-build/posix/annexc.out] Error 1 > (ignored) make[2]: *** > [/mnt/hd/buhera/glibc-build/rt/tst-cputimer1.out] Error 1 make[1]: > *** [rt/tests] Error 2 make: *** [check] Error 2 > > the end of glibc-check-log: > > termios/sys/ttychars.h time/time.h time/sys/time.h time/sys/timeb.h > wcsmbs/wchar.h wctype/wctype.h > > /mnt/hd/buhera/glibc-build/begin-end-check.out make[1]: Target > > `check' not remade because of errors. make[1]: Leaving directory > > `/mnt/hd/buhera/glibc-2.11.1' > make: *** [check] Error 2 > > The script that's failing is the begin-end-check.pl > Maybe I can skip that test to see if the remaining test are runinng...
You can do that by issuing `make -k check'. It will run all tests... mm.. actually, it will complete the Make target (check) without regards to errors. Same thing. I'll see the test sources tonight to get more detail, but I think that is one of those test whose failure you can safely ignore. -- -Aleksandar Kuktin -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page