Author: randy
Date: 2008-10-05 12:46:09 -0600 (Sun, 05 Oct 2008)
New Revision: 8571

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter01/whatsnew.xml
   trunk/BOOK/chapter03/patches.xml
   trunk/BOOK/chapter05/expect.xml
   trunk/BOOK/patches.ent
Log:
Added a patch to the Expect instructions to fix an issue with recent Tcl 
versions

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2008-10-05 18:17:30 UTC (rev 8570)
+++ trunk/BOOK/chapter01/changelog.xml  2008-10-05 18:46:09 UTC (rev 8571)
@@ -41,6 +41,10 @@
       <para>2008-10-05</para>
       <itemizedlist>
         <listitem>
+          <para>[randy] - Added a patch to the Expect instructions to fix an
+          issue with recent Tcl versions.</para>
+        </listitem>
+        <listitem>
           <para>[randy] - Updated Tcl to 8.5.4.</para>
         </listitem>
         <listitem>

Modified: trunk/BOOK/chapter01/whatsnew.xml
===================================================================
--- trunk/BOOK/chapter01/whatsnew.xml   2008-10-05 18:17:30 UTC (rev 8570)
+++ trunk/BOOK/chapter01/whatsnew.xml   2008-10-05 18:46:09 UTC (rev 8571)
@@ -223,6 +223,10 @@
     </listitem>
 
     <listitem>
+      <para>&expect-tcl-patch;</para>
+    </listitem>
+
+    <listitem>
       <para>GMP-&gmp-version;</para>
     </listitem>
 

Modified: trunk/BOOK/chapter03/patches.xml
===================================================================
--- trunk/BOOK/chapter03/patches.xml    2008-10-05 18:17:30 UTC (rev 8570)
+++ trunk/BOOK/chapter03/patches.xml    2008-10-05 18:46:09 UTC (rev 8571)
@@ -91,6 +91,14 @@
     </varlistentry>
 
     <varlistentry>
+      <term>Expect Tcl Patch - <token>&expect-tcl-patch-size;</token>:</term>
+      <listitem>
+        <para>Download: <ulink url="&patches-root;&expect-tcl-patch;"/></para>
+        <para>MD5 sum: <literal>&expect-tcl-patch-md5;</literal></para>
+      </listitem>
+    </varlistentry>
+
+    <varlistentry>
       <term>Glibc Iconv Test Fixes Patch - 
<token>&glibc-iconv-test-fixes-patch-size;</token>:</term>
       <listitem>
        <para>Download: <ulink 
url="&patches-root;&glibc-iconv-test-fixes-patch;"/></para>

Modified: trunk/BOOK/chapter05/expect.xml
===================================================================
--- trunk/BOOK/chapter05/expect.xml     2008-10-05 18:17:30 UTC (rev 8570)
+++ trunk/BOOK/chapter05/expect.xml     2008-10-05 18:46:09 UTC (rev 8571)
@@ -46,6 +46,10 @@
 
 <screen><userinput remap="pre">patch -Np1 -i 
../&expect-spawn-patch;</userinput></screen>
 
+    <para>Next, fix a bug that is a result of recent Tcl changes:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i 
../&expect-tcl-patch;</userinput></screen>
+
     <para>Next, force Expect's configure script to use 
<filename>/bin/stty</filename>
     instead of a <filename>/usr/local/bin/stty</filename> it may find on the 
host system.
     This will ensure that our testsuite tools remain sane for the final builds 
of our

Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent      2008-10-05 18:17:30 UTC (rev 8570)
+++ trunk/BOOK/patches.ent      2008-10-05 18:46:09 UTC (rev 8571)
@@ -42,7 +42,11 @@
 <!ENTITY expect-spawn-patch-md5 "ef6d0d0221c571fb420afb7033b3bbba">
 <!ENTITY expect-spawn-patch-size "6.8 KB">
 
+<!ENTITY expect-tcl-patch "expect-&expect-version;-tcl_8.5.4_fix-1.patch">
+<!ENTITY expect-tcl-patch-md5 "45274d863f7939f485a1971ae173a42b">
+<!ENTITY expect-tcl-patch-size "4.1 KB">
 
+
 <!ENTITY glibc-iconv-test-fixes-patch 
"glibc-&glibc-version;-iconv_tests-1.patch">
 <!ENTITY glibc-iconv-test-fixes-patch-md5 "cc5e95e418e0b2f8a54b14cf90c7c3b2">
 <!ENTITY glibc-iconv-test-fixes-patch-size "1.7 KB">

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to