On Thu, Mar 15, 2007 at 10:52:02AM +0000, sizo nsibande wrote: > "make[1]: Entering directory `/sources/perl-5.8.8/x2p' > makefile:159: *** missing separator. Stop. > make[1]: Leaving directory `/sources/perl-5.8.8/x2p' > make: *** [x2p/s2p] Error 2 > root:/sources/perl-5.8.8#" >
The problem crops up every few months, so the first thing you need to learn is how to google for it ;-) http://www.google.com/linux?hl=en&q=perl+x2p+%27missing+separator%27&btnG=Search Basically, it looks as if /dev/null got trashed - I don't know which version of the book you are following, but I'm guessing that you forgot to bind the host's /dev (section 6.2.2 of the current stable and development books). ĸen -- das eine Mal als Tragödie, das andere Mal als Farce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
