diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-08-15 03:52:06 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-08-15 03:52:06 +0000 |
commit | 2efa44adaf384fae3c644b560546c4b3bbb8d850 (patch) | |
tree | 5996f39bf4d1e247f5300afc2f4d47f222a57b44 | |
parent | 778deac96f8655c92a6b10877fb8fb5c79d459f4 (diff) |
Upgrade to perl-5.16.1
Removed unneeded sed instruction from Chapter 6 perl
Updated gcc instructions to fix some make check errors
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9939 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | chapter06/gcc.xml | 6 | ||||
-rw-r--r-- | chapter06/perl.xml | 4 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | packages.ent | 12 |
5 files changed, 22 insertions, 13 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 507688a77..558da00b9 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,15 @@ <para>2012-08-13</para> <itemizedlist> <listitem> + <para>[bdubbs] - Upgrade to perl-5.16.1. Fixes + <ulink url="&lfs-ticket-root;3155">#3155</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Removed unneeded sed instruction from + Chapter 6 perl. Fixes + <ulink url="&lfs-ticket-root;3160">#3160</ulink>.</para> + </listitem> + <listitem> <para>[bdubbs] - Upgrade to flex-2.5.37. Fixes <ulink url="&lfs-ticket-root;3139">#3139</ulink>.</para> </listitem> diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 9ba825dc4..54cdad060 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -57,6 +57,10 @@ i?86) sed -i 's/^T_CFLAGS =$/& -fomit-frame-pointer/' gcc/Makefile.in ;; esac</userinput></screen> + <para>Also fix an error in one of the check Makefiles:</para> + +<screen><userinput remap="pre">sed -i -e /autogen/d -e /check.sh/d fixincludes/Makefile.in</userinput></screen> + <para>The GCC documentation recommends building GCC outside of the source directory in a dedicated build directory:</para> @@ -104,7 +108,7 @@ cd ../gcc-build</userinput></screen> <para>One set of tests in the GCC test suite is known to exhaust the stack, so increase the stack size prior to running the tests:</para> -<screen><userinput remap="test">ulimit -s 16384</userinput></screen> +<screen><userinput remap="test">ulimit -s 32768</userinput></screen> <para>Test the results, but do not stop at errors:</para> diff --git a/chapter06/perl.xml b/chapter06/perl.xml index eff9a3a50..4fc710607 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -107,10 +107,6 @@ </variablelist> - <para>Fix an incompatibility between this package and Glibc-&glibc-version;:</para> - -<screen><userinput remap="pre">sed -i '/test-installation.pl/d' Makefile</userinput></screen> - <para>Compile the package:</para> <screen><userinput remap="make">make</userinput></screen> diff --git a/general.ent b/general.ent index 22b983f8b..7a068694a 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-20120813"> -<!ENTITY releasedate "August 13, 2012"> +<!ENTITY version "SVN-20120814"> +<!ENTITY releasedate "August 14, 2012"> <!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.2"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/packages.ent b/packages.ent index da91279a5..edeb975fc 100644 --- a/packages.ent +++ b/packages.ent @@ -419,15 +419,15 @@ <!ENTITY patch-ch6-du "1.9 MB"> <!ENTITY patch-ch6-sbu "less than 0.1 SBU"> -<!ENTITY perl-version "5.16.0"> -<!ENTITY perl-size "13,251 KB"> +<!ENTITY perl-version "5.16.1"> +<!ENTITY perl-size "13,256 KB"> <!ENTITY perl-url "http://www.cpan.org/src/5.0/perl-&perl-version;.tar.bz2"> -<!ENTITY perl-md5 "15a2f95fb27231e10998240f13acf961"> +<!ENTITY perl-md5 "b87358e2c461a898cfd7c334e7dd8993"> <!ENTITY perl-home "http://www.perl.org/"> -<!ENTITY perl-ch5-du "223 MB"> +<!ENTITY perl-ch5-du "236 MB"> <!ENTITY perl-ch5-sbu "1.8 SBU"> -<!ENTITY perl-ch6-du "235 MB"> -<!ENTITY perl-ch6-sbu "7.6 SBU"> +<!ENTITY perl-ch6-du "247 MB"> +<!ENTITY perl-ch6-sbu "7.5 SBU"> <!ENTITY pkgconfig-version "0.27"> <!ENTITY pkgconfig-size "1872 KB"> |