aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/util-linux.xml4
-rw-r--r--chapter08/zstd.xml4
2 files changed, 3 insertions, 5 deletions
diff --git a/chapter08/util-linux.xml b/chapter08/util-linux.xml
index 221743d3d..8290f87c2 100644
--- a/chapter08/util-linux.xml
+++ b/chapter08/util-linux.xml
@@ -101,7 +101,9 @@
su tester -c "make -k check"</userinput></screen>
<para>The <emphasis>hardlink</emphasis> tests will fail if the host's kernel
- does not have the option CONFIG_CRYPTO_USER_API_HASH set.</para>
+ does not have the option CONFIG_CRYPTO_USER_API_HASH set. In addition,
+ two sub-tests from misc: mbsencode and one sub-test from script: replay are
+ known to fail.</para>
<para>Install the package:</para>
diff --git a/chapter08/zstd.xml b/chapter08/zstd.xml
index 902f982e4..ae793a34b 100644
--- a/chapter08/zstd.xml
+++ b/chapter08/zstd.xml
@@ -42,10 +42,6 @@
<sect2 role="installation">
<title>Installation of Zstd</title>
- <para>Apply a patch to fix some issues identified by upstream:</para>
-
-<screen><userinput remap="pre">patch -Np1 -i ../&zstd-upstream-fixes-patch;</userinput></screen>
-
<para>Compile the package:</para>
<screen><userinput remap="make">make prefix=/usr</userinput></screen>