http://blfs-bugs.linuxfromscratch.org/show_bug.cgi?id=1720

           Summary: Tcl and Tk versions 8.4.11 and 8.4.12 configure error
                    with bash-3.1
           Product: Beyond LinuxFromScratch
           Version: a-SVN
          Platform: PC
               URL: http://www.linuxfromscratch.org/blfs/view/svn/general/tc
                    l.html
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: BOOK
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]


Overview description :
./configure command for Tcl-8.4.11, Tcl-8.4.12, Tk-8.4.11 and Tk-8.4.12 fails if
performed from bash-3.1 (using bash-3.00.16 does not show the error)

Steps to reproduce :
Follow instructions from the BLFS book (changing 8.4.11 to 8.4.12 where needed)
until ./configure --prefix=/usr --enable-threads

Result :
Tcl-8.4.11 :
./configure: line 7624: syntax error near unexpected token `)'
./configure: line 7624: `  OSF*)'
Tcl-8.4.12 :
./configure: line 7653: syntax error near unexpected token `)'
./configure: line 7653: `  OSF*)'
Tk-8.4.11 :
./configure: line 5963: syntax error near unexpected token `('
./configure: line 5963: `  case `(ac_space=' '; set | grep ac_space) 2>&1` in'
Tk-8.4.12 :
./configure: line 6067: syntax error near unexpected token `('
./configure: line 6067: `  case `(ac_space=' '; set | grep ac_space) 2>&1` in'

The fix recommanded in LFS/chapter 5 :

cp configure{,.orig} &&
sed "s/relid'/relid/" configure.orig > configure

solves the problem for both Tcl and Tk versions 8.4.11 and 8.4.12

Build 2005-12-19 on i686-pc-linux-gnu following BLFS SVN-20051219



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to