Changeset 8571
- Timestamp:
- 10/05/08 12:46:09 (2 months ago)
- Files:
-
- trunk/BOOK/chapter01/changelog.xml (modified) (1 diff)
- trunk/BOOK/chapter01/whatsnew.xml (modified) (1 diff)
- trunk/BOOK/chapter03/patches.xml (modified) (1 diff)
- trunk/BOOK/chapter05/expect.xml (modified) (1 diff)
- trunk/BOOK/patches.ent (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/chapter01/changelog.xml
r8569 r8571 42 42 <itemizedlist> 43 43 <listitem> 44 <para>[randy] - Added a patch to the Expect instructions to fix an 45 issue with recent Tcl versions.</para> 46 </listitem> 47 <listitem> 44 48 <para>[randy] - Updated Tcl to 8.5.4.</para> 45 49 </listitem> trunk/BOOK/chapter01/whatsnew.xml
r8567 r8571 224 224 225 225 <listitem> 226 <para>&expect-tcl-patch;</para> 227 </listitem> 228 229 <listitem> 226 230 <para>GMP-&gmp-version;</para> 227 231 </listitem> trunk/BOOK/chapter03/patches.xml
r8567 r8571 92 92 93 93 <varlistentry> 94 <term>Expect Tcl Patch - <token>&expect-tcl-patch-size;</token>:</term> 95 <listitem> 96 <para>Download: <ulink url="&patches-root;&expect-tcl-patch;"/></para> 97 <para>MD5 sum: <literal>&expect-tcl-patch-md5;</literal></para> 98 </listitem> 99 </varlistentry> 100 101 <varlistentry> 94 102 <term>Glibc Iconv Test Fixes Patch - <token>&glibc-iconv-test-fixes-patch-size;</token>:</term> 95 103 <listitem> trunk/BOOK/chapter05/expect.xml
r8389 r8571 46 46 47 47 <screen><userinput remap="pre">patch -Np1 -i ../&expect-spawn-patch;</userinput></screen> 48 49 <para>Next, fix a bug that is a result of recent Tcl changes:</para> 50 51 <screen><userinput remap="pre">patch -Np1 -i ../&expect-tcl-patch;</userinput></screen> 48 52 49 53 <para>Next, force Expect's configure script to use <filename>/bin/stty</filename> trunk/BOOK/patches.ent
r8567 r8571 42 42 <!ENTITY expect-spawn-patch-md5 "ef6d0d0221c571fb420afb7033b3bbba"> 43 43 <!ENTITY expect-spawn-patch-size "6.8 KB"> 44 45 <!ENTITY expect-tcl-patch "expect-&expect-version;-tcl_8.5.4_fix-1.patch"> 46 <!ENTITY expect-tcl-patch-md5 "45274d863f7939f485a1971ae173a42b"> 47 <!ENTITY expect-tcl-patch-size "4.1 KB"> 44 48 45 49
