diff --git a/chapter08/coreutils.xml b/chapter08/coreutils.xml index 655e0dd66..94c276360 100644 --- a/chapter08/coreutils.xml +++ b/chapter08/coreutils.xml @@ -129,8 +129,14 @@ FORCE_UNSAFE_CONFIGURE=1 ./configure \ + understand it! The test-getlogin test may fail in the LFS chroot environment. + 20240226: Commented out as it seems the upstream has root-caused and + fixed the issue. I've checked the fix is in Coreutils 9.4 release + tarball: + + https://lists.gnu.org/archive/html/bug-gnulib/2022-06/msg00079.html +--> Remove the temporary group: diff --git a/chapter08/procps.xml b/chapter08/procps.xml index 5f3e5c6e6..9b014face 100644 --- a/chapter08/procps.xml +++ b/chapter08/procps.xml @@ -74,7 +74,10 @@ make check - One test in the "ps" tests is known to fail. + One test named + ps with output flag bsdtime,cputime,etime,etimes + is known to fail if the host kernel is not built with + CONFIG_BSD_PROCESS_ACCT enabled. Install the package: diff --git a/chapter08/vim.xml b/chapter08/vim.xml index 0a1af29be..88322132e 100644 --- a/chapter08/vim.xml +++ b/chapter08/vim.xml @@ -79,8 +79,8 @@ we are overriding the TERM variable to satisify some assumptions of the test suite). The problem can be avoided by redirecting the output to a log file as shown above. A - successful test will result in the words "ALL DONE" in the log file - at completion. + successful test will result in the words ALL + DONE in the log file at completion. Install the package: