aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/glibc.xml6
-rw-r--r--chapter06/inetutils.xml4
-rw-r--r--chapter06/iproute2.xml5
3 files changed, 13 insertions, 2 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 819a13dee..a835f218f 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -132,6 +132,12 @@ cd build</userinput></screen>
systems where the CPU is not a relatively new Intel or
AMD processor.</para>
</listitem>
+
+ <listitem>
+ <para>The
+ <emphasis>nptl/tst-thread-affinity-{pthread,pthread2,sched}</emphasis>
+ tests may fail for reasons that have not been determined. </para>
+ </listitem>
<!--
<listitem>
<para>The <emphasis>elf/tst-protected1a</emphasis> and
diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml
index 190e378f5..af4c1790d 100644
--- a/chapter06/inetutils.xml
+++ b/chapter06/inetutils.xml
@@ -109,11 +109,11 @@
<para>To test the results, issue:</para>
<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>
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml
index d65e23e53..f27e9099d 100644
--- a/chapter06/iproute2.xml
+++ b/chapter06/iproute2.xml
@@ -54,6 +54,11 @@
sed -i 's/arpd.8//' man/man8/Makefile
rm -v doc/arpd.sgml</userinput></screen>
+ <para>It is also necessary to disable building one module that
+ requires <ulink url="&blfs-book;postlfs/iptables.html"/>.</para>
+
+<screen><userinput remap="pre">sed -i 's/m_ipt.o//' tc/Makefile</userinput></screen>
+
<para>Compile the package:</para>
<screen><userinput remap="make">make</userinput></screen>