Author: matthew
Date: 2007-12-08 16:46:45 -0700 (Sat, 08 Dec 2007)
New Revision: 8439
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter01/whatsnew.xml
trunk/BOOK/chapter03/patches.xml
trunk/BOOK/chapter05/binutils-pass1.xml
trunk/BOOK/chapter05/binutils-pass2.xml
trunk/BOOK/chapter06/binutils.xml
trunk/BOOK/chapter06/texinfo.xml
trunk/BOOK/packages.ent
trunk/BOOK/patches.ent
Log:
Updated to Texinfo-4.11. Fixes #2074.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2007-12-08 23:46:02 UTC (rev 8438)
+++ trunk/BOOK/chapter01/changelog.xml 2007-12-08 23:46:45 UTC (rev 8439)
@@ -40,6 +40,10 @@
<para>2007-12-08</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Upgraded to Texinfo-4.11. Fixes
+ <ulink url="&lfs-ticket-root;2074">#2074</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Upgraded to Psmisc-22.6. Fixes
<ulink url="&lfs-ticket-root;2104">#2104</ulink>.</para>
</listitem>
Modified: trunk/BOOK/chapter01/whatsnew.xml
===================================================================
--- trunk/BOOK/chapter01/whatsnew.xml 2007-12-08 23:46:02 UTC (rev 8438)
+++ trunk/BOOK/chapter01/whatsnew.xml 2007-12-08 23:46:45 UTC (rev 8439)
@@ -176,9 +176,9 @@
<listitem>
<para>TCL &tcl-version;</para>
</listitem>
- <!--<listitem>
+ <listitem>
<para>Texinfo &texinfo-version;</para>
- </listitem>-->
+ </listitem>
<!--<listitem>
<para>Udev &udev-version;</para>
</listitem>-->
Modified: trunk/BOOK/chapter03/patches.xml
===================================================================
--- trunk/BOOK/chapter03/patches.xml 2007-12-08 23:46:02 UTC (rev 8438)
+++ trunk/BOOK/chapter03/patches.xml 2007-12-08 23:46:45 UTC (rev 8439)
@@ -27,6 +27,14 @@
</varlistentry>
<varlistentry>
+ <term>Binutils Texinfo Version Patch -
<token>&binutils-configure-patch-size;</token>:</term>
+ <listitem>
+ <para>Download: <ulink
url="&patches-root;&binutils-configure-patch;"/></para>
+ <para>MD5 sum: <literal>&binutils-configure-patch-md5;</literal></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>Bzip2 Documentation Patch -
<token>&bzip2-docs-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink url="&patches-root;&bzip2-docs-patch;"/></para>
@@ -170,25 +178,8 @@
</listitem>
</varlistentry>
- <varlistentry>
- <term>Texinfo Multibyte Fixes Patch -
<token>&texinfo-multibyte-patch-size;</token>:</term>
- <listitem>
- <para>Download: <ulink
url="&patches-root;&texinfo-multibyte-patch;"/></para>
- <para>MD5 sum: <literal>&texinfo-multibyte-patch-md5;</literal></para>
- </listitem>
- </varlistentry>
-
<varlistentry>
- <term>Texinfo Tempfile Fix Patch -
<token>&texinfo-tempfile_fix-patch-size;</token>:</term>
- <listitem>
- <para>Download: <ulink
url="&patches-root;&texinfo-tempfile_fix-patch;"/></para>
- <para>MD5 sum:
<literal>&texinfo-tempfile_fix-patch-md5;</literal></para>
- </listitem>
- </varlistentry>
-
-
- <varlistentry>
<term>Udev usb_id Segfault Patch -
<token>&udev-usbid-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink url="&patches-root;&udev-usbid-patch;"/></para>
Modified: trunk/BOOK/chapter05/binutils-pass1.xml
===================================================================
--- trunk/BOOK/chapter05/binutils-pass1.xml 2007-12-08 23:46:02 UTC (rev
8438)
+++ trunk/BOOK/chapter05/binutils-pass1.xml 2007-12-08 23:46:45 UTC (rev
8439)
@@ -48,6 +48,11 @@
linker and assembler to determine which of their own features to
enable.</para>
+ <para>Binutils does not recognize versions of Texinfo newer than 4.9. Fix
+ this issue by applying the following patch:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i
../&binutils-configure-patch;</userinput></screen>
+
<para>The Binutils documentation recommends building Binutils outside of
the
source directory in a dedicated build directory:</para>
Modified: trunk/BOOK/chapter05/binutils-pass2.xml
===================================================================
--- trunk/BOOK/chapter05/binutils-pass2.xml 2007-12-08 23:46:02 UTC (rev
8438)
+++ trunk/BOOK/chapter05/binutils-pass2.xml 2007-12-08 23:46:45 UTC (rev
8439)
@@ -43,6 +43,11 @@
<sect2 role="installation">
<title>Re-installation of Binutils</title>
+ <para>Binutils does not recognize versions of Texinfo newer than 4.9. Fix
+ this issue by applying the following patch:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i
../&binutils-configure-patch;</userinput></screen>
+
<para>Create a separate build directory again:</para>
<screen><userinput remap="pre">mkdir -v ../binutils-build
Modified: trunk/BOOK/chapter06/binutils.xml
===================================================================
--- trunk/BOOK/chapter06/binutils.xml 2007-12-08 23:46:02 UTC (rev 8438)
+++ trunk/BOOK/chapter06/binutils.xml 2007-12-08 23:46:45 UTC (rev 8439)
@@ -56,6 +56,11 @@
<para>This issue needs to be resolved before running the test suites
for Binutils and GCC.</para>
+ <para>Binutils does not recognize versions of Texinfo newer than 4.9. Fix
+ this issue by applying the following patch:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i
../&binutils-configure-patch;</userinput></screen>
+
<para>The Binutils documentation recommends building Binutils outside of
the
source directory in a dedicated build directory:</para>
Modified: trunk/BOOK/chapter06/texinfo.xml
===================================================================
--- trunk/BOOK/chapter06/texinfo.xml 2007-12-08 23:46:02 UTC (rev 8438)
+++ trunk/BOOK/chapter06/texinfo.xml 2007-12-08 23:46:45 UTC (rev 8439)
@@ -41,19 +41,6 @@
<sect2 role="installation">
<title>Installation of Texinfo</title>
- <para>The <command>info</command> program makes assumptions such as that
- a string occupies the same number of character cells on the screen and
- bytes in memory and that one can break the string anywhere, which fail
- in UTF-8 based locales. The patch below makes them valid by falling back
- to English messages when a multibyte locale is in use:</para>
-
-<screen><userinput remap="pre">patch -Np1 -i
../&texinfo-multibyte-patch;</userinput></screen>
-
- <para>Texinfo allows local users to overwrite arbitrary files via a symlink
- attack on temporary files. Apply the following patch to fix this:</para>
-
-<screen><userinput remap="pre">patch -Np1 -i
../&texinfo-tempfile_fix-patch;</userinput></screen>
-
<para>Prepare Texinfo for compilation:</para>
<screen><userinput remap="configure">./configure
--prefix=/usr</userinput></screen>
@@ -64,7 +51,7 @@
<para>To test the results, issue:</para>
-<screen><userinput remap="test">make check</userinput></screen>
+<screen><userinput remap="test">make -k check</userinput></screen>
<para>Install the package:</para>
Modified: trunk/BOOK/packages.ent
===================================================================
--- trunk/BOOK/packages.ent 2007-12-08 23:46:02 UTC (rev 8438)
+++ trunk/BOOK/packages.ent 2007-12-08 23:46:45 UTC (rev 8439)
@@ -475,10 +475,10 @@
<!ENTITY tcl-ch5-du "24 MB">
<!ENTITY tcl-ch5-sbu "0.3 SBU">
-<!ENTITY texinfo-version "4.9">
-<!ENTITY texinfo-size "1,489 KB">
+<!ENTITY texinfo-version "4.11">
+<!ENTITY texinfo-size "1,621 KB">
<!ENTITY texinfo-url "&gnu;texinfo/texinfo-&texinfo-version;.tar.bz2">
-<!ENTITY texinfo-md5 "f4458e4b81e5469fa0815c35654141ab">
+<!ENTITY texinfo-md5 "c6bf13df4fbeff8ce874aacd6a51e814">
<!ENTITY texinfo-home "&gnu-software;texinfo/">
<!ENTITY texinfo-ch5-du "16.3 MB">
<!ENTITY texinfo-ch5-sbu "0.2 SBU">
Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent 2007-12-08 23:46:02 UTC (rev 8438)
+++ trunk/BOOK/patches.ent 2007-12-08 23:46:45 UTC (rev 8439)
@@ -6,6 +6,11 @@
<!ENTITY bash-fixes-patch-size "24 KB">
+<!ENTITY binutils-configure-patch
"binutils-&binutils-version;-configure-1.patch">
+<!ENTITY binutils-configure-patch-md5 "83877c299e3e3080952214e479396f23">
+<!ENTITY binutils-configure-patch-size "1 KB">
+
+
<!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">
<!ENTITY bzip2-docs-patch-md5 "6a5ac7e89b791aae556de0f745916f7f">
<!ENTITY bzip2-docs-patch-size "1.6 KB">
@@ -91,14 +96,6 @@
<!ENTITY shadow-useradd-patch-size "6.1 KB">
-<!ENTITY texinfo-multibyte-patch "texinfo-&texinfo-version;-multibyte-1.patch">
-<!ENTITY texinfo-multibyte-patch-md5 "6cb5b760cfdd2dd53a0430eb572a8aaa">
-<!ENTITY texinfo-multibyte-patch-size "1.5 KB">
-
-<!ENTITY texinfo-tempfile_fix-patch
"texinfo-&texinfo-version;-tempfile_fix-1.patch">
-<!ENTITY texinfo-tempfile_fix-patch-md5 "559bda136a2ac7777ecb67511227af85">
-<!ENTITY texinfo-tempfile_fix-patch-size "2.2 KB">
-
<!ENTITY udev-usbid-patch "udev-&udev-version;-usb_id-1.patch">
<!ENTITY udev-usbid-md5 "247614818827422b99672ea8bf3909ec">
<!ENTITY udev-usbid-patch-size "3.2 KB">
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page