hans kaper wrote: > I am building LFS 7.2 bij copy-pasting the commands from the book in > scripts. > In chapter 6.26 building Coreutils 8.19 I get an error: > > Making all in man > make[2]: Entering directory `/sources/coreutils-8.19/man' > GEN cut.1 > Can't locate unicore/Heavy.pl in @INC (@INC contains: > /tools/lib/perl5/site_perl/5.16.1/i686-linux > /tools/lib/perl5/site_perl/5.16.1 /tools/lib/perl5/5.16.1/i686-linux > /tools/lib/perl5/5.16.1 .) at /tools/lib/perl5/5.16.1/utf8_heavy.pl line > 176. > BEGIN failed--compilation aborted at /tools/lib/perl5/5.16.1/constant.pm > line 45. > Compilation failed in require at /tools/lib/perl5/5.16.1/Getopt/Long.pm > line 208. > BEGIN failed--compilation aborted at > /tools/lib/perl5/5.16.1/Getopt/Long.pm line 208. > Compilation failed in require at ./help2man line 24. > BEGIN failed--compilation aborted at ./help2man line 24. > make[2]: *** [cut.1] Error 2 > make[2]: Leaving directory `/sources/coreutils-8.19/man' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/sources/coreutils-8.19' > make: *** [all] Error 2 > > Knowing the thoroughness of the LFS-team I am certain I made a mistake > somewhere, but where? > Looking through the logs, I found the same line ("Can't locate > unicore/Heavy.pl in @INC ...") in the > glibc-tests, but that did not result in any ERROR. > I better know it before I have to restart with chapter 6 (or even ch.5) > and make the same mistake again.
Looks like a PATH issue or a Chapter 5 perl install issue. Do you have /tools/lib/perl5/5.18.0/unicore/Heavy.pl? In your case that would be 5.16.1 since I am looking at the current SVN build. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page