LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   error make check in glibc-2.5.1 (https://www.linuxquestions.org/questions/linux-from-scratch-13/error-make-check-in-glibc-2-5-1-a-4175529881/)

mahdi-sh 01-03-2015 02:00 AM

error make check in glibc-2.5.1
 
hello my friends, please help me in this problem ,i done whole of steps for lfs ,but, in glibc-2.5.1 on chapter 5.6 when i done make check , show me this error

lfs:/mnt/lfs/sources/glibc-build$ make check
.
.
.

make[2] : ***[/mnt/lfs/sources/glibc-build/dlfcn/bug-atexit.out] Error 1
make[2] : Leaving directory '/mnt/lfs/sources/glibc-build/dlfcn'
make[1] : ***[dlfcn/tests] Error 2
make[1] :Leaving directory '/mnt/lfs/sources/glibc-2.5.1'
make : *** [check] Error 2

veerain 01-03-2015 02:34 AM

Don't worry but other tests might not have been run yet since it might have aborted in between.

You should invoke

Code:

make -k check
Also why are you using glibc-2.5.1. It's very old. You should try building latest LFS.

hendrickxm 01-06-2015 01:32 AM

It will be hard to compile recent software with LFS 5.6, so I suggest you try a more recent release.

Keith Hedger 01-06-2015 10:54 AM

Quote:

Originally Posted by hendrickxm (Post 5296073)
It will be hard to compile recent software with LFS 5.6, so I suggest you try a more recent release.

I think you read that wrong 5.6 is the chapter not the book number :)

hendrickxm 01-06-2015 11:04 AM

Indeed. Glibc 2.5.1 is in lfs 6.3.
My attempts where from lfs 7.3 onward.


All times are GMT -5. The time now is 06:56 AM.