Ignore:
Timestamp:
02/20/2016 12:48:56 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
7.9-systemd
Children:
bfa84e0, c4dcfd8
Parents:
427c00b
Message:

Sync to LFS-7.9-rc2

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@11022 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    r427c00b rb0424f7  
    6666    Glibc autoconf tests would give false results and defeat the goal
    6767    of achieving a clean build.</para>
    68 
    69     <para>Now, fix a build problem that affects i386 systems:</para>
     68<!--
     69    <para>Now fix a build problem that affects i386 systems:</para>
    7070
    7171<screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch;</userinput></screen>
     
    7979
    8080<screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch2;</userinput></screen>
    81 
     81-->
    8282    <para>The Glibc documentation recommends building Glibc
    8383    in a dedicated build directory:</para>
     
    114114
    115115      <listitem>
    116         <para><emphasis>posix/tst-getaddrinfo4</emphasis> will always fail
    117         due to not having the necessary network applications when the tests are
     116        <para><emphasis>posix/tst-getaddrinfo4</emphasis> and
     117        <emphasis>posix/tst-getaddrinfo5</emphasis> will always fail due
     118        to not having the necessary networking applications when the tests are
    118119        run.</para>
    119120      </listitem>
     
    128129      <listitem>
    129130        <para>The math tests sometimes fail when running on
    130         systems where the CPU is not a relatively new genuine Intel or
    131         authentic AMD processor.</para>
     131        systems where the CPU is not a relatively new Intel or
     132        AMD processor.</para>
    132133      </listitem>
    133134<!--
    134       <listitem>
    135         <para>When running on older and slower hardware or on systems under
    136         load, some tests can fail because of test timeouts being exceeded.
    137         Modifying the make check command to set a TIMEOUTFACTOR is reported to
    138         help eliminate these errors (e.g. <command>TIMEOUTFACTOR=16
    139         make -k check</command>).</para>
    140       </listitem>
    141 -->
    142 <!--
    143       <listitem>
    144         <para>libio/tst-ftell-partial-wide.out fails because it needs a locale
    145         that has not yet been generated.</para>
    146       </listitem>
    147 -->
    148135      <listitem>
    149136        <para>The <emphasis>elf/tst-protected1b</emphasis> and
     
    151138        fail with the current stable version of binutils.</para>
    152139      </listitem>
    153 
     140-->
    154141      <listitem>
    155142        <para>Other tests known to fail on some architectures are
Note: See TracChangeset for help on using the changeset viewer.