From 431f48d1b8cb6cbd73be48f4096798f4d1a4cca5 Mon Sep 17 00:00:00 2001 From: Jeremy Utley Date: Tue, 9 Sep 2003 20:59:10 +0000 Subject: Added some notes regarding failed tests git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2756 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/dejagnu-inst.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'chapter05/dejagnu-inst.xml') 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 This completes the testing tools. We can now rebuild GCC and Binutils -to link them against the new Glibc, and test them properly. +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. -- cgit v1.2.3-54-g00ecf