Ignore:
Timestamp:
09/08/2014 05:54:48 AM (10 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.6, 7.7, 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:
77a264e9, 9a5c970
Parents:
23102e6e
Message:

Update to man-pages-3.72
Add upstream patches to gcc
Update to linux-3.16.2
Update to util-linux-2.25.1
Remove reference to defunct web site

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    r23102e6e r3b66f6a  
    113113    any of the test failures listed below. Now test the build results:</para>
    114114
    115 <screen><userinput remap="test">make -k check 2&gt;&amp;1 | tee glibc-check-log
     115<screen><userinput remap="test">make check 2&gt;&amp;1 | tee glibc-check-log
    116116grep Error glibc-check-log</userinput></screen>
    117117
    118     <para>You will probably see an expected (ignored) failure in the
    119     <emphasis>posix/annexc</emphasis> and
    120     <emphasis>conform/run-conformtest</emphasis> tests.  In addition the Glibc
    121     test suite is somewhat dependent on the host system.  This is a list of the
    122     most common issues:</para>
     118    <para>You will probably see some test failures.  The Glibc test suite is
     119    somewhat dependent on the host system.  This is a list of the most common
     120    issues seen for this version of LFS:</para>
    123121
    124122    <itemizedlist>
    125 
     123<!--
    126124      <listitem>
    127125        <para>The <emphasis>nptl/tst-clock2</emphasis>,
     
    147145        make -k check</command>).</para>
    148146      </listitem>
    149 
     147-->
    150148      <listitem>
    151149        <para>posix/tst-getaddrinfo4 will always fail due to not having a network
    152150        connection when the test is run.</para>
    153151      </listitem>
    154 
     152<!--
    155153      <listitem>
    156154        <para>libio/tst-ftell-partial-wide.out fails because it needs a locale
     
    163161        and stdio-common/bug22.</para>
    164162      </listitem>
    165 
     163-->
    166164    </itemizedlist>
    167165
Note: See TracChangeset for help on using the changeset viewer.