Changeset ae39e19 for chapter06


Ignore:
Timestamp:
03/31/2021 10:41:36 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
ac340c2
Parents:
3019de7
git-author:
Thomas Trepl <thomas@…> (12/02/2019 12:18:16 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@11703 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bash.xml

    r3019de7 rae39e19  
    4040  <sect2 role="installation">
    4141    <title>Installation of Bash</title>
    42 <!--
     42
    4343    <para>Incorporate some upstream fixes:</para>
    4444
    4545<screen><userinput remap="pre">patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
    46 -->
     46
    4747    <para>Prepare Bash for compilation:</para>
    4848
  • chapter06/libelf.xml

    r3019de7 rae39e19  
    4747    <para>Prepare Libelf for compilation:</para>
    4848
    49 <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
     49<screen><userinput remap="configure">./configure --prefix=/usr --disable-debuginfod</userinput></screen>
    5050
    5151    <para>Compile the package:</para>
     
    5757<screen><userinput remap="test">make check</userinput></screen>
    5858
     59    <para>One test, run-elfclassify.sh, is known to fail.</para>
     60
    5961    <para>Install only Libelf:</para>
    6062
    6163<screen><userinput remap="install">make -C libelf install
    62 install -vm644 config/libelf.pc /usr/lib/pkgconfig</userinput></screen>
     64install -vm644 config/libelf.pc /usr/lib/pkgconfig
     65rm /usr/lib/libelf.a</userinput></screen>
    6366
    6467  </sect2>
  • chapter06/libffi.xml

    r3019de7 rae39e19  
    5050      Illegal Operation Errors.</para>
    5151    </note>
    52 
     52<!--
    5353    <para>Modify the Makefile to install headers into the standard
    5454    <filename class="directory">/usr/include</filename> directory instead of
     
    6161    -e 's/^Cflags: -I${includedir}/Cflags:/' \
    6262    -i libffi.pc.in</userinput></screen>
    63 
     63-->
    6464    <para>Prepare libffi for compilation:</para>
    6565
     
    9393<screen><userinput remap="test">make check</userinput></screen>
    9494
     95    <para>Six tests, all related to test-callback.c, are known to fail.</para>
     96
    9597    <para>Install the package:</para>
    9698
  • chapter06/python.xml

    r3019de7 rae39e19  
    121121
    122122    <varlistentry>
    123       <term><option>--no-same-owner</option> and --no-same-permissions</term>
     123      <term><option>--no-same-owner</option> and <option>--no-same-permissions</option></term>
    124124      <listitem>
    125125        <para>Ensure the installed files have the correct ownership and
Note: See TracChangeset for help on using the changeset viewer.