From 1100dfc670766b99a1c9fdb86817f260e5ffbde7 Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Sun, 5 Oct 2008 18:46:09 +0000 Subject: Added a patch to the Expect instructions to fix an issue with recent Tcl versions git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8571 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter01/whatsnew.xml | 4 ++++ chapter03/patches.xml | 8 ++++++++ chapter05/expect.xml | 4 ++++ patches.ent | 4 ++++ 5 files changed, 24 insertions(+) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 41c01baca..c6d7ed689 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ 2008-10-05 + + [randy] - Added a patch to the Expect instructions to fix an + issue with recent Tcl versions. + [randy] - Updated Tcl to 8.5.4. diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index a01231ba4..04fda3ec6 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -222,6 +222,10 @@ &db-fixes-patch; + + &expect-tcl-patch; + + GMP-&gmp-version; diff --git a/chapter03/patches.xml b/chapter03/patches.xml index c0d02d7e7..0854cbba8 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -90,6 +90,14 @@ + + Expect Tcl Patch - &expect-tcl-patch-size;: + + Download: + MD5 sum: &expect-tcl-patch-md5; + + + Glibc Iconv Test Fixes Patch - &glibc-iconv-test-fixes-patch-size;: diff --git a/chapter05/expect.xml b/chapter05/expect.xml index 6b486f138..0cccaac47 100644 --- a/chapter05/expect.xml +++ b/chapter05/expect.xml @@ -46,6 +46,10 @@ patch -Np1 -i ../&expect-spawn-patch; + Next, fix a bug that is a result of recent Tcl changes: + +patch -Np1 -i ../&expect-tcl-patch; + Next, force Expect's configure script to use /bin/stty instead of a /usr/local/bin/stty it may find on the host system. This will ensure that our testsuite tools remain sane for the final builds of our diff --git a/patches.ent b/patches.ent index 52dff2b5c..9f73fff0f 100644 --- a/patches.ent +++ b/patches.ent @@ -42,6 +42,10 @@ + + + + -- cgit v1.2.3-54-g00ecf