Changeset 6934b62 for chapter06


Ignore:
Timestamp:
04/05/2016 02:00:44 AM (8 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, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, 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:
d730742
Parents:
5d65ab9
Message:

Update to linux-4.5.
Update to grep-2.24.
Update to expat-2.1.1.
Update to tzdata-2016c.
Update to iproute2-4.5.0.
Update to man-pages-4.05.
Update to gzip-1.7.

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

Location:
chapter06
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    r5d65ab9 r6934b62  
    132132        systems where the CPU is not a relatively new Intel or
    133133        AMD processor.</para>
     134      </listitem>
     135
     136      <listitem>
     137        <para>The
     138        <emphasis>nptl/tst-thread-affinity-{pthread,pthread2,sched}</emphasis>
     139        tests may fail for reasons that have not been determined.  </para>
    134140      </listitem>
    135141<!--
  • chapter06/inetutils.xml

    r5d65ab9 r6934b62  
    110110
    111111<screen><userinput remap="test">make check</userinput></screen>
    112 <!--
     112
    113113    <para>One test, <emphasis>libls.sh</emphasis>, is known to fail due to hard
    114114    coding of some support program paths.  All tests pass if the tests are
    115115    rerun at the end of Chapter 6.</para>
    116 -->
     116
    117117    <para>Install the package:</para>
    118118
  • chapter06/iproute2.xml

    r5d65ab9 r6934b62  
    5555rm -v doc/arpd.sgml</userinput></screen>
    5656
     57    <para>It is also necessary to disable building one module that
     58    requires <ulink url="&blfs-book;postlfs/iptables.html"/>.</para>
     59
     60<screen><userinput remap="pre">sed -i 's/m_ipt.o//' tc/Makefile</userinput></screen>
     61
    5762    <para>Compile the package:</para>
    5863
Note: See TracChangeset for help on using the changeset viewer.