LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   Can this error with Glibc be overlooked? (https://www.linuxquestions.org/questions/linux-from-scratch-13/can-this-error-with-glibc-be-overlooked-832752/)

corbis_demon 09-17-2010 01:53 AM

Can this error with Glibc be overlooked?
 
Hi,
I'm building the current development version of LFS. I encounter this error while building Glibc (Chapter 6.9):

Code:

root:/sources/test/glibc-build# grep Error glibc-check-log
make[2]: *** [/sources/test/glibc-build/stdio-common/bug22.out] Error 1
make[1]: *** [stdio-common/tests] Error 2
make[2]: [/sources/test/glibc-build/posix/annexc.out] Error 1 (ignored)
make: *** [check] Error 2

Is the stdio-common/bug22.out error harmless enough to be overlooked? I've never had this pop up before, so is it advisable to continue building?

druuna 09-17-2010 02:10 AM

Hi,

Although I'm not 100% sure (haven't ran into this one myself) I do believe that this one could be timeout related and thus be ignored. Have a better look at the created log file, maybe it mentions why it failed.

Found this: TIMEOUTFACTOR on glibc test suite

Hope this helps.

corbis_demon 09-17-2010 02:28 AM

Thanks so much druuna. Yeah, I looked in the test log, and it was part of the nptl clock test. I feared this might be related to crypt tests, which I had unfortunately ignored in the past, and had a broken build. Thank you. :)

druuna 09-17-2010 08:24 AM

You're welcome :)


All times are GMT -5. The time now is 09:32 AM.