diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-08-09 14:17:31 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-08-09 14:17:31 -0500 |
commit | 58ccce58b6706de1af499e393042f7c7571623a3 (patch) | |
tree | a696480ed03e8f99f0419805eb6fa09cbe98a94c /chapter08 | |
parent | 3ba82a8a1f8020631d8c8e7dd9a4a3ea4a77150d (diff) |
Clean up glibc list of test failures
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/glibc.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index 675adf633..e8ca57ab2 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -143,9 +143,10 @@ esac</userinput></screen> --> <screen><userinput remap="test">make check</userinput></screen> - <para>You may 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 some versions of LFS:</para> + <para>You may see some test failures. The Glibc test suite is + somewhat dependent on the host system. A few failures out of + over 4200 tests can generally be ignored. This is a list of the + most common issues seen for recent versions of LFS:</para> <itemizedlist> @@ -158,7 +159,7 @@ esac</userinput></screen> <para><emphasis>misc/tst-ttyname</emphasis> is known to fail in the LFS chroot environment.</para> </listitem> - +<!-- <listitem> <para>The <emphasis>nss/tst-nss-files-hosts-multi</emphasis> test may fail for reasons that have not been determined.</para> @@ -177,7 +178,7 @@ esac</userinput></screen> systems where the CPU is not a relatively new Intel or AMD processor.</para> </listitem> - +--> </itemizedlist> <para>Though it is a harmless message, the install stage of Glibc will |