From 3b7754658f7a4e09c4b6966cb6e1f97b3bb026cb Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 30 Jun 2017 18:45:43 +0000 Subject: [PATCH] Update to dbus-1.10.20. Update to linux-4.11.8. Add notes to libtool and autoconf on how to speed up tests. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11264 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 14 ++++++++++++++ chapter06/autoconf.xml | 6 ++++++ chapter06/libtool.xml | 6 ++++++ general.ent | 4 ++-- packages.ent | 12 ++++++------ 5 files changed, 34 insertions(+), 8 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 3c1d73026..bfcd97b0c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,20 @@ or as appropriate for the entry or if needed the entire day's listitem. --> + + 2017-06-30 + + + [bdubbs] - Update to dbus-1.10.20. Fixes + #4101. + + + [bdubbs] - Update to linux-4.11.8. Fixes + #4099. + + + + 2017-06-26 diff --git a/chapter06/autoconf.xml b/chapter06/autoconf.xml index bf3d9ac9a..f7af4d173 100644 --- a/chapter06/autoconf.xml +++ b/chapter06/autoconf.xml @@ -58,6 +58,12 @@ Autoconf can be re-tested after Automake has been installed. In addition, two tests fail due to changes in libtool-2.4.3 and later. + The test time for autoconf can be reduced significantly on a + system with multiple cores. To do this, append + TESTSUITEFLAGS=-j<N> to the line above. For + instance, using -j4 can reduce the test time by over 60 + percent. + Install the package: make install diff --git a/chapter06/libtool.xml b/chapter06/libtool.xml index d4a69c381..f20151ffb 100644 --- a/chapter06/libtool.xml +++ b/chapter06/libtool.xml @@ -54,6 +54,12 @@ make check + The test time for libtool can ibe reduced significantly on a + system with multiple cores. To do this, append + TESTSUITEFLAGS=-j<N> to the line above. For + instance, using -j4 can reduce the test time by over 60 + percent. + Five tests are known to fail in the LFS build environment due to a circular dependency, but all tests pass if rechecked after automake is installed. diff --git a/general.ent b/general.ent index 88d146d6e..a4781dd67 100644 --- a/general.ent +++ b/general.ent @@ -1,4 +1,4 @@ - + @@ -7,7 +7,7 @@ - + diff --git a/packages.ent b/packages.ent index f109c6ea9..de77a8b13 100644 --- a/packages.ent +++ b/packages.ent @@ -108,10 +108,10 @@ - - + + - + @@ -400,12 +400,12 @@ - + - + - +