Changeset 1c27a53 for chapter06


Ignore:
Timestamp:
08/16/2015 05:54:29 PM (9 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, 7.8, 7.9, 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:
f67e0d43
Parents:
f5e821c
Message:

Update to tzdata-2015f.
Add a workaround to ncurses in Chapter 5 for hosts that have mawk installed.
Document some minor test failures.

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

Location:
chapter06
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter06/autoconf.xml

    rf5e821c r1c27a53  
    5656    <para>This takes a long time, about 4.7 SBUs. In addition, 6 tests are skipped
    5757    that use Automake. For full test coverage, Autoconf can be re-tested
    58     after Automake has been installed.  In addition, one test fails due to
     58    after Automake has been installed.  In addition, two tests fail due to
    5959    changes in libtool-2.4.3 and later.</para>
    6060
  • chapter06/glibc.xml

    rf5e821c r1c27a53  
    104104
    105105      <listitem>
    106         <para>posix/tst-getaddrinfo4 will always fail
    107         due to not having a network connection when the tests are run.</para>
     106        <para><emphasis>posix/tst-getaddrinfo4</emphasis> will always fail due
     107        to not having the necessary  networking applications when the tests are
     108        run.</para>
    108109      </listitem>
    109110
     
    119120        systems where the CPU is not a relatively new genuine Intel or
    120121        authentic AMD processor.</para>
     122      </listitem>
     123
     124      <listitem>
     125        <para>The <emphasis>elf/tst-protected1a</emphasis> and
     126        <emphasis>elf/tst-protected1a</emphasis> tests are known to
     127        fail with the current stable version of binutils.</para>
    121128      </listitem>
    122129<!--
  • chapter06/inetutils.xml

    rf5e821c r1c27a53  
    9797<screen><userinput remap="test">make check</userinput></screen>
    9898
     99    <para>One test, <emphasis>libls.sh</emphasis>, is known to fail due to hard
     100    coding of some support program paths.  All tests pass if the tests are
     101    rerun at the end of Chapter 6.</para>
     102
    99103    <para>Install the package:</para>
    100104
Note: See TracChangeset for help on using the changeset viewer.