Changeset 0abc697


Ignore:
Timestamp:
10/11/2008 11:39:51 PM (16 years ago)
Author:
DJ Lucas <dj@…>
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, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 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:
e7c8034
Parents:
5c92d21
Message:

removed chapter 5 glibc test suite

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r5c92d21 r0abc697  
    4242      <itemizedlist>
    4343        <listitem>
     44          <para>[dj] - Removed the chapter 5 glibc test suite information as
     45          it requires a working C++ compiler to run.</para>
     46        </listitem>
     47        <listitem>
    4448          <para>[randy] - Added three configure parameters to the Chapter 6
    4549          Util-linux-ng instructions so that additional programs are
  • chapter05/glibc.xml

    r5c92d21 r0abc697  
    4343  <sect2 role="installation">
    4444    <title>Installation of Glibc</title>
    45 
    46     <para>Though not mandatory in this chapter, if you plan on running the test
    47     suite, you should apply the following patches:</para>
    48 
    49 <screen><userinput remap="pre">patch -Np1 -i ../&glibc-iconv-test-fixes-patch;
    50 patch -Np1 -i ../&glibc-ildoubl-test-fix-patch;</userinput></screen>
    5145
    5246    <para>The Glibc documentation recommends building Glibc outside of the source
     
    164158<screen><userinput remap="make">make</userinput></screen>
    165159
    166     <para>Compilation is now complete. As mentioned earlier, running the
    167     test suites for the temporary tools installed in this chapter is not
    168     mandatory. To run the Glibc test suite (if desired), the following
    169     commands will do so:</para>
    170 
    171 <screen><userinput remap="test">cp -v ../glibc-&glibc-version;/iconvdata/gconv-modules iconvdata
    172 make check</userinput></screen>
    173 
    174     <para>For a discussion of test failures that are of particular
    175     importance, please see <xref linkend="ch-system-glibc" role="."/></para>
    176 
    177     <para>In this chapter, some tests can be adversely affected by
    178     existing tools or environmental issues on the host system. Glibc test
    179     suite failures in this chapter are typically not worrisome. The Glibc
    180     installed in <xref linkend="chapter-building-system"/> is the one that
    181     will ultimately end up being used, so that is the one that needs to pass
    182     most tests (even in <xref linkend="chapter-building-system"/>, some
    183     failures could still occur, for example, with the math tests).</para>
    184 
    185     <para>When experiencing a failure, make a note of it, then continue by
    186     reissuing the <command>make check</command> command. The test suite
    187     should pick up where it left off and continue. This stop-start sequence
    188     can be circumvented by issuing a <command>make -k check</command> command.
    189     If using this option, be sure to log the output so that the log file can
    190     be examined for failures later.</para>
     160    <para>This package does come with a test suite, however, it cannot be
     161    run at this time because we do not have a C++ compiler yet.</para>
    191162
    192163    <para>The install stage of Glibc will issue a harmless warning at the
Note: See TracChangeset for help on using the changeset viewer.