mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Update to iproute2-3.15.0.
Update to linux-3.15. Gettext-0.19.1. Fix test failure in e2fsprogs. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10574 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
2e8cbe04cd
commit
4ae2e7a4b2
@ -35,6 +35,28 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>2014-06-11</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to iproute2-3.15.0. Fixes
|
||||
<ulink url="&lfs-ticket-root;3608">#3608</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to linux-3.15. Fixes
|
||||
<ulink url="&lfs-ticket-root;3606">#3606</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Gettext-0.19.1. Fixes
|
||||
<ulink url="&lfs-ticket-root;3599">#3599</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Fix test failure in e2fsprogs. Fixes
|
||||
<ulink url="&lfs-ticket-root;3586">#3586</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2014-06-08</para>
|
||||
<itemizedlist>
|
||||
|
@ -58,9 +58,9 @@
|
||||
<!--<listitem>
|
||||
<para>Diffutils &diffutils-version;</para>
|
||||
</listitem>-->
|
||||
<!--<listitem>
|
||||
<listitem>
|
||||
<para>E2fsprogs &e2fsprogs-version;</para>
|
||||
</listitem>-->
|
||||
</listitem>
|
||||
<!--<listitem>
|
||||
<para>Expect &expect-version;</para>
|
||||
</listitem>-->
|
||||
@ -82,9 +82,9 @@
|
||||
<!--<listitem>
|
||||
<para>GDBM &gdbm-version;</para>
|
||||
</listitem>-->
|
||||
<!--<listitem>
|
||||
<listitem>
|
||||
<para>Gettext &gettext-version;</para>
|
||||
</listitem>-->
|
||||
</listitem>
|
||||
<!--<listitem>
|
||||
<para>Glibc &glibc-version;</para>
|
||||
</listitem>-->
|
||||
|
@ -122,17 +122,19 @@ PKG_CONFIG_PATH=/tools/lib/pkgconfig \
|
||||
|
||||
<screen><userinput remap="make">make</userinput></screen>
|
||||
|
||||
<para>To test the results, issue:</para>
|
||||
<para>To set up the test suite we need to temporarily copy
|
||||
a library from /tools/lib so the test programs can find it.
|
||||
To run the tests, issue:</para>
|
||||
|
||||
<screen><userinput remap="test">make check</userinput></screen>
|
||||
<screen><userinput remap="test">cp -v /tools/lib/libblkid.so.1 /lib
|
||||
make check
|
||||
rm -v /lib/libblkid.so.1</userinput></screen>
|
||||
|
||||
<para>One of the E2fsprogs tests will attempt to allocate 256 MB of memory.
|
||||
If you do not have significantly more RAM than this, be sure to enable
|
||||
sufficient swap space for the test. See <xref
|
||||
linkend="space-creatingfilesystem"/> and <xref linkend="space-mounting"/>
|
||||
for details on creating and enabling swap space. Additionally,
|
||||
three tests try to allocate a two terabyte partition and will fail
|
||||
unless you have at least that much unused disk space available.</para>
|
||||
for details on creating and enabling swap space.</para>
|
||||
|
||||
<para>Install the binaries, documentation, and shared libraries:</para>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<!ENTITY version "SVN-20140604">
|
||||
<!ENTITY version "SVN-20140611">
|
||||
<!ENTITY short-version "svn"> <!-- Used in dbus chapter, change to x.y for release -->
|
||||
<!ENTITY releasedate "June 4, 2014">
|
||||
<!ENTITY releasedate "June 11, 2014">
|
||||
<!ENTITY copyrightdate "1999-2014"><!-- jhalfs needs a literal dash, not – -->
|
||||
<!ENTITY milestone "7.6">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
28
packages.ent
28
packages.ent
@ -153,7 +153,7 @@
|
||||
<!ENTITY eudev-md5 "80649a0350ff9620fc2da9562d9f2a6a">
|
||||
<!ENTITY eudev-manpages-size "9 KB">
|
||||
<!ENTITY eudev-manpages-url "&anduin-other;eudev-&eudev-version;-manpages.tar.bz2">
|
||||
<!ENTITY eudev-manpages-md5 "9742236280dfc34ba034173efd69f5cf ">
|
||||
<!ENTITY eudev-manpages-md5 "9742236280dfc34ba034173efd69f5cf">
|
||||
|
||||
<!ENTITY eudev-ch6-du "7.5 MB">
|
||||
<!ENTITY eudev-ch6-sbu "0.1 SBU">
|
||||
@ -239,10 +239,10 @@
|
||||
<!ENTITY gdbm-ch6-du "8.5 MB">
|
||||
<!ENTITY gdbm-ch6-sbu "0.1 SBU">
|
||||
|
||||
<!ENTITY gettext-version "0.18.3.2">
|
||||
<!ENTITY gettext-size "15,810 KB">
|
||||
<!ENTITY gettext-url "&gnu;gettext/gettext-&gettext-version;.tar.gz">
|
||||
<!ENTITY gettext-md5 "241aba309d07aa428252c74b40a818ef">
|
||||
<!ENTITY gettext-version "0.19.1">
|
||||
<!ENTITY gettext-size "6,456 KB">
|
||||
<!ENTITY gettext-url "&gnu;gettext/gettext-&gettext-version;.tar.xz">
|
||||
<!ENTITY gettext-md5 "b52987f49bc99fa8b410270d47a9d52b">
|
||||
<!ENTITY gettext-home "&gnu-software;gettext/">
|
||||
<!ENTITY gettext-ch5-du "119 MB">
|
||||
<!ENTITY gettext-ch5-sbu "0.6 SBU">
|
||||
@ -338,10 +338,10 @@
|
||||
<!ENTITY intltool-ch6-du "1.4 MB">
|
||||
<!ENTITY intltool-ch6-sbu "0.1 SBU">
|
||||
|
||||
<!ENTITY iproute2-version "3.14.0">
|
||||
<!ENTITY iproute2-size "426 KB">
|
||||
<!ENTITY iproute2-version "3.15.0">
|
||||
<!ENTITY iproute2-size "428 KB">
|
||||
<!ENTITY iproute2-url "&kernel;linux/utils/net/iproute2/iproute2-&iproute2-version;.tar.xz">
|
||||
<!ENTITY iproute2-md5 "bd9d7567bbb987c88120669f5e1a1092">
|
||||
<!ENTITY iproute2-md5 "5b1711c9d16071959052e369a2682d77">
|
||||
<!ENTITY iproute2-home "&kernel;linux/utils/net/iproute2/">
|
||||
<!ENTITY iproute2-ch6-du "7.3 MB">
|
||||
<!ENTITY iproute2-ch6-sbu "0.1 SBU">
|
||||
@ -406,13 +406,13 @@
|
||||
<!ENTITY libtool-ch6-sbu "3.0 SBU">
|
||||
|
||||
<!ENTITY linux-major-version "3">
|
||||
<!ENTITY linux-minor-version "14">
|
||||
<!ENTITY linux-patch-version "5">
|
||||
<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
|
||||
<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;"> -->
|
||||
<!ENTITY linux-size "76,562 KB">
|
||||
<!ENTITY linux-minor-version "15">
|
||||
<!ENTITY linux-patch-version "0">
|
||||
<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">-->
|
||||
<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">
|
||||
<!ENTITY linux-size "77,810 KB">
|
||||
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
|
||||
<!ENTITY linux-md5 "db2f2b8a83239852b72e560811eb80de">
|
||||
<!ENTITY linux-md5 "97ca1625bb40368dc41b9a7971549071">
|
||||
<!ENTITY linux-home "http://www.kernel.org/">
|
||||
<!-- measured for 3.9.0 / gcc-4.8.0 on x86_64 : minimum is
|
||||
allnoconfig extended for a hopefully-bootable build on desktop machine,
|
||||
|
Loading…
Reference in New Issue
Block a user