Upgrade to Make-3.82. Fixes #2726.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9346 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2010-08-03 19:55:09 +00:00
parent d7bd6fdcdf
commit 3e801560a7
10 changed files with 51 additions and 29 deletions

View File

@ -37,6 +37,16 @@
--> -->
<listitem>
<para>2010-08-03</para>
<itemizedlist>
<listitem>
<para>[matthew] - Upgrade to Make-3.82. Fixes
<ulink url="&lfs-ticket-root;2726">#2726</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem> <listitem>
<para>2010-07-26</para> <para>2010-07-26</para>
<itemizedlist> <itemizedlist>

View File

@ -124,9 +124,9 @@
<listitem> <listitem>
<para>M4 &m4-version;</para> <para>M4 &m4-version;</para>
</listitem> </listitem>
<!--<listitem> <listitem>
<para>Make &make-version;</para> <para>Make &make-version;</para>
</listitem>--> </listitem>
<listitem> <listitem>
<para>Man-DB &man-db-version;</para> <para>Man-DB &man-db-version;</para>
</listitem> </listitem>
@ -228,6 +228,10 @@
<para>expect-&expect-version;-no_tk-1.patch</para> <para>expect-&expect-version;-no_tk-1.patch</para>
</listitem> </listitem>
<listitem>
<para>glibc-&glibc-version;-makefile_fix-1.patch</para>
</listitem>
<listitem> <listitem>
<para>MPC-&mpc-version;</para> <para>MPC-&mpc-version;</para>
</listitem> </listitem>
@ -253,6 +257,9 @@
<listitem> <listitem>
<para>grep-2.5.4-debian_fixes-1.patch</para> <para>grep-2.5.4-debian_fixes-1.patch</para>
</listitem> </listitem>
<listitem>
<para>make-3.81-upstream_fixes-1.patch</para>
</listitem>
<listitem> <listitem>
<para>perl-5.10.1-utf8-1.patch</para> <para>perl-5.10.1-utf8-1.patch</para>
</listitem> </listitem>

View File

@ -106,6 +106,14 @@
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term>Glibc Makefile Fix Patch - <token>&glibc-makefile_fix-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink url="&patches-root;&glibc-makefile_fix-patch;"/></para>
<para>MD5 sum: <literal>&glibc-makefile_fix-patch-md5;</literal></para>
</listitem>
</varlistentry>
<!-- <!--
<varlistentry> <varlistentry>
<term>GRUB Disk Geometry Patch - <token>&grub-geometry-patch-size;</token>:</term> <term>GRUB Disk Geometry Patch - <token>&grub-geometry-patch-size;</token>:</term>
@ -131,14 +139,6 @@
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term>Make Upstream Fixes Patch - <token>&make-upstream_fixes-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink url="&patches-root;&make-upstream_fixes-patch;"/></para>
<para>MD5 sum: <literal>&make-upstream_fixes-patch-md5;</literal></para>
</listitem>
</varlistentry>
<varlistentry> <varlistentry>
<term>Man-DB Upstream Fix Assertion Patch - <token>&man-db-upstream_fixes-patch-size;</token>:</term> <term>Man-DB Upstream Fix Assertion Patch - <token>&man-db-upstream_fixes-patch-size;</token>:</term>
<listitem> <listitem>

View File

@ -47,6 +47,11 @@
<screen><userinput remap="pre">patch -Np1 -i ../&glibc-gcc_fix-patch;</userinput></screen> <screen><userinput remap="pre">patch -Np1 -i ../&glibc-gcc_fix-patch;</userinput></screen>
<para>Fix a bug that prevents Glibc from building with versions of Make
newer than 3.81.</para>
<screen><userinput remap="pre">patch -Np1 -i ../&glibc-makefile_fix-patch;</userinput></screen>
<para>The Glibc documentation recommends building Glibc outside of the source <para>The Glibc documentation recommends building Glibc outside of the source
directory in a dedicated build directory:</para> directory in a dedicated build directory:</para>

View File

@ -96,6 +96,11 @@ unset DL</userinput></screen>
<screen><userinput>patch -Np1 -i ../&glibc-gcc_fix-patch;</userinput></screen> <screen><userinput>patch -Np1 -i ../&glibc-gcc_fix-patch;</userinput></screen>
<para>Fix a bug that prevents Glibc from building with versions of Make
newer than 3.81.</para>
<screen><userinput remap="pre">patch -Np1 -i ../&glibc-makefile_fix-patch;</userinput></screen>
<para>The Glibc documentation recommends building Glibc outside of the source <para>The Glibc documentation recommends building Glibc outside of the source
directory in a dedicated build directory:</para> directory in a dedicated build directory:</para>

View File

@ -40,16 +40,6 @@
<sect2 role="installation"> <sect2 role="installation">
<title>Installation of Make</title> <title>Installation of Make</title>
<para>First fix some problems that have been identified since
the last package release:</para>
<screen><userinput remap="pre">patch -Np1 -i ../&make-upstream_fixes-patch;</userinput></screen>
<para>Now, fix a known issue with the test suite that causes one of the
tests to fail:</para>
<screen><userinput remap="pre">sed -i -e 's/-j/ -j/' tests/scripts/features/recursion</userinput></screen>
<para>Prepare Make for compilation:</para> <para>Prepare Make for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>

View File

@ -45,6 +45,11 @@
<screen><userinput remap="pre">patch -Np1 -i ../&procps-watch-patch;</userinput></screen> <screen><userinput remap="pre">patch -Np1 -i ../&procps-watch-patch;</userinput></screen>
<para>Fix a bug in the Makefile, which prevents procps from building with
make-&make-version;:</para>
<screen><userinput remap="pre">sed -i -e 's@\*/module.mk@proc/module.mk ps/module.mk@' 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-20100726"> <!ENTITY version "SVN-20100803">
<!ENTITY releasedate "July 26, 2010"> <!ENTITY releasedate "August 3, 2010">
<!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not &ndash; --> <!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "6.7"> <!ENTITY milestone "6.7">
<!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

@ -331,10 +331,10 @@
<!ENTITY m4-ch6-du "14.2 MB"> <!ENTITY m4-ch6-du "14.2 MB">
<!ENTITY m4-ch6-sbu "0.4 SBU"> <!ENTITY m4-ch6-sbu "0.4 SBU">
<!ENTITY make-version "3.81"> <!ENTITY make-version "3.82">
<!ENTITY make-size "1,125 KB"> <!ENTITY make-size "1,213 KB">
<!ENTITY make-url "&gnu;make/make-&make-version;.tar.bz2"> <!ENTITY make-url "&gnu;make/make-&make-version;.tar.bz2">
<!ENTITY make-md5 "354853e0b2da90c527e35aabb8d6f1e6"> <!ENTITY make-md5 "1a11100f3c63fcf5753818e59d63088f">
<!ENTITY make-home "&gnu-software;make/"> <!ENTITY make-home "&gnu-software;make/">
<!ENTITY make-ch5-du "9.6 MB"> <!ENTITY make-ch5-du "9.6 MB">
<!ENTITY make-ch5-sbu "0.1 SBU"> <!ENTITY make-ch5-sbu "0.1 SBU">

View File

@ -58,6 +58,10 @@
<!ENTITY glibc-gcc_fix-patch-md5 "d1f28cb98acb9417fe52596908bbb9fd"> <!ENTITY glibc-gcc_fix-patch-md5 "d1f28cb98acb9417fe52596908bbb9fd">
<!ENTITY glibc-gcc_fix-patch-size "2.5 KB"> <!ENTITY glibc-gcc_fix-patch-size "2.5 KB">
<!ENTITY glibc-makefile_fix-patch "glibc-&glibc-version;-makefile_fix-1.patch">
<!ENTITY glibc-makefile_fix-patch-md5 "0ef634ac78e582f45d0e7643bfda7505">
<!ENTITY glibc-makefile_fix-patch-size "1 KB">
<!ENTITY grub-inode-patch "grub-&grub-version;-256byte_inode-1.patch"> <!ENTITY grub-inode-patch "grub-&grub-version;-256byte_inode-1.patch">
<!ENTITY grub-inode-patch-md5 "2482bef9c1866b4045767a56268ba673"> <!ENTITY grub-inode-patch-md5 "2482bef9c1866b4045767a56268ba673">
@ -72,10 +76,6 @@
<!ENTITY kbd-backspace-patch-md5 "f75cca16a38da6caa7d52151f7136895"> <!ENTITY kbd-backspace-patch-md5 "f75cca16a38da6caa7d52151f7136895">
<!ENTITY kbd-backspace-patch-size "12 KB"> <!ENTITY kbd-backspace-patch-size "12 KB">
<!ENTITY make-upstream_fixes-patch "make-&make-version;-upstream_fixes-1.patch">
<!ENTITY make-upstream_fixes-patch-md5 "8b1e478d8e733dc2d72e31bc7af1defa">
<!ENTITY make-upstream_fixes-patch-size "5 KB">
<!ENTITY man-db-upstream_fixes-patch "man-db-&man-db-version;-fix_man_assertion-1.patch"> <!ENTITY man-db-upstream_fixes-patch "man-db-&man-db-version;-fix_man_assertion-1.patch">
<!ENTITY man-db-upstream_fixes-patch-md5 "a2d7e211160564c13296476cb5f05574"> <!ENTITY man-db-upstream_fixes-patch-md5 "a2d7e211160564c13296476cb5f05574">
<!ENTITY man-db-upstream_fixes-patch-size "3.9 KB"> <!ENTITY man-db-upstream_fixes-patch-size "3.9 KB">