From 141a1fa181f9f5526bfb5d2129c319d31baf2698 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Mon, 26 Feb 2024 14:52:49 +0800 Subject: [PATCH 1/3] vim: Minor decoration --- chapter08/vim.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: From 64ef2e93db6afd606da03af486b2354d77bdf34c Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Tue, 27 Feb 2024 00:40:57 +0800 Subject: [PATCH 2/3] coreutils: Comment out test-getlogin failure It seems fixed by the upstream. (Well, they'd claimed this "fixed" in 2014 but we were still seeing this failure in ten years. However let me trust the upstream once again...) Link: https://lists.gnu.org/archive/html/bug-gnulib/2022-06/msg00079.html --- chapter08/coreutils.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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: From ed38e9d2cfd1c73d5dbb9ad5da63728412229718 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Tue, 27 Feb 2024 01:29:23 +0800 Subject: [PATCH 3/3] procps: Be more specific about the known ps test failure --- chapter08/procps.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: