diff options
-rw-r--r-- | chapter01/changelog.xml | 14 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 8 | ||||
-rw-r--r-- | chapter06/autoconf.xml | 3 | ||||
-rw-r--r-- | chapter06/libtool.xml | 3 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | packages.ent | 12 |
6 files changed, 33 insertions, 11 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a7eca9e89..0c485f064 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,20 @@ </listitem> --> <listitem> + <para>2014-10-30</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Update to libtool-2.4.3. Fixes + <ulink url="&lfs-ticket-root;3699">#3699</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to eudev-2.1. Fixes + <ulink url="&lfs-ticket-root;3700">#3700</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2014-10-26</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index ea41c4d6d..a5b8dd175 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -61,7 +61,11 @@ <!--<listitem> <para>Diffutils &diffutils-version;</para> </listitem>--> + <listitem> + <para>Eudev &eudev-version;</para> + </listitem> <!--<listitem> + <listitem> <para>E2fsprogs &e2fsprogs-version;</para> </listitem>--> <!--<listitem> @@ -142,9 +146,9 @@ <listitem> <para>Libpipeline &libpipeline-version;</para> </listitem> - <!--<listitem> + <listitem> <para>Libtool &libtool-version;</para> - </listitem>--> + </listitem> <listitem> <para>Linux &linux-version;</para> </listitem> diff --git a/chapter06/autoconf.xml b/chapter06/autoconf.xml index 97fc0daa6..8f445f4fe 100644 --- a/chapter06/autoconf.xml +++ b/chapter06/autoconf.xml @@ -55,7 +55,8 @@ <para>This takes a long time, about 4.7 SBUs. In addition, 6 tests are skipped that use Automake. For full test coverage, Autoconf can be re-tested - after Automake has been installed.</para> + after Automake has been installed. In addition, one test fails due to + changes in libtool-2.4.3 and later.</para> <para>Install the package:</para> diff --git a/chapter06/libtool.xml b/chapter06/libtool.xml index 2bbe70945..5271dd5be 100644 --- a/chapter06/libtool.xml +++ b/chapter06/libtool.xml @@ -54,6 +54,9 @@ <screen><userinput remap="test">make check</userinput></screen> + <para>Five tests are known to fail in the LFS build envronment, + but all tests pass if rechecked after Chapter 6 is complete.</para> + <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> diff --git a/general.ent b/general.ent index 94cc2e4bb..47b4528b8 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ -<!ENTITY version "SVN-20141026"> +<!ENTITY version "SVN-20141030"> <!ENTITY short-version "svn"> <!-- Used in dbus chapter, change to x.y for release --> -<!ENTITY releasedate "October 26, 2014"> +<!ENTITY releasedate "October 30, 2014"> <!ENTITY copyrightdate "1999-2014"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.7"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/packages.ent b/packages.ent index 5eaea2eb0..27f243667 100644 --- a/packages.ent +++ b/packages.ent @@ -134,10 +134,10 @@ <!ENTITY e2fsprogs-ch6-du "47 MB"> <!ENTITY e2fsprogs-ch6-sbu "3.8 SBU"> -<!ENTITY eudev-version "1.10"> -<!ENTITY eudev-size "1,736 KB"> +<!ENTITY eudev-version "2.1"> +<!ENTITY eudev-size "1,745 KB"> <!ENTITY eudev-url "http://dev.gentoo.org/~blueness/eudev/eudev-&eudev-version;.tar.gz"> -<!ENTITY eudev-md5 "60d96aa6e111c4cf06a8a2186c60a281"> +<!ENTITY eudev-md5 "dec70c35d9d700abc36ee79a1b49c259"> <!ENTITY eudev-manpages-size "9 KB"> <!ENTITY eudev-manpages-url "&anduin-other;eudev-&eudev-version;-manpages.tar.bz2"> <!ENTITY eudev-manpages-md5 "5be15528788635818104146957171f5d"> @@ -376,10 +376,10 @@ <!ENTITY libpipeline-ch6-du "7.7 MB"> <!ENTITY libpipeline-ch6-sbu "0.2 SBU"> -<!ENTITY libtool-version "2.4.2"> -<!ENTITY libtool-size "2,571 KB"> +<!ENTITY libtool-version "2.4.3"> +<!ENTITY libtool-size "1,696 KB"> <!ENTITY libtool-url "&gnu;libtool/libtool-&libtool-version;.tar.gz"> -<!ENTITY libtool-md5 "d2f3b7d4627e69e13514a40e72a24d50"> +<!ENTITY libtool-md5 "ec4dabd3bc580dc188197d4d5eb95fe3"> <!ENTITY libtool-home "&gnu-software;libtool/"> <!ENTITY libtool-ch6-du "37 MB"> <!ENTITY libtool-ch6-sbu "3.0 SBU"> |