aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/autoconf.xml2
-rw-r--r--chapter06/glibc.xml11
-rw-r--r--chapter06/inetutils.xml4
3 files changed, 14 insertions, 3 deletions
diff --git a/chapter06/autoconf.xml b/chapter06/autoconf.xml
index 12166a8ea..ddad6087b 100644
--- a/chapter06/autoconf.xml
+++ b/chapter06/autoconf.xml
@@ -55,7 +55,7 @@
<para>This takes a long time, about 4.7 SBUs. In addition, 6 tests are skipped
that use Automake. For full test coverage, Autoconf can be re-tested
- after Automake has been installed. In addition, one test fails due to
+ after Automake has been installed. In addition, two tests fail due to
changes in libtool-2.4.3 and later.</para>
<para>Install the package:</para>
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 2bbbf22b4..dc3fca7c4 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -103,8 +103,9 @@ cd ../glibc-build</userinput></screen>
<itemizedlist>
<listitem>
- <para>posix/tst-getaddrinfo4 will always fail
- due to not having a network connection when the tests are run.</para>
+ <para><emphasis>posix/tst-getaddrinfo4</emphasis> will always fail due
+ to not having the necessary networking applications when the tests are
+ run.</para>
</listitem>
<listitem>
@@ -119,6 +120,12 @@ cd ../glibc-build</userinput></screen>
systems where the CPU is not a relatively new genuine Intel or
authentic AMD processor.</para>
</listitem>
+
+ <listitem>
+ <para>The <emphasis>elf/tst-protected1a</emphasis> and
+ <emphasis>elf/tst-protected1a</emphasis> tests are known to
+ fail with the current stable version of binutils.</para>
+ </listitem>
<!--
<listitem>
<para>When running on older and slower hardware or on systems under
diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml
index 464862a87..c2eab482b 100644
--- a/chapter06/inetutils.xml
+++ b/chapter06/inetutils.xml
@@ -96,6 +96,10 @@
<screen><userinput remap="test">make check</userinput></screen>
+ <para>One test, <emphasis>libls.sh</emphasis>, is known to fail due to hard
+ coding of some support program paths. All tests pass if the tests are
+ rerun at the end of Chapter 6.</para>
+
<para>Install the package:</para>
<screen><userinput remap="install">make install</userinput></screen>