diff options
-rw-r--r-- | chapter08/binutils.xml | 14 | ||||
-rw-r--r-- | chapter08/glibc.xml | 11 |
2 files changed, 17 insertions, 8 deletions
diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml index 0aa4e8456..5fb87ba58 100644 --- a/chapter08/binutils.xml +++ b/chapter08/binutils.xml @@ -173,15 +173,13 @@ cd build</userinput></screen> <para>Test the results:</para> <screen><userinput remap="test">make -k check</userinput></screen> -<!-- - <para>Four tests related to zlib are known to fail.</para> ---> -<!-- - <para>Seven gold tests are known to fail with gcc-11.1.0</para> - <para>Four ld tests named <quote>Run property ...</quote> are known to - fail.</para> - --> + <!-- Will be fixed in 2.39 + https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=01ae03b --> + <para>One gold test, <filename>pr17704a_test</filename>, is known to + fail if <parameter>CONFIG_IA32_EMULATION</parameter> is disabled in the + kernel configuration of the host system.</para> + <para>Install the package:</para> <screen><userinput remap="install">make tooldir=/usr install</userinput></screen> diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index 577625fe8..cb00c0719 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -178,6 +178,17 @@ esac</userinput></screen> are known to fail on relatively slow systems due to an internal timeout.</para> </listitem> + + <!-- + https://lists.linuxfromscratch.org/sympa/arc/lfs-support/2022-06/msg00022.html + https://sourceware.org/pipermail/libc-alpha/2022-June/139839.html + --> + <listitem> + <para>About 27 tests, for example <emphasis>elf/tst-pldd</emphasis>, + are known to fail if the kernel supports namespaces (see + <filename>namespaces(7)</filename> for details) but the host distro + has disabled them via sysctl.</para> + </listitem> <!-- <listitem> <para>The <emphasis>rt/tst-cputimer{1,2,3}</emphasis> tests depend on |