On 15 April 2010 21:35, duck wilson <[email protected]> wrote: > Greetings, > > I am at Section 5.12, the build and install of Expect. While installing > expect the following error occurs: > > lfs:/mnt/lfs/sources/expect-5.43$ make SCRIPTS="" install > > expect_install_log
You log stdout, but any error messages are usually on stderr. Try something like '>my.install.log 2>&1'. > mkdir /tools/lib/expect5.43 > write(spawn_id=7): broken pipe > while executing > "send "\r"" > (file "./fixcat" line 14) > > Is this a show stopper or an expected error at this point? > > FWIW, my host platform is openSUSE 11.2, 32-bit. > > TIA! > Never seen it. I wonder if you missed the 'spawn' patch ? If you didn't miss that, perhaps you interrupted the build with a Ctrl-C and that was the result ? If you have managed to install it, you might want to run the test from chapter 6 binutils - expect -c "spawn ls" (section 6.12). I'm assuming that /dev/pts is indeed mounted on your host. ĸen -- After tragedy, and farce, "OMG poneys!" -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
