aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2018-07-19 00:57:03 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2018-07-19 00:57:03 +0000
commitde6905db226f608d204c1d6a1eb49eac30af98e1 (patch)
treea3a814dbab45ba0704d6903973b74383db085661 /chapter06
parent1c8cc7166e81da25ccc88bd2ce3526800cfd0f00 (diff)
Update to util-linux 2.32.1.
Update to binutils-2.31.1. Update to meson-0.47.1. Update to linux-4.17.8. Update to e2fsprogs-1.44.3. Document some new regression test failures. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11439 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/eudev.xml3
-rw-r--r--chapter06/glibc.xml6
-rw-r--r--chapter06/inetutils.xml3
-rw-r--r--chapter06/meson.xml11
4 files changed, 10 insertions, 13 deletions
diff --git a/chapter06/eudev.xml b/chapter06/eudev.xml
index 9734eb1dc..8f6681417 100644
--- a/chapter06/eudev.xml
+++ b/chapter06/eudev.xml
@@ -39,10 +39,11 @@
<sect2 role="installation">
<title>Installation of Eudev</title>
-
+<!--
<para>First, fix a test script:</para>
<screen><userinput remap="pre">sed -r -i 's|/usr(/bin/test)|\1|' test/udev-test.pl</userinput></screen>
+-->
<!--
<para>Next, remove an unneeded line that causes a build failure:</para>
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index c83b80a67..8c277a5dd 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -169,6 +169,12 @@ unset GCC_INCDIR</userinput></screen>
<emphasis>posix/tst-getaddrinfo5</emphasis>
may fail on some architectures.</para>
</listitem>
+
+ <listitem>
+ <para>The <emphasis>nss/tst-nss-files-hosts-multi</emphasis>
+ test may fail for reasons that have not been determined.</para>
+ </listitem>
+
<!--
<listitem>
<para>The <emphasis>rt/tst-cputimer1</emphasis> and
diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml
index c69bdf52d..c8fdd456f 100644
--- a/chapter06/inetutils.xml
+++ b/chapter06/inetutils.xml
@@ -107,7 +107,8 @@
<note><para>One test, libls.sh, may fail in the initial chroot
environment but will pass if the test is rerun after the LFS system
- is complete.</para></note>
+ is complete. One test, ping-localhost.sh, will fail if the host
+ system does not have ipv6 capability.</para></note>
<para>Install the package:</para>
diff --git a/chapter06/meson.xml b/chapter06/meson.xml
index b0410392b..02cfdf839 100644
--- a/chapter06/meson.xml
+++ b/chapter06/meson.xml
@@ -40,10 +40,6 @@
<sect2 role="installation">
<title>Installation of Meson</title>
- <para>Make a fix from upstream:</para>
-
-<screen><userinput remap="pre">sed -i '309 s/os.getcwd/-C, &amp;/' mesonbuild/minstall.py</userinput></screen>
-
<para>Compile Meson with the following command:</para>
<screen><userinput remap="make">python3 setup.py build</userinput></screen>
@@ -54,13 +50,6 @@
<screen><userinput remap="install">python3 setup.py install --root=dest
cp -rv dest/* /</userinput></screen>
-<!--
- <para>At last, move Meson man pages to correct location:</para>
-
-<screen><userinput remap="install">mv -v /usr/lib/python&python-minor;/site-packages/meson-&meson-version;-py&python-minor;.egg/share/man/man1/*.1 \
- /usr/share/man/man1
-rm -r /usr/lib/python&python-minor;/site-packages/meson-&meson-version;-py&python-minor;.egg/share</userinput></screen>
--->
<variablelist>
<title>The meaning of the install parameters:</title>