Changeset ba82c18 for chapter08


Ignore:
Timestamp:
08/04/2020 08:14:32 PM (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:
06ec824
Parents:
17ca548
Message:

Update to gettext-0.21.
Update to binutils-2.35.
Update to gcc-10.2.0.
Update to check-0.15.1.
Update to bison-3.7.1.
Update to util-linux 2.36.0.
Update to libcap-2.42.
Update to linux-5.7.12.

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

Location:
chapter08
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter08/binutils.xml

    r17ca548 rba82c18  
    5959
    6060    <para>Now remove one test that prevents the tests from running
    61     to completion, and fix other tests in the gold test suite, which
    62     need to be adjusted for GCC 10:</para>
    63 
    64 <screen><userinput remap="pre">sed -i '/@\tincremental_copy/d' gold/testsuite/Makefile.in
    65 patch -Np1 -i ../binutils-&binutils-version;-gcc10_gold_test_fix-1.patch</userinput></screen>
     61    to completion:</para>
     62
     63<screen><userinput remap="pre">sed -i '/@\tincremental_copy/d' gold/testsuite/Makefile.in</userinput></screen>
    6664
    6765    <para>The Binutils documentation recommends building Binutils
  • chapter08/libcap.xml

    r17ca548 rba82c18  
    4646    <para>Prevent a static library from being installed:</para>
    4747
    48 <screen><userinput remap="pre">sed -i '/install.*STACAPLIBNAME/d' libcap/Makefile</userinput></screen>
     48<screen><userinput remap="pre">sed -i '/install -m.*STACAPLIBNAME/d' libcap/Makefile</userinput></screen>
    4949
    5050    <para>Compile the package:</para>
  • chapter08/libpipeline.xml

    r17ca548 rba82c18  
    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>
    4347
    4448    <para>Prepare Libpipeline for compilation:</para>
  • chapter08/pkgmgt.xml

    r17ca548 rba82c18  
    3939
    4040  <para>There are some hints written on the topic of package management. Visit
    41   the <ulink url="&hints-index;">Hints Project</ulink> and see if one of them
     41  the <ulink url="&hints-root;">Hints Project</ulink> and see if one of them
    4242  fits your need.</para>
    4343
     
    232232
    233233      <para>This scheme, unique to LFS, was devised by Matthias Benkmann, and is
    234       available from the <ulink url="&hints-index;">Hints Project</ulink>. In
     234      available from the <ulink url="&hints-root;">Hints Project</ulink>. In
    235235      this scheme, each package is installed as a separate user into the
    236236      standard locations. Files belonging to a package are easily identified by
  • chapter08/procps.xml

    r17ca548 rba82c18  
    7373
    7474<screen><userinput remap="make">make</userinput></screen>
    75 
     75<!--
    7676    <para>The test suite needs some custom modifications for LFS.
    7777    Remove a test that fails when scripting does not use a tty device and
     
    8383rm testsuite/pgrep.test/pgrep.exp
    8484make check</userinput></screen>
     85-->
     86    <para> To run the test suite, run:</para>
     87
     88<screen><userinput remap="test">make check</userinput></screen>
    8589
    8690    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.