#1897: Tcl/Tk-8.4.13
----------------------------------------+-----------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  [EMAIL PROTECTED]
     Type:  task                        |       Status:  assigned               
   
 Priority:  normal                      |    Milestone:  6.2                    
   
Component:  BOOK                        |      Version:  SVN                    
   
 Severity:  normal                      |   Resolution:                         
   
 Keywords:  Tcl Tk                      |  
----------------------------------------+-----------------------------------
Comment (by [EMAIL PROTECTED]):

 When doing this update, remember to look at bug #1860.  We really should
 be in sync with LFS if at all possible.

 Looking at the current instructions, the sed for configure in tcl is not
 needed any more.

 Lets get rid of the environment variables.  Use a local entity &v; in the
 instructions instead of $V.  Use ${PWD} instead of ${DIR}.

 There needs to be a note about test failures.  I had one failure:
 cmdAH.test

 I'm not sure the sed for tclConfig.sh is needed.  Checking an old version
 of RH9 shows that they didn't think it was necessary.  The third entry
 shows changing single quotes to double quotes, presumeably so the ${} will
 get translated by the shell, but there are several other places with the
 same construct that are not changed.  It's curious why the develpers never
 noticed the problem.

 In any case, it could be formatted as:

 {{{
 <!ENTITY v "8.4">

 sed -i -e "s:${PWD}/unix:/usr/lib:" \
        -e "s:${PWD}:/usr/include/tcl&v;:" \
        -e "/TCL_LIB_FILE/s/'/\"/g" \
        tclConfig.sh
 }}}

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/1897>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--
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