Changeset 9c31d62 for chapter06


Ignore:
Timestamp:
03/31/2021 10:41:36 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
b6b9286
Parents:
0aaf6a31
git-author:
Thomas Trepl <thomas@…> (10/19/2019 05:40:04 PM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:36 AM)
Message:

MultiLib: Merge changes from trunk

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11687 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter06/binutils.xml

    r0aaf6a31 r9c31d62  
    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

    r0aaf6a31 r9c31d62  
    3636  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mpc.xml"/>
    3737  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="isl.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"/>
    3840  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="shadow.xml"/>
    3941  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc.xml"/>
     
    4143  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pkgconfig.xml"/>
    4244  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ncurses.xml"/>
    43   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="attr.xml"/>
    44   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="acl.xml"/>
    4545  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libcap.xml"/>
    4646  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sed.xml"/>
  • chapter06/python.xml

    r0aaf6a31 r9c31d62  
    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
     
    147147        </seg>
    148148        <seg>
    149           libpython&python-minor;m.so and libpython3.so
     149          libpython&python-minor;.so and libpython3.so
    150150        </seg>
    151151        <seg>
    152           /usr/include/python&python-minor;m, /usr/lib/python3 and
     152          /usr/include/python&python-minor;,
     153          /usr/lib/python3, and
    153154          /usr/share/doc/python-&python-version;
    154155        </seg>
Note: See TracChangeset for help on using the changeset viewer.