aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2020-08-06 17:14:46 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2020-08-06 17:14:46 +0000
commitc8fd7fe8f6c932ecfe8072110ef700127c096063 (patch)
tree6409291a5d5b8ace4a6f9531f0e060f423001c60 /chapter08
parent68a5dcb9b8627567e56e1fb3de66e8ee03dd3f9e (diff)
Update to vim-8.2.1361.
Update to glibc-2.32. Update to bison-3.7.1. Update to bc-3.1.5. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12011 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/automake.xml2
-rw-r--r--chapter08/gcc.xml4
-rw-r--r--chapter08/glibc.xml5
-rw-r--r--chapter08/tar.xml4
-rw-r--r--chapter08/tcl.xml8
5 files changed, 20 insertions, 3 deletions
diff --git a/chapter08/automake.xml b/chapter08/automake.xml
index f89f71ced..ee444a365 100644
--- a/chapter08/automake.xml
+++ b/chapter08/automake.xml
@@ -59,6 +59,8 @@
<screen><userinput remap="test">make -j4 check</userinput></screen>
+ <para>The test t/subobj.sh is known to fail in the LFS environment.</para>
+
<para>Install the package:</para>
<screen><userinput remap="install">make install</userinput></screen>
diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml
index 6aaf633da..a4c7e2c8f 100644
--- a/chapter08/gcc.xml
+++ b/chapter08/gcc.xml
@@ -124,6 +124,10 @@ su tester -c "PATH=$PATH make -k check"</userinput></screen>
<para>Six tests related to get_time are known to fail. These are
apparently related to the en_HK locale.</para>
+ <para>Additionally the following tests related to the following files
+ are kown to fail with glibc-2.32: asan_test.C, co-ret-17-void-ret-coro.C,
+ pr95519-05-gro.C, pr80166.c.</para>
+
<!-- don't fail anymore after the move of iana-etc and /etc/hosts
<para>Two tests named lookup.cc and reverse.cc in experimental/net
are known to fail in LFS chroot environment because they require
diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml
index be2de9dca..d61cd7858 100644
--- a/chapter08/glibc.xml
+++ b/chapter08/glibc.xml
@@ -144,6 +144,11 @@ esac</userinput></screen>
<itemizedlist>
<listitem>
+ <para><emphasis>io/tst-lchmod</emphasis>
+ is known to fail in the LFS chroot environment.</para>
+ </listitem>
+
+ <listitem>
<para><emphasis>misc/tst-ttyname</emphasis>
is known to fail in the LFS chroot environment.</para>
</listitem>
diff --git a/chapter08/tar.xml b/chapter08/tar.xml
index 50a49d80b..1c3a5c75e 100644
--- a/chapter08/tar.xml
+++ b/chapter08/tar.xml
@@ -71,9 +71,7 @@
<screen><userinput remap="test">make check</userinput></screen>
-<!-- Seems to pass for version 1.31. Keeping as a comment just in case...
- <para>One test, link mismatch, is known to fail.</para>
--->
+ <para>One test, capabilities: binary store/restore, is known to fail.</para>
<para>Install the package:</para>
diff --git a/chapter08/tcl.xml b/chapter08/tcl.xml
index 1df22b81c..72e8f9b43 100644
--- a/chapter08/tcl.xml
+++ b/chapter08/tcl.xml
@@ -114,6 +114,14 @@ unset SRCDIR</userinput></screen>
<screen><userinput remap="test">make test</userinput></screen>
+ <note>
+ <para>
+ In the test results there are several places associated with clock.test
+ that indicate a failure, but the summary at the end indicates no
+ failures. clock.test passes on a complete LFS system.
+ </para>
+ </note>
+
<para>Install the package:</para>
<screen><userinput remap="install">make install</userinput></screen>