LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   make check error 6.9.1 glibc lfs 6.5 (https://www.linuxquestions.org/questions/linux-from-scratch-13/make-check-error-6-9-1-glibc-lfs-6-5-a-765594/)

aahiqmir 10-30-2009 10:48 AM

make check error 6.9.1 glibc lfs 6.5
 
HI



when I run
Code:

make -k check 2>&1 | tee glibc-check-log
grep Error glibc-check-log

I get this


Code:

make[1]: Target `check' not remade because of errors.
make[1]: Leaving directory `/sources/glibc-2.10.1'
make: *** [check] Error 2
root:/sources/glibc-build# grep Error glibc-check-log
make[2]: *** [/sources/glibc-build/grp/testgrp.out] Error 1
make[1]: *** [grp/tests] Error 2
make[2]: *** [/sources/glibc-build/posix/globtest.out] Error 1
make[2]: [/sources/glibc-build/posix/annexc.out] Error 1 (ignored)
make[1]: *** [posix/tests] Error 2



Help please....

exvor 12-06-2009 07:49 PM

This is due to an older version of bash. It can be safely ignored.


All times are GMT -5. The time now is 01:19 AM.