LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   Error while check of glibc2.16.0 of LFS 7.2 (https://www.linuxquestions.org/questions/linux-from-scratch-13/error-while-check-of-glibc2-16-0-of-lfs-7-2-a-4175442927/)

Lakhan Kumar 12-25-2012 04:38 PM

Error while check of glibc2.16.0 of LFS 7.2
 
I am in in ch 6 and done with tools of ch 5 and chroot stuff.
Now rebuilding Glibc-2.16.0 worked fine with the tools like tar and xz i installed in /tools.

when i check it :

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

this is what I get:
make[2]:[/sources/glibc-build/rt/tst-aio.out] Error 1 (ignored)
make[2]:***[/sources/glibc-build/rt/tst-aio.out] Error 1
make[2]:***[/sources/glibc-build/rt/tst-cpuclock2.out] Error 1
make[1]:***[rt/tests] Error 2
make[2]: [/sources/glibc-build/conform/run-conformtest.out] Error 1 (ignored)
make:***[check] Error 2

Now both of them are given in the book, cpu clockcycles and conform test that we may encounter,is this the Good output?
I am confused whether am doing it right or not?

spiky0011 12-25-2012 05:01 PM

Hi

Did you try it with the timeoutfactor-16 maybe run it with that see if that improves outcome

druuna 12-26-2012 02:54 AM

Quote:

Originally Posted by Lakhan Kumar (Post 4856718)
I am in in ch 6 and done with tools of ch 5 and chroot stuff.
Now rebuilding Glibc-2.16.0 worked fine with the tools like tar and xz i installed in /tools.

when i check it :

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

this is what I get:
make[2]:[/sources/glibc-build/rt/tst-aio.out] Error 1 (ignored)
make[2]:***[/sources/glibc-build/rt/tst-aio.out] Error 1
make[2]:***[/sources/glibc-build/rt/tst-cpuclock2.out] Error 1
make[1]:***[rt/tests] Error 2
make[2]: [/sources/glibc-build/conform/run-conformtest.out] Error 1 (ignored)
make:***[check] Error 2

Now both of them are given in the book, cpu clockcycles and conform test that we may encounter,is this the Good output?
I am confused whether am doing it right or not?

The only one not mentioned explicitly in the book is this one:
Code:

make[2]:***[/sources/glibc-build/rt/tst-aio.out] Error 1
Have a look at the log to see if this is a time-out issue. If so: Continue with the build.

spiky0011's solution should also work (if this is time-out related). Not sure which one is faster.....


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