mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Upgrade to MPFR-3.1.1. Fixes #3133.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9903 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
19b352141c
commit
4aff396246
@ -40,6 +40,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2012-07-13</para>
|
<para>2012-07-13</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[matthew] - Upgrade to MPFR-3.1.1. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;3133">#3133</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[matthew] - Upgrade to Grep-2.13. Fixes
|
<para>[matthew] - Upgrade to Grep-2.13. Fixes
|
||||||
<ulink url="&lfs-ticket-root;3132">#3132</ulink>.</para>
|
<ulink url="&lfs-ticket-root;3132">#3132</ulink>.</para>
|
||||||
|
@ -145,9 +145,9 @@
|
|||||||
<!--<listitem>
|
<!--<listitem>
|
||||||
<para>MPC &mpc-version;</para>
|
<para>MPC &mpc-version;</para>
|
||||||
</listitem>-->
|
</listitem>-->
|
||||||
<!--<listitem>
|
<listitem>
|
||||||
<para>MPFR &mpfr-version;</para>
|
<para>MPFR &mpfr-version;</para>
|
||||||
</listitem>-->
|
</listitem>
|
||||||
<!--<listitem>
|
<!--<listitem>
|
||||||
<para>Ncurses &ncurses-version;</para>
|
<para>Ncurses &ncurses-version;</para>
|
||||||
</listitem>-->
|
</listitem>-->
|
||||||
@ -296,6 +296,10 @@
|
|||||||
<para>glibc-2.14.1-sort-1.patch</para>
|
<para>glibc-2.14.1-sort-1.patch</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>mpfr-3.1.0-fixes-1.patch</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>perl-5.14.2-libc-1.patch</para>
|
<para>perl-5.14.2-libc-1.patch</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -115,14 +115,6 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</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>
|
<varlistentry>
|
||||||
<term>Patch Testsuite Fix Patch - <token>&patch-test-patch-size;</token>:</term>
|
<term>Patch Testsuite Fix Patch - <token>&patch-test-patch-size;</token>:</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -55,7 +55,7 @@
|
|||||||
directory and then change to the directory created. Only then should you
|
directory and then change to the directory created. Only then should you
|
||||||
proceed with the instructions below.</para></note>
|
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
|
mv -v mpfr-&mpfr-version; mpfr
|
||||||
tar -Jxf ../gmp-&gmp-version;.tar.xz
|
tar -Jxf ../gmp-&gmp-version;.tar.xz
|
||||||
mv -v gmp-&gmp-version; gmp
|
mv -v gmp-&gmp-version; gmp
|
||||||
|
@ -90,7 +90,7 @@ done</userinput></screen>
|
|||||||
packages. Unpack the tarballs and move them into the required directory
|
packages. Unpack the tarballs and move them into the required directory
|
||||||
names:</para>
|
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
|
mv -v mpfr-&mpfr-version; mpfr
|
||||||
tar -Jxf ../gmp-&gmp-version;.tar.xz
|
tar -Jxf ../gmp-&gmp-version;.tar.xz
|
||||||
mv -v gmp-&gmp-version; gmp
|
mv -v gmp-&gmp-version; gmp
|
||||||
|
@ -43,10 +43,6 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of MPFR</title>
|
<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>
|
<para>Prepare MPFR for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">./configure --prefix=/tools --enable-thread-safe</userinput></screen>
|
<screen><userinput remap="configure">./configure --prefix=/tools --enable-thread-safe</userinput></screen>
|
||||||
|
@ -41,10 +41,6 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of MPFR</title>
|
<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>
|
<para>Prepare MPFR for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">./configure --prefix=/usr \
|
<screen><userinput remap="configure">./configure --prefix=/usr \
|
||||||
|
@ -389,10 +389,10 @@
|
|||||||
<!ENTITY mpc-ch6-du "10.5 MB">
|
<!ENTITY mpc-ch6-du "10.5 MB">
|
||||||
<!ENTITY mpc-ch6-sbu "0.3 SBU">
|
<!ENTITY mpc-ch6-sbu "0.3 SBU">
|
||||||
|
|
||||||
<!ENTITY mpfr-version "3.1.0">
|
<!ENTITY mpfr-version "3.1.1">
|
||||||
<!ENTITY mpfr-size "1,176 KB">
|
<!ENTITY mpfr-size "1,047 KB">
|
||||||
<!ENTITY mpfr-url "http://www.mpfr.org/mpfr-&mpfr-version;/mpfr-&mpfr-version;.tar.bz2">
|
<!ENTITY mpfr-url "http://www.mpfr.org/mpfr-&mpfr-version;/mpfr-&mpfr-version;.tar.xz">
|
||||||
<!ENTITY mpfr-md5 "238ae4a15cc3a5049b723daef5d17938">
|
<!ENTITY mpfr-md5 "91d51c41fcf2799e4ee7a7126fc95c17">
|
||||||
<!ENTITY mpfr-home "http://www.mpfr.org/">
|
<!ENTITY mpfr-home "http://www.mpfr.org/">
|
||||||
<!ENTITY mpfr-ch5-du "27.1 MB">
|
<!ENTITY mpfr-ch5-du "27.1 MB">
|
||||||
<!ENTITY mpfr-ch5-sbu "1.0 SBU">
|
<!ENTITY mpfr-ch5-sbu "1.0 SBU">
|
||||||
|
@ -70,11 +70,6 @@
|
|||||||
<!ENTITY kmod-testsuite-patch-size "2.2 KB">
|
<!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 "patch-&patch-version;-test_fix-1.patch">
|
||||||
<!ENTITY patch-test-patch-md5 "c51e1a95bfc5310635d05081472c3534">
|
<!ENTITY patch-test-patch-md5 "c51e1a95bfc5310635d05081472c3534">
|
||||||
<!ENTITY patch-test-patch-size "1 KB">
|
<!ENTITY patch-test-patch-size "1 KB">
|
||||||
|
Loading…
Reference in New Issue
Block a user