LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   6.8 book 6.9 glibc-2.13 (https://www.linuxquestions.org/questions/linux-from-scratch-13/6-8-book-6-9-glibc-2-13-a-906126/)

david.w 10-02-2011 07:56 PM

6.8 book 6.9 glibc-2.13
 
Having a small problem with this section. I have looked all over and cannot find any solution. make check fails with two errors:
make[2]: [/sources/glibc-build/posix/annexc.out] Error 1 (ignored)
and make[2]: *** [/sources/glibc-build/rt/tst-aio4.out] error 1

I know the first error can be ignored but I am not sure about the second one. I did try it with TIMEOUTFACTOR=16 and got the same results.

My build environment is slackware 13.37 and any suggestions would be accepted.
David W.

druuna 10-03-2011 02:05 AM

Hi,

I've seen that one before and it seems to be safe to ignore it and continue with the build.

The closest I came to finding an answer on-line:
Quote:

rt/tst-cpuclock2.out is a "timing" issue and can be ignored
the rest are due to building the test-suite with -Wl,--as-needed.
the rest points to rt/tst-aio4.out, among a few others that might show up.

Hope this helps.

david.w 10-04-2011 10:12 PM

Works for me. I backed up the tool chain at the end of chapter 5 so I will try and see if everything else works.


All times are GMT -5. The time now is 11:09 PM.