I'm building LFS 6.1 pre 1 using Ubuntu as the host system.

Everything has gone well up through the early parts of Chapter 6.

I've built glibc and then run
# make check

It aborted most of the way through, and the last output file it seemed
to have written was /sources/glibc-build/rt/tst-timer4.out

So I executed:
# cat /sources/glibc-build/rt/tst-timer4.out
which resulted in:
clock_gettime returned timespec = { 1120669936, 705034000 }
clock_getres returned timespec = { 0, 999848 }
*** timer sig1 invoked too soon: 1120669937.105258000 instead of
expected 1120669937.105268000
*** timer sig2 invoked too soon: 1120669937.205245000 instead of
expected 1120669937.205268000
!!! second timer_gettime timer_none returned it_interval 0.100984648

I reexecuted
#make check
which seemed to pick up pretty much where it left off, and completed fine.

I don't see any summary of results or anything.

I don't know how important this apparent failure is.  Maybe, since
you've called the checks critical, it deserves a mention of some kind
in the comments after the "make check" command.

Thanks,
Kim
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to