#1892: "host pollution" of expect in ch5 breaks binutils testsuite in ch6
----------------------------------------+-----------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  lfs-book@linuxfromscratch.org
     Type:  defect                      |       Status:  new                    
      
 Priority:  normal                      |    Milestone:                         
      
Component:  Book                        |      Version:  6.2                    
      
 Severity:  normal                      |   Resolution:                         
      
 Keywords:                              |  
----------------------------------------+-----------------------------------
Comment (by [EMAIL PROTECTED]):

 Adding these two lines to the book commands would 'fix' this behavior:
 {{{
 cp configure{,.bak}
 sed 's:/usr/local/bin:/bin:' configure.bak > configure
 }}}
 That would produce the following in the 'configure' script:
 {{{
 echo "configure:2028: checking stty to use" >&5
 if test -r /bin/stty ; then
   STTY_BIN=/bin/stty
 else
   STTY_BIN=/bin/stty
 fi
 }}}

 If you like this fix, I made a patch:
 http://linuxfromscratch.org/~jhuntwork/chapter05-expect.patch

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/1892>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to