Author: dj
Date: 2008-10-11 17:39:51 -0600 (Sat, 11 Oct 2008)
New Revision: 8641
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter05/glibc.xml
Log:
removed chapter 5 glibc test suite
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2008-10-11 21:22:15 UTC (rev 8640)
+++ trunk/BOOK/chapter01/changelog.xml 2008-10-11 23:39:51 UTC (rev 8641)
@@ -41,6 +41,10 @@
<para>2008-10-11</para>
<itemizedlist>
<listitem>
+ <para>[dj] - Removed the chapter 5 glibc test suite information as
+ it requires a working C++ compiler to run.</para>
+ </listitem>
+ <listitem>
<para>[randy] - Added three configure parameters to the Chapter 6
Util-linux-ng instructions so that additional programs are
installed. Also updated the installed programs list.</para>
Modified: trunk/BOOK/chapter05/glibc.xml
===================================================================
--- trunk/BOOK/chapter05/glibc.xml 2008-10-11 21:22:15 UTC (rev 8640)
+++ trunk/BOOK/chapter05/glibc.xml 2008-10-11 23:39:51 UTC (rev 8641)
@@ -43,12 +43,6 @@
<sect2 role="installation">
<title>Installation of Glibc</title>
- <para>Though not mandatory in this chapter, if you plan on running the test
- suite, you should apply the following patches:</para>
-
-<screen><userinput remap="pre">patch -Np1 -i ../&glibc-iconv-test-fixes-patch;
-patch -Np1 -i ../&glibc-ildoubl-test-fix-patch;</userinput></screen>
-
<para>The Glibc documentation recommends building Glibc outside of the
source
directory in a dedicated build directory:</para>
@@ -163,32 +157,9 @@
<screen><userinput remap="make">make</userinput></screen>
- <para>Compilation is now complete. As mentioned earlier, running the
- test suites for the temporary tools installed in this chapter is not
- mandatory. To run the Glibc test suite (if desired), the following
- commands will do so:</para>
+ <para>This package does come with a test suite, however, it cannot be
+ run at this time because we do not have a C++ compiler yet.</para>
-<screen><userinput remap="test">cp -v
../glibc-&glibc-version;/iconvdata/gconv-modules iconvdata
-make check</userinput></screen>
-
- <para>For a discussion of test failures that are of particular
- importance, please see <xref linkend="ch-system-glibc" role="."/></para>
-
- <para>In this chapter, some tests can be adversely affected by
- existing tools or environmental issues on the host system. Glibc test
- suite failures in this chapter are typically not worrisome. The Glibc
- installed in <xref linkend="chapter-building-system"/> is the one that
- will ultimately end up being used, so that is the one that needs to pass
- most tests (even in <xref linkend="chapter-building-system"/>, some
- failures could still occur, for example, with the math tests).</para>
-
- <para>When experiencing a failure, make a note of it, then continue by
- reissuing the <command>make check</command> command. The test suite
- should pick up where it left off and continue. This stop-start sequence
- can be circumvented by issuing a <command>make -k check</command> command.
- If using this option, be sure to log the output so that the log file can
- be examined for failures later.</para>
-
<para>The install stage of Glibc will issue a harmless warning at the
end about the absence of <filename>/tools/etc/ld.so.conf</filename>.
Prevent this warning with:</para>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page