aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2022-09-14 01:32:24 +0800
committerXi Ruoyao <xry111@xry111.site>2022-09-14 01:32:24 +0800
commit2844cded1c151d8b6f3e073e5f32119bef352892 (patch)
tree2f686aa15140b70c4e27008468bf4012133a51d1 /chapter08
parent36c456218741f71f13b6e767d53a5a0bcfca36de (diff)
libtool: document test failures related to grep-3.8
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/libtool.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter08/libtool.xml b/chapter08/libtool.xml
index 2082c6cf9..e7eeb3ad9 100644
--- a/chapter08/libtool.xml
+++ b/chapter08/libtool.xml
@@ -52,7 +52,7 @@
<para>To test the results<!--(about 11.0 SBU)-->, issue:</para>
-<screen><userinput remap="test">make check</userinput></screen>
+<screen><userinput remap="test">make -k check</userinput></screen>
<note><para>The test time for libtool can be reduced significantly on a
system with multiple cores. To do this, append
@@ -61,8 +61,9 @@
percent.</para></note>
<para>Five tests are known to fail in the LFS build environment due
- to a circular dependency, but all tests pass if rechecked after
- automake is installed.</para>
+ to a circular dependency, but these tests pass if rechecked after
+ automake is installed. Additionally, with grep-3.8, two tests will
+ trigger a warning for non-POSIX regular expressions and fail.</para>
<para>Install the package:</para>