mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Update to libtool-2.4.3.
Update to eudev-2.1. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10785 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
93fa97d5a8
commit
48a987b420
@ -35,6 +35,20 @@
|
||||
</itemizedlist>
|
||||
</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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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}]" -->
|
||||
|
12
packages.ent
12
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">
|
||||
|
Loading…
Reference in New Issue
Block a user