From 24755341b7c56231f48c248cee03276d5a947016 Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Sun, 11 Dec 2005 21:40:01 +0000 Subject: Upgrade to bash-3.1. Fix Tcl to work with the new Bash. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7210 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 7 ++++++- chapter05/tcl.xml | 8 ++++++-- general.ent | 4 ++-- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ddc9d0caf..33cae6b81 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -27,7 +27,7 @@ First a summary, then a detailed log. Automake &automake-version; - +Bash &bash-version; Binutils &binutils-version; Bison &bison-version; @@ -114,6 +114,11 @@ First a summary, then a detailed log. +December 11, 2005 [jhuntwork]: Upgrade to bash-3.1. Also fixed Tcl to +work with the new bash version. Thanks to Alexander Patrakov and ultimately, Greg Schafer +for the fix. + + December 11, 2005 [jhuntwork]: Changed variable used in readline for linking in ncurses. Thanks to Alexander Patrakov for the fix. diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml index 981117d24..592823f46 100644 --- a/chapter05/tcl.xml +++ b/chapter05/tcl.xml @@ -38,10 +38,14 @@ run in this chapter (they are not mandatory), these packages are required to run the test suites in . +Tcl's configure script has a syntax error: +cd unix +cp configure configure.orig +sed "e;s/relid'/relid/"e; configure.orig > configure + Prepare Tcl for compilation: -cd unix -./configure --prefix=/tools +./configure --prefix=/tools Build the package: diff --git a/general.ent b/general.ent index 1937e729c..cd92bb045 100644 --- a/general.ent +++ b/general.ent @@ -28,8 +28,8 @@ - - + + -- cgit v1.2.3-54-g00ecf