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
This commit is contained in:
Bruce Dubbs 2012-08-15 03:52:06 +00:00
parent 778deac96f
commit 2efa44adaf
5 changed files with 22 additions and 13 deletions

View File

@ -40,6 +40,15 @@
<listitem> <listitem>
<para>2012-08-13</para> <para>2012-08-13</para>
<itemizedlist> <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> <listitem>
<para>[bdubbs] - Upgrade to flex-2.5.37. Fixes <para>[bdubbs] - Upgrade to flex-2.5.37. Fixes
<ulink url="&lfs-ticket-root;3139">#3139</ulink>.</para> <ulink url="&lfs-ticket-root;3139">#3139</ulink>.</para>

View File

@ -57,6 +57,10 @@
i?86) sed -i 's/^T_CFLAGS =$/&amp; -fomit-frame-pointer/' gcc/Makefile.in ;; i?86) sed -i 's/^T_CFLAGS =$/&amp; -fomit-frame-pointer/' gcc/Makefile.in ;;
esac</userinput></screen> 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 <para>The GCC documentation recommends building GCC outside of the source
directory in a dedicated build directory:</para> 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, <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> 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> <para>Test the results, but do not stop at errors:</para>

View File

@ -107,10 +107,6 @@
</variablelist> </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> <para>Compile the package:</para>
<screen><userinput remap="make">make</userinput></screen> <screen><userinput remap="make">make</userinput></screen>

View File

@ -1,5 +1,5 @@
<!ENTITY version "SVN-20120813"> <!ENTITY version "SVN-20120814">
<!ENTITY releasedate "August 13, 2012"> <!ENTITY releasedate "August 14, 2012">
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; --> <!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.2"> <!ENTITY milestone "7.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

View File

@ -419,15 +419,15 @@
<!ENTITY patch-ch6-du "1.9 MB"> <!ENTITY patch-ch6-du "1.9 MB">
<!ENTITY patch-ch6-sbu "less than 0.1 SBU"> <!ENTITY patch-ch6-sbu "less than 0.1 SBU">
<!ENTITY perl-version "5.16.0"> <!ENTITY perl-version "5.16.1">
<!ENTITY perl-size "13,251 KB"> <!ENTITY perl-size "13,256 KB">
<!ENTITY perl-url "http://www.cpan.org/src/5.0/perl-&perl-version;.tar.bz2"> <!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-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-ch5-sbu "1.8 SBU">
<!ENTITY perl-ch6-du "235 MB"> <!ENTITY perl-ch6-du "247 MB">
<!ENTITY perl-ch6-sbu "7.6 SBU"> <!ENTITY perl-ch6-sbu "7.5 SBU">
<!ENTITY pkgconfig-version "0.27"> <!ENTITY pkgconfig-version "0.27">
<!ENTITY pkgconfig-size "1872 KB"> <!ENTITY pkgconfig-size "1872 KB">