diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-06-30 18:45:43 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-06-30 18:45:43 +0000 |
commit | 3b7754658f7a4e09c4b6966cb6e1f97b3bb026cb (patch) | |
tree | 73d9a48191e200cbee94af4621776514a9915c18 | |
parent | 44dc5587c3f6c840a9d04af91016f0ca7b4f50c2 (diff) |
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
-rw-r--r-- | chapter01/changelog.xml | 14 | ||||
-rw-r--r-- | chapter06/autoconf.xml | 6 | ||||
-rw-r--r-- | chapter06/libtool.xml | 6 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | 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 @@ -43,6 +43,20 @@ appropriate for the entry or if needed the entire day's listitem. --> <listitem> + <para>2017-06-30</para> + <itemizedlist> + <listitem revision='systemd'> + <para>[bdubbs] - Update to dbus-1.10.20. Fixes + <ulink url="&lfs-ticket-root;4101">#4101</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to linux-4.11.8. Fixes + <ulink url="&lfs-ticket-root;4090">#4099</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2017-06-26</para> <itemizedlist> <listitem revision='sysv'> 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.</para> + <note><para>The test time for autoconf can be reduced significantly on a + system with multiple cores. To do this, append + <command>TESTSUITEFLAGS=-j<N></command> to the line above. For + instance, using -j4 can reduce the test time by over 60 + percent.</para></note> + <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> 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 @@ <screen><userinput remap="test">make check</userinput></screen> + <note><para>The test time for libtool can ibe reduced significantly on a + system with multiple cores. To do this, append + <command>TESTSUITEFLAGS=-j<N></command> to the line above. For + instance, using -j4 can reduce the test time by over 60 + percent.</para></note> + <para>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.</para> diff --git a/general.ent b/general.ent index 88d146d6e..a4781dd67 100644 --- a/general.ent +++ b/general.ent @@ -1,4 +1,4 @@ -<!ENTITY version "SVN-20170626"> +<!ENTITY version "SVN-20170630"> <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; Change to x.y for release but not -rc releases --> <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> @@ -7,7 +7,7 @@ <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "June 26, 2017"> +<!ENTITY releasedate "June 30, 2017"> <!ENTITY copyrightdate "1999-2017"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "8.1"> diff --git a/packages.ent b/packages.ent index f109c6ea9..de77a8b13 100644 --- a/packages.ent +++ b/packages.ent @@ -108,10 +108,10 @@ <!ENTITY coreutils-ch6-du "173 MB"> <!ENTITY coreutils-ch6-sbu "3.1 SBU"> -<!ENTITY dbus-version "1.10.18"> -<!ENTITY dbus-size "1,948 KB"> +<!ENTITY dbus-version "1.10.20"> +<!ENTITY dbus-size "1,943 KB"> <!ENTITY dbus-url "http://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.gz"> -<!ENTITY dbus-md5 "1209c455598165a0c5263d4201894179"> +<!ENTITY dbus-md5 "94c991e763d4f9f13690416b2dcd9411"> <!ENTITY dbus-home "http://www.freedesktop.org/wiki/Software/dbus"> <!ENTITY dbus-ch6-du "22 MB"> <!ENTITY dbus-ch6-sbu "0.3 SBU"> @@ -400,12 +400,12 @@ <!ENTITY linux-major-version "4"> <!ENTITY linux-minor-version "11"> -<!ENTITY linux-patch-version "7"> +<!ENTITY linux-patch-version "8"> <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">--> <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> -<!ENTITY linux-size "93,312 KB"> +<!ENTITY linux-size "93,322 KB"> <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> -<!ENTITY linux-md5 "54eedc39fcc860ddd2c083f2f6266707"> +<!ENTITY linux-md5 "b41814256df7348109ae2b1c0f1eef97"> <!ENTITY linux-home "http://www.kernel.org/"> <!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is allnoconfig extended for a hopefully-bootable build on desktop machine, |