On Wed, Oct 7, 2015 at 8:25 PM, Stephen Albright <[email protected]> wrote:
> Hello all,
>
> I have a verification question before I move on with the installation. I am
> building 7.8 on a laptop running CentOS 7 and get these results:
>
> FAIL: elf/tst-protected1a
> FAIL: elf/tst-protected1b
> FAIL: posix/tst-getaddrinfo4
> FAIL: posix/tst-getaddrinfo5
> FAIL: stdio-common/test-vfprintf
> Summary of test results:
>       5 FAIL
>    2306 PASS
>      88 XFAIL
>       3 XPASS
> Makefile:328: recipe for target 'tests' failed
> make[1]: *** [tests] Error 1
> make[1]: Leaving directory '/sources/glibc-2.22'
> Makefile:9: recipe for target 'check' failed
> make: *** [check] Error 2
> root:/sources/glibc-build# ls
>  I understand the elf/tst-* and posix/tst-getaddrinfo4 are expected.  From
> what I can find posix/tst-getaddrinfo5 does not appear to be an issue de to
> a bug and the stdio-common/test-vfprintf error is expected because I have
> little memory, well the laptop does anyway, so I am not worried about them,
> I think.  My question is not around the particular test failures but
> "Makefile:328: recipe for target 'tests' failed" and "Makefile:9: recipe for
> target 'check' failed".  I found a thread around glibc-2.19 which suggested
> if I run 'make  check' again it will not run the previous test and I should
> be able to continue, but I get the same output. I assume the targets failed
> and it errors out due to the expected failures, but I want to make certain.
> Is it safe to continue at this point with the make install or do I need to
> figure out why the recipe is failing?  Thank you for your time.
>
> Stephen
>

Hello there!

I would like to mention first of all that your message ended up in my
spam folder. You may want to look into that.

Those errors are normal. You should be safe to continue the build.
Those make lines normally appear due to the fact that a few tests
failed, as you saw in the test results above. If you want to compare
your results to our builds (test and build logs), feel free to check
here:

http://linuxfromscratch.org/lfs/build-logs/7.8-systemd/

Douglas R. Reno
-- 
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