Changeset d86db6b for chapter06


Ignore:
Timestamp:
10/18/2019 12:08:15 AM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
b13452d
Parents:
96bca963
Message:

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

Location:
chapter06
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter06/binutils.xml

    r96bca963 rd86db6b  
    158158<screen><userinput remap="test">make -k check</userinput></screen>
    159159
    160     <para>The PC-relative offset test and 
    161     the debug_msg.sh test may fail in the LFS environment.</para>
     160    <para>The ver_test_pr16504.sh test is known to fail.</para>
    162161
    163162    <para>Install the package:</para>
  • chapter06/chapter06.xml

    r96bca963 rd86db6b  
    3131  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mpfr.xml"/>
    3232  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mpc.xml"/>
     33  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="attr.xml"/>
     34  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="acl.xml"/>
    3335  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="shadow.xml"/>
    3436  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc.xml"/>
     
    3638  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pkgconfig.xml"/>
    3739  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ncurses.xml"/>
    38   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="attr.xml"/>
    39   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="acl.xml"/>
    4040  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libcap.xml"/>
    4141  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sed.xml"/>
  • chapter06/python.xml

    r96bca963 rd86db6b  
    9090
    9191<screen><userinput remap="install">make install
    92 chmod -v 755 /usr/lib/libpython&python-minor;m.so
     92chmod -v 755 /usr/lib/libpython&python-minor;.so
    9393chmod -v 755 /usr/lib/libpython3.so
    94 ln -sfv pip3.7 /usr/bin/pip3</userinput></screen>
     94ln -sfv pip&python-minor; /usr/bin/pip3</userinput></screen>
    9595
    9696    <variablelist>
    9797      <title>The meaning of the install commands:</title>
    98 <!-- ======  Change 7m if Python minor version changes ======= -->
    99     <varlistentry>
    100       <term><command>chmod -v 755 /usr/lib/libpython3.{7m.,}so</command></term>
     98<!-- ======  Change 8m if Python minor version changes ======= -->
     99    <varlistentry>
     100      <term><command>chmod -v 755 /usr/lib/libpython3.{8.,}so</command></term>
    101101      <listitem>
    102102        <para>Fix permissions for libraries to be consistent with other
Note: See TracChangeset for help on using the changeset viewer.