diff options
author | Thomas Trepl (Moody) <thomas@linuxfromscratch.org> | 2021-08-10 05:45:09 +0200 |
---|---|---|
committer | Thomas Trepl (Moody) <thomas@linuxfromscratch.org> | 2021-08-10 05:45:09 +0200 |
commit | 802438754ce8ceee83a25f1c537cba0f8471ea12 (patch) | |
tree | 2bbd3884c4ed4f9f7581cd54a3391063aace49ac | |
parent | cd3fd92d82157109cf2385642aafe98083f45832 (diff) | |
parent | cf5da2558f995c227d83d99daf25fb63afca8fa0 (diff) |
Automatic merge of trunk into multilib
-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 a85c962f8..83f3504d8 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -150,9 +150,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> @@ -165,7 +166,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> @@ -184,7 +185,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 |