Changeset 6a06eaf for chapter08


Ignore:
Timestamp:
08/15/2020 03:54:28 AM (4 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, 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:
7f13e6fe, f92b8de
Parents:
b2b6c6f
Message:

Update to man-pages-5.08.
Update to libpipeline-1.5.3.
Update to iproute2-5.8.0.
Update to linux-5.8.1.
Fix typo in settingenviron.xml.
Use entity in perl configuration instructions.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12022 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter08
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter08/coreutils.xml

    rb2b6c6f r6a06eaf  
    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 envronment.</para>
    129131
    130132    <para>Remove the temporary group:</para>
  • chapter08/libpipeline.xml

    rb2b6c6f r6a06eaf  
    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

    rb2b6c6f r6a06eaf  
    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                \
Note: See TracChangeset for help on using the changeset viewer.