diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-09-08 05:54:48 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-09-08 05:54:48 +0000 |
commit | 3b66f6a977777d9e22c3bf20481706b80ebc1359 (patch) | |
tree | 29cde42ad95d956979276ddcb5e7a257d174e98e /chapter06/glibc.xml | |
parent | 23102e6e55cb034215ed43a4411685036637a583 (diff) |
Update to man-pages-3.72
Add upstream patches to gcc
Update to linux-3.16.2
Update to util-linux-2.25.1
Remove reference to defunct web site
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10734 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 65aaa319f..68c75abec 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -112,17 +112,15 @@ cd ../glibc-build</userinput></screen> <para>Generally a few tests do not pass, but you can generally ignore any of the test failures listed below. Now test the build results:</para> -<screen><userinput remap="test">make -k check 2>&1 | tee glibc-check-log +<screen><userinput remap="test">make check 2>&1 | tee glibc-check-log grep Error glibc-check-log</userinput></screen> - <para>You will probably see an expected (ignored) failure in the - <emphasis>posix/annexc</emphasis> and - <emphasis>conform/run-conformtest</emphasis> tests. In addition the Glibc - test suite is somewhat dependent on the host system. This is a list of the - most common issues:</para> + <para>You will probably see some test failures. The Glibc test suite is + somewhat dependent on the host system. This is a list of the most common + issues seen for this version of LFS:</para> <itemizedlist> - +<!-- <listitem> <para>The <emphasis>nptl/tst-clock2</emphasis>, <emphasis>nptl/tst-attr3</emphasis>, @@ -146,12 +144,12 @@ grep Error glibc-check-log</userinput></screen> help eliminate these errors (e.g. <command>TIMEOUTFACTOR=16 make -k check</command>).</para> </listitem> - +--> <listitem> <para>posix/tst-getaddrinfo4 will always fail due to not having a network connection when the test is run.</para> </listitem> - +<!-- <listitem> <para>libio/tst-ftell-partial-wide.out fails because it needs a locale that has not yet been generated.</para> @@ -162,7 +160,7 @@ grep Error glibc-check-log</userinput></screen> misc/tst-writev, elf/check-textrel, nptl/tst-getpid2, nptl/tst-robust8, and stdio-common/bug22.</para> </listitem> - +--> </itemizedlist> <para>Though it is a harmless message, the install stage of Glibc will |