#1892: "host pollution" of expect in ch5 breaks binutils testsuite in ch6
----------------------------------------+-----------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  [EMAIL PROTECTED]
     Type:  defect                      |       Status:  assigned               
       
 Priority:  normal                      |    Milestone:                         
       
Component:  Book                        |      Version:  6.2                    
       
 Severity:  normal                      |   Resolution:                         
       
 Keywords:                              |  
----------------------------------------+-----------------------------------
Changes (by [EMAIL PROTECTED]):

  * owner:  lfs-book@linuxfromscratch.org => [EMAIL PROTECTED]
  * status:  new => assigned

Comment:

 Confirmed; and here's how:

  * Start up the LiveCD.
  * Copy /bin/stty to /usr/local/bin
  * Compile tcl/expect/dejagnu like you would in chapter 5.
  * Remove /usr/local/bin/stty
  * Compile the calc example that comes with the dejagnu source (make sure
 your PATH is set to use the new testsuite tools):
 {{{
 cd example/calc
 make
 make check
 }}}
  * The check will fail and calc.log will contain something like the
 following:
 {{{
 sh: /usr/local/bin/stty: No such file or directory
 calc: ERROR: Can't start /path/to/dejagnu-1.4.4/example/calc/calc
 }}}

-- 
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