From 35ad6631746c316d169e3a2673cfdd0c635867b7 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Thu, 26 Aug 2021 05:12:34 +0800 Subject: grub: remove --sbindir (merged /usr) --- chapter08/grub.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'chapter08') diff --git a/chapter08/grub.xml b/chapter08/grub.xml index 69e098daa..07be0e851 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -53,7 +53,6 @@ Prepare GRUB for compilation: ./configure --prefix=/usr \ - --sbindir=/sbin \ --sysconfdir=/etc \ --disable-efiemu \ --disable-werror -- cgit v1.2.3-54-g00ecf From 49170b0a844cd67a78b0ec76af867a7cf34d559f Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 25 Aug 2021 18:51:16 -0500 Subject: Package updates for lfs-11.0-rc3 LFS-11.0-rc3 released. Update to e2fsprogs-1.46.4. Update to meson-0.59.1. Update to util-linux 2.37.2. Update to linux-5.13.12. Update to libcap-2.53. --- chapter01/changelog.xml | 23 +++++++++++++++++++++++ chapter08/e2fsprogs.xml | 2 ++ packages.ent | 30 +++++++++++++++--------------- 3 files changed, 40 insertions(+), 15 deletions(-) (limited to 'chapter08') diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 59f30f69a..2073f79bf 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -45,6 +45,29 @@ 2021-08-25 + + [bdubbs] - LFS-11.0-rc3 released. + + + [bdubbs] - Update to e2fsprogs-1.46.4. Fixes + #4910. + + + [bdubbs] - Update to meson-0.59.1. Fixes + #4909. + + + [bdubbs] - Update to util-linux 2.37.2. Fixes + #4908. + + + [bdubbs] - Update to linux-5.13.12. Fixes + #4907. + + + [bdubbs] - Update to libcap-2.53. Fixes + #4906. + [xry111] - Update to openssl-1.1.1l (security fixes). Fixes #4911. diff --git a/chapter08/e2fsprogs.xml b/chapter08/e2fsprogs.xml index 4144cd205..79fdc5f1f 100644 --- a/chapter08/e2fsprogs.xml +++ b/chapter08/e2fsprogs.xml @@ -93,6 +93,8 @@ cd build make check + One test, u_direct_io, is known to fail on some systems. + - + - + - + + - + -- cgit v1.2.3-54-g00ecf From 3dc82263cf386caed52e2dbd13e22b4e7237ef01 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 29 Aug 2021 08:34:35 -0500 Subject: Update openssl test failure explanation. --- chapter08/openssl.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'chapter08') diff --git a/chapter08/openssl.xml b/chapter08/openssl.xml index d1690efc6..cece1904f 100644 --- a/chapter08/openssl.xml +++ b/chapter08/openssl.xml @@ -59,9 +59,10 @@ make test - One test 30-test_afalg.t is known to fail on some kernel - configurations (it apparently assumes certain unspecified crypto - options have been selected). + One test, 30-test_afalg.t, is known to fail on some kernel + configurations (depending on inconsistent values of + CONFIG_CRYPTO_USER_API* settings.) If it fails, it can safely be + ignored. Install the package: -- cgit v1.2.3-54-g00ecf From ae3f78a38237bbdd7937f5a770d2c9582fa242ed Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sun, 29 Aug 2021 22:08:49 +0800 Subject: gdbm: document gdbmtool tests fail, add -k --- chapter08/gdbm.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'chapter08') diff --git a/chapter08/gdbm.xml b/chapter08/gdbm.xml index 431987f52..93e1f6a11 100644 --- a/chapter08/gdbm.xml +++ b/chapter08/gdbm.xml @@ -73,12 +73,14 @@ To test the results, issue: -make check - + Install the package: make install -- cgit v1.2.3-54-g00ecf