From 153d3ccbcaaaa52a34156988bd275cca72017e85 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Tue, 1 Jul 2025 10:57:35 +0800 Subject: [PATCH 1/2] ch6: ncurses: Use for program name --- chapter06/ncurses.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml index a29bcea7f..6ff7e996e 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -43,7 +43,7 @@ Installation of Ncurses - First, run the following commands to build the tic + First, run the following commands to build the tic program on the build host. We install it in $LFS/tools, so that it is found in the PATH when needed: From 5074d1d19f80cc619f79db89aa5681c4c8f434e3 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Tue, 1 Jul 2025 11:04:30 +0800 Subject: [PATCH 2/2] util-linux: The test not only fails in chroot --- chapter08/util-linux.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chapter08/util-linux.xml b/chapter08/util-linux.xml index f21b478da..3c5feb221 100644 --- a/chapter08/util-linux.xml +++ b/chapter08/util-linux.xml @@ -129,7 +129,8 @@ su tester -c "make -k check" - One test, kill: decode functions, known to fail in the chroot environment. + One test, kill: decode functions, is known to fail + with bash-5.3-rc1 or newer. Install the package: