aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorDJ Lucas <dj@linuxfromscratch.org>2008-10-11 23:39:51 +0000
committerDJ Lucas <dj@linuxfromscratch.org>2008-10-11 23:39:51 +0000
commit0abc697e291cae613a3dfd7de2384218f29abc4f (patch)
tree90e77740e34306a88e88f95dcedd9d4fa7584a47 /chapter05
parent5c92d210d5a7d91d6101844a838ec9d550019bc1 (diff)
removed chapter 5 glibc test suite
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8641 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/glibc.xml33
1 files changed, 2 insertions, 31 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index 790f3973a..6bd5d6aad 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -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,31 +157,8 @@ cd ../glibc-build</userinput></screen>
<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>
-
-<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>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>
<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>.