mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
Added a patch to the Chapter 6 Binutils instructions to correct some errors in the test suite
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8653 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
68edbd40b6
commit
1335450983
@ -40,6 +40,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2008-10-12</para>
|
<para>2008-10-12</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[randy] - Added a patch to the Chapter 6 Binutils instructions
|
||||||
|
to correct some errors in the test suite.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[dj] - Corrected installation of udev rule files.</para>
|
<para>[dj] - Corrected installation of udev rule files.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -218,6 +218,14 @@
|
|||||||
<para>&bash-fixes-patch;</para>
|
<para>&bash-fixes-patch;</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>&binutils-configure-patch;</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>&binutils-gcc-patch;</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>&coreutils-old-kernel-patch;</para>
|
<para>&coreutils-old-kernel-patch;</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -42,6 +42,14 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>Binutils GCC 4.3 Patch - <token>&binutils-gcc-patch-size;</token>:</term>
|
||||||
|
<listitem>
|
||||||
|
<para>Download: <ulink url="&patches-root;&binutils-gcc-patch;"/></para>
|
||||||
|
<para>MD5 sum: <literal>&binutils-gcc-patch-md5;</literal></para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>Binutils Texinfo Version Patch - <token>&binutils-configure-patch-size;</token>:</term>
|
<term>Binutils Texinfo Version Patch - <token>&binutils-configure-patch-size;</token>:</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -61,6 +61,11 @@ Ask your system administrator to create more.</computeroutput></screen>
|
|||||||
|
|
||||||
<screen><userinput remap="pre">patch -Np1 -i ../&binutils-configure-patch;</userinput></screen>
|
<screen><userinput remap="pre">patch -Np1 -i ../&binutils-configure-patch;</userinput></screen>
|
||||||
|
|
||||||
|
<para>Apply the following patch to prevent some failures when running the
|
||||||
|
the test suite:</para>
|
||||||
|
|
||||||
|
<screen><userinput remap="pre">patch -Np1 -i ../&binutils-gcc-patch;</userinput></screen>
|
||||||
|
|
||||||
<para>Suppress the installation of an outdated
|
<para>Suppress the installation of an outdated
|
||||||
<filename>standards.info</filename> file as a newer one is installed later
|
<filename>standards.info</filename> file as a newer one is installed later
|
||||||
on in the Autoconf instructions:</para>
|
on in the Autoconf instructions:</para>
|
||||||
|
@ -15,6 +15,10 @@
|
|||||||
<!ENTITY binutils-configure-patch-md5 "83877c299e3e3080952214e479396f23">
|
<!ENTITY binutils-configure-patch-md5 "83877c299e3e3080952214e479396f23">
|
||||||
<!ENTITY binutils-configure-patch-size "1 KB">
|
<!ENTITY binutils-configure-patch-size "1 KB">
|
||||||
|
|
||||||
|
<!ENTITY binutils-gcc-patch "binutils-&binutils-version;-GCC43-1.patch">
|
||||||
|
<!ENTITY binutils-gcc-patch-md5 "d77fa789b4cae8b1ef7bc10e6220a529">
|
||||||
|
<!ENTITY binutils-gcc-patch-size "1.1 KB">
|
||||||
|
|
||||||
|
|
||||||
<!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">
|
<!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">
|
||||||
<!ENTITY bzip2-docs-patch-md5 "6a5ac7e89b791aae556de0f745916f7f">
|
<!ENTITY bzip2-docs-patch-md5 "6a5ac7e89b791aae556de0f745916f7f">
|
||||||
|
Loading…
Reference in New Issue
Block a user