Changeset a1ad522 for chapter08


Ignore:
Timestamp:
08/23/2020 08:15:14 AM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
7091d59
Parents:
e9a3e8f
Message:

Merge changes from trunk to multilib

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

Location:
chapter08
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter08/coreutils.xml

    re9a3e8f ra1ad522  
    127127
    128128<screen><userinput remap="test">su tester -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes check"</userinput></screen>
     129
     130    <para>The test-getlogin test is known to fail in the LFS chroot environment.</para>
    129131
    130132    <para>Remove the temporary group:</para>
  • chapter08/glibc.xml

    re9a3e8f ra1ad522  
    592592      and the output of the last command will be of the form:</para>
    593593
    594 <screen><computeroutput>[Requesting program interpreter: /lib/ld-linux-x32.so.2]</computeroutput></screen>
     594<screen><computeroutput>[Requesting program interpreter: /libx32/ld-linux-x32.so.2]</computeroutput></screen>
    595595
    596596      <para>If the output is not shown as above or there was no output at all,
  • chapter08/libpipeline.xml

    re9a3e8f ra1ad522  
    4141  <sect2 role="installation">
    4242    <title>Installation of Libpipeline</title>
    43 
    44     <para>First, fix the files in the test suite:</para>
    45 
    46 <screen><userinput remap="pre">patch -Np1 -i ../&libpipeline-checks-patch;</userinput></screen>
    4743
    4844    <para>Prepare Libpipeline for compilation:</para>
  • chapter08/perl.xml

    re9a3e8f ra1ad522  
    5959             -Dprefix=/usr                                \
    6060             -Dvendorprefix=/usr                          \
    61              -Dprivlib=/usr/lib/perl5/5.32/core_perl      \
    62              -Darchlib=/usr/lib/perl5/5.32/core_perl      \
    63              -Dsitelib=/usr/lib/perl5/5.32/site_perl      \
    64              -Dsitearch=/usr/lib/perl5/5.32/site_perl     \
    65              -Dvendorlib=/usr/share/perl5/vendor_perl     \
    66              -Dvendorarch=/usr/lib/perl5/5.32/vendor_perl \
     61             -Dprivlib=/usr/lib/perl5/&perl-version-min;/core_perl      \
     62             -Darchlib=/usr/lib/perl5/&perl-version-min;/core_perl      \
     63             -Dsitelib=/usr/lib/perl5/&perl-version-min;/site_perl      \
     64             -Dsitearch=/usr/lib/perl5/&perl-version-min;/site_perl     \
     65             -Dvendorlib=/usr/lib/perl5/&perl-version-min;/vendor_perl  \
     66             -Dvendorarch=/usr/lib/perl5/&perl-version-min;/vendor_perl \
    6767             -Dman1dir=/usr/share/man/man1                \
    6868             -Dman3dir=/usr/share/man/man3                \
  • chapter08/revisedchroot.xml

    re9a3e8f ra1ad522  
    5757
    5858  <para>There are also several files installed in the /usr/lib and /usr/libexec
    59   directories with a file name extention of .la. These are "libtool archive"
     59  directories with a file name extension of .la. These are "libtool archive"
    6060  files. As already said, they are only useful when linking with static
    6161  libraries. They are unneeded, and potentially harmful, when using dynamic
     
    7373   <para>The compiler built in <xref linkend="chapter-temporary-tools"/> and
    7474   <xref linkend="chapter-chroot-temporary-tools"/> is still partially
    75    installed, and not needed anymore. Remove it with:</para>
     75   installed and not needed anymore. Remove it with:</para>
    7676
    7777<screen><userinput>find /usr -depth -name $(uname -m)-lfs-linux-gnu\* | xargs rm -rf</userinput></screen>
  • chapter08/systemd.xml

    re9a3e8f ra1ad522  
    9393      -Duserdb=false                \
    9494      -Dman=true                    \
     95      -Ddocdir=/usr/share/doc/systemd-&systemd-version; \
    9596      ..</userinput></screen>
    9697
Note: See TracChangeset for help on using the changeset viewer.