Michele Bucca wrote:
I'm compiling Linux From Scratch. I'm trying to build glibc and I got
this error when I issued the command make check:

XPASS: elf/tst-protected1a
XPASS: elf/tst-protected1b
FAIL: nptl/tst-mutex9
FAIL: posix/tst-getaddrinfo4
FAIL: posix/tst-getaddrinfo5
Summary of test results:
       3 FAIL
    2444 PASS
      43 XFAIL
       2 XPASS
make[1]: *** [Makefile:331: tests] Error 1
make[1]: Leaving directory '/sources/glibc-2.24'
make: *** [Makefile:9: check] Error 2

is it fatal or can I continue with the build? I still have the build directory.

Continue.

If you search, there should be some sort of tst-mutex9.out or tst-mutex9.err file. That should give an error message. We've seen this before but not recently. It is probably a timing or kernel configuration issue.

http://git.amper.me/open-source/glibc/blob/874aa52349cc111d1f6ea5dff24bb14c306714e0/nptl/tst-mutex9.c

  -- Bruce


--
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to