diff options
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index bf5a46d17..40281d957 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -151,7 +151,8 @@ unset GCC_INCDIR</userinput></screen> <para>Generally a few tests do not pass. The test failures listed below are usually safe to ignore.</para> -<screen><userinput remap="test">make check</userinput></screen> +<screen><userinput remap="test">ln -sfnv /tools/lib/ld-linux-x86-64.so.2 /lib/ld-linux-x86-64.so.2 +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 @@ -163,12 +164,12 @@ unset GCC_INCDIR</userinput></screen> <para><emphasis>misc/tst-ttyname</emphasis> is known to fail in the LFS chroot environment.</para> </listitem> - +<!-- <listitem> <para><emphasis>inet/tst-idna_name_classify</emphasis> is known to fail in the LFS chroot environment.</para> </listitem> - +--> <listitem> <para><emphasis>posix/tst-getaddrinfo4</emphasis> and <emphasis>posix/tst-getaddrinfo5</emphasis> @@ -180,14 +181,13 @@ unset GCC_INCDIR</userinput></screen> test may fail for reasons that have not been determined.</para> </listitem> -<!-- <listitem> - <para>The <emphasis>rt/tst-cputimer1</emphasis> and - <emphasis>rt/tst-cpuclock2</emphasis> tests have been known to + <para>The <emphasis>rt/tst-cputimer{1,2,3}</emphasis> + tests have been known to fail. The reason is not completely understood, but indications are that minor timing issues can trigger these failures.</para> </listitem> ---> + <listitem> <para>The math tests sometimes fail when running on systems where the CPU is not a relatively new Intel or |