From c4d687f0635ee0fdef113e86677a4887e79782e1 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Tue, 28 Jun 2005 19:43:54 +0000 Subject: Reworded known glibc test failures git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6215 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter06/glibc.xml | 15 +++------------ 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 603cfc708..9355c1575 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -91,6 +91,10 @@ First a summary, then a detailed log. +June 27th, 2005 [matthew]: Reworded description of the glibc +atime failure case, and removed the description of the shm test failure as we +already mount a tmpfs (archaic). + June 27th, 2005 [archaic]: Switched from mounting /dev on a ramfs to a tmpfs. diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index daff4337a..ab854be82 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -109,18 +109,9 @@ Certain optimization settings are also known to be a factor here.The gettext test sometimes fails due to host system issues. The exact reasons are not yet clear. -The atime test sometimes fails -when the LFS partition is mounted with the -noatime option. - -The shm test can fail when the -host system is using the devfs file system but does not have -the tmpfs file system -mounted at /dev/shm. This -occurs because of a lack of support for tmpfs in the -kernel. +If you have mounted the LFS partition with the +noatime option, the atime +test will fail. This is not critical. When running on older and slower hardware, some tests can fail because of test timeouts being exceeded. -- cgit v1.2.3-54-g00ecf