aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/dejagnu-inst.xml
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2003-09-09 20:59:10 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2003-09-09 20:59:10 +0000
commit431f48d1b8cb6cbd73be48f4096798f4d1a4cca5 (patch)
tree6a44780841fadf6d51f27861b36e4439ce4f07ba /chapter05/dejagnu-inst.xml
parentc825bdcb3e7a8cd3aa09e6e5d8a82d953d311987 (diff)
Added some notes regarding failed tests
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2756 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/dejagnu-inst.xml')
-rw-r--r--chapter05/dejagnu-inst.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/chapter05/dejagnu-inst.xml b/chapter05/dejagnu-inst.xml
index c1794e6ac..4a22085f9 100644
--- a/chapter05/dejagnu-inst.xml
+++ b/chapter05/dejagnu-inst.xml
@@ -13,7 +13,11 @@
make install</userinput></screen></para>
<para>This completes the testing tools. We can now rebuild GCC and Binutils
-to link them against the new Glibc, and test them properly.</para>
+to link them against the new Glibc, and test them properly. One thing to note,
+however, is that these test suites are highly dependent on the features
+supported by your host distribution. Most notably, a host distribution which
+does not properly support the devpts filesystem will cause most of these tests
+to fail.</para>
</sect2>