Author: matthew
Date: 2012-07-13 13:54:26 -0600 (Fri, 13 Jul 2012)
New Revision: 9903
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter01/whatsnew.xml
trunk/BOOK/chapter03/patches.xml
trunk/BOOK/chapter05/gcc-pass1.xml
trunk/BOOK/chapter05/gcc-pass2.xml
trunk/BOOK/chapter05/mpfr.xml
trunk/BOOK/chapter06/mpfr.xml
trunk/BOOK/packages.ent
trunk/BOOK/patches.ent
Log:
Upgrade to MPFR-3.1.1. Fixes #3133.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2012-07-13 19:53:08 UTC (rev 9902)
+++ trunk/BOOK/chapter01/changelog.xml 2012-07-13 19:54:26 UTC (rev 9903)
@@ -41,6 +41,10 @@
<para>2012-07-13</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Upgrade to MPFR-3.1.1. Fixes
+ <ulink url="&lfs-ticket-root;3133">#3133</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Upgrade to Grep-2.13. Fixes
<ulink url="&lfs-ticket-root;3132">#3132</ulink>.</para>
</listitem>
Modified: trunk/BOOK/chapter01/whatsnew.xml
===================================================================
--- trunk/BOOK/chapter01/whatsnew.xml 2012-07-13 19:53:08 UTC (rev 9902)
+++ trunk/BOOK/chapter01/whatsnew.xml 2012-07-13 19:54:26 UTC (rev 9903)
@@ -145,9 +145,9 @@
<!--<listitem>
<para>MPC &mpc-version;</para>
</listitem>-->
- <!--<listitem>
+ <listitem>
<para>MPFR &mpfr-version;</para>
- </listitem>-->
+ </listitem>
<!--<listitem>
<para>Ncurses &ncurses-version;</para>
</listitem>-->
@@ -297,6 +297,10 @@
</listitem>
<listitem>
+ <para>mpfr-3.1.0-fixes-1.patch</para>
+ </listitem>
+
+ <listitem>
<para>perl-5.14.2-libc-1.patch</para>
</listitem>
Modified: trunk/BOOK/chapter03/patches.xml
===================================================================
--- trunk/BOOK/chapter03/patches.xml 2012-07-13 19:53:08 UTC (rev 9902)
+++ trunk/BOOK/chapter03/patches.xml 2012-07-13 19:54:26 UTC (rev 9903)
@@ -116,14 +116,6 @@
</varlistentry>
<varlistentry>
- <term>MPFR Fixes Patch - <token>&mpfr-fixes-patch-size;</token>:</term>
- <listitem>
- <para>Download: <ulink url="&patches-root;&mpfr-fixes-patch;"/></para>
- <para>MD5 sum: <literal>&mpfr-fixes-patch-md5;</literal></para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
<term>Patch Testsuite Fix Patch -
<token>&patch-test-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink url="&patches-root;&patch-test-patch;"/></para>
Modified: trunk/BOOK/chapter05/gcc-pass1.xml
===================================================================
--- trunk/BOOK/chapter05/gcc-pass1.xml 2012-07-13 19:53:08 UTC (rev 9902)
+++ trunk/BOOK/chapter05/gcc-pass1.xml 2012-07-13 19:54:26 UTC (rev 9903)
@@ -55,7 +55,7 @@
directory and then change to the directory created. Only then should you
proceed with the instructions below.</para></note>
-<screen><userinput remap="pre">tar -jxf ../mpfr-&mpfr-version;.tar.bz2
+<screen><userinput remap="pre">tar -Jxf ../mpfr-&mpfr-version;.tar.xz
mv -v mpfr-&mpfr-version; mpfr
tar -Jxf ../gmp-&gmp-version;.tar.xz
mv -v gmp-&gmp-version; gmp
Modified: trunk/BOOK/chapter05/gcc-pass2.xml
===================================================================
--- trunk/BOOK/chapter05/gcc-pass2.xml 2012-07-13 19:53:08 UTC (rev 9902)
+++ trunk/BOOK/chapter05/gcc-pass2.xml 2012-07-13 19:54:26 UTC (rev 9903)
@@ -90,7 +90,7 @@
packages. Unpack the tarballs and move them into the required directory
names:</para>
-<screen><userinput remap="pre">tar -jxf ../mpfr-&mpfr-version;.tar.bz2
+<screen><userinput remap="pre">tar -Jxf ../mpfr-&mpfr-version;.tar.xz
mv -v mpfr-&mpfr-version; mpfr
tar -Jxf ../gmp-&gmp-version;.tar.xz
mv -v gmp-&gmp-version; gmp
Modified: trunk/BOOK/chapter05/mpfr.xml
===================================================================
--- trunk/BOOK/chapter05/mpfr.xml 2012-07-13 19:53:08 UTC (rev 9902)
+++ trunk/BOOK/chapter05/mpfr.xml 2012-07-13 19:54:26 UTC (rev 9903)
@@ -43,10 +43,6 @@
<sect2 role="installation">
<title>Installation of MPFR</title>
- <para>Apply a patch that fixes a number of bugs in
MPFR-&mpfr-version;</para>
-
-<screen><userinput remap="pre">patch -Np1 -i
../&mpfr-fixes-patch;</userinput></screen>
-
<para>Prepare MPFR for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/tools
--enable-thread-safe</userinput></screen>
Modified: trunk/BOOK/chapter06/mpfr.xml
===================================================================
--- trunk/BOOK/chapter06/mpfr.xml 2012-07-13 19:53:08 UTC (rev 9902)
+++ trunk/BOOK/chapter06/mpfr.xml 2012-07-13 19:54:26 UTC (rev 9903)
@@ -41,10 +41,6 @@
<sect2 role="installation">
<title>Installation of MPFR</title>
- <para>Apply a patch that fixes a number of bugs in
MPFR-&mpfr-version;</para>
-
-<screen><userinput remap="pre">patch -Np1 -i
../&mpfr-fixes-patch;</userinput></screen>
-
<para>Prepare MPFR for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \
Modified: trunk/BOOK/packages.ent
===================================================================
--- trunk/BOOK/packages.ent 2012-07-13 19:53:08 UTC (rev 9902)
+++ trunk/BOOK/packages.ent 2012-07-13 19:54:26 UTC (rev 9903)
@@ -389,10 +389,10 @@
<!ENTITY mpc-ch6-du "10.5 MB">
<!ENTITY mpc-ch6-sbu "0.3 SBU">
-<!ENTITY mpfr-version "3.1.0">
-<!ENTITY mpfr-size "1,176 KB">
-<!ENTITY mpfr-url
"http://www.mpfr.org/mpfr-&mpfr-version;/mpfr-&mpfr-version;.tar.bz2">
-<!ENTITY mpfr-md5 "238ae4a15cc3a5049b723daef5d17938">
+<!ENTITY mpfr-version "3.1.1">
+<!ENTITY mpfr-size "1,047 KB">
+<!ENTITY mpfr-url
"http://www.mpfr.org/mpfr-&mpfr-version;/mpfr-&mpfr-version;.tar.xz">
+<!ENTITY mpfr-md5 "91d51c41fcf2799e4ee7a7126fc95c17">
<!ENTITY mpfr-home "http://www.mpfr.org/">
<!ENTITY mpfr-ch5-du "27.1 MB">
<!ENTITY mpfr-ch5-sbu "1.0 SBU">
Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent 2012-07-13 19:53:08 UTC (rev 9902)
+++ trunk/BOOK/patches.ent 2012-07-13 19:54:26 UTC (rev 9903)
@@ -70,11 +70,6 @@
<!ENTITY kmod-testsuite-patch-size "2.2 KB">
-<!ENTITY mpfr-fixes-patch "mpfr-&mpfr-version;-fixes-1.patch">
-<!ENTITY mpfr-fixes-patch-md5 "6a1a0be6f2326e237ce27a0254e360a5">
-<!ENTITY mpfr-fixes-patch-size "17 KB">
-
-
<!ENTITY patch-test-patch "patch-&patch-version;-test_fix-1.patch">
<!ENTITY patch-test-patch-md5 "c51e1a95bfc5310635d05081472c3534">
<!ENTITY patch-test-patch-size "1 KB">
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page