aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2019-10-18 00:08:15 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2019-10-18 00:08:15 +0000
commitd86db6b5dfa22f3c1c645bf6e0548516ed871b4f (patch)
treeb351550f8c58dec933f30d3c809685fa0768bd70 /chapter06
parent96bca9637681750e24a15eb016c179e1945de821 (diff)
Move attr and acl to be before shadow.
Update to linux-5.3.6. Update to man-pages-5.03. Update to meson-0.52.0. Update to Python-3.8.0. Update to binutils-2.33.1. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11685 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/binutils.xml3
-rw-r--r--chapter06/chapter06.xml4
-rw-r--r--chapter06/python.xml8
3 files changed, 7 insertions, 8 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml
index 3d7f532e5..721590376 100644
--- a/chapter06/binutils.xml
+++ b/chapter06/binutils.xml
@@ -157,8 +157,7 @@ cd build</userinput></screen>
<screen><userinput remap="test">make -k check</userinput></screen>
- <para>The PC-relative offset test and
- the debug_msg.sh test may fail in the LFS environment.</para>
+ <para>The ver_test_pr16504.sh test is known to fail.</para>
<para>Install the package:</para>
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml
index d6025c52a..bc024969c 100644
--- a/chapter06/chapter06.xml
+++ b/chapter06/chapter06.xml
@@ -30,13 +30,13 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gmp.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mpfr.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mpc.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="attr.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="acl.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="shadow.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bzip2.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pkgconfig.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ncurses.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="attr.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="acl.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libcap.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sed.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="psmisc.xml"/>
diff --git a/chapter06/python.xml b/chapter06/python.xml
index b6e3c9f15..a3cde3f8f 100644
--- a/chapter06/python.xml
+++ b/chapter06/python.xml
@@ -89,15 +89,15 @@
<para>Install the package:</para>
<screen><userinput remap="install">make install
-chmod -v 755 /usr/lib/libpython&python-minor;m.so
+chmod -v 755 /usr/lib/libpython&python-minor;.so
chmod -v 755 /usr/lib/libpython3.so
-ln -sfv pip3.7 /usr/bin/pip3</userinput></screen>
+ln -sfv pip&python-minor; /usr/bin/pip3</userinput></screen>
<variablelist>
<title>The meaning of the install commands:</title>
-<!-- ====== Change 7m if Python minor version changes ======= -->
+<!-- ====== Change 8m if Python minor version changes ======= -->
<varlistentry>
- <term><command>chmod -v 755 /usr/lib/libpython3.{7m.,}so</command></term>
+ <term><command>chmod -v 755 /usr/lib/libpython3.{8.,}so</command></term>
<listitem>
<para>Fix permissions for libraries to be consistent with other
libraries.</para>