LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   Glibc-2.3.6 compile problem (https://www.linuxquestions.org/questions/linux-from-scratch-13/glibc-2-3-6-compile-problem-494529/)

nigel_1820 10-22-2006 12:48 AM

Glibc-2.3.6 compile problem
 
I have been trying for the past two days to install LFS on my computer. I have successfully gotten to the point, using the LFS-Book 2.6, where you compile glibc in chapter 6. At this point, I get the following make error:
/usr/bin/perl gen-libm-test.pl -u ../sysdeps/i386/fpu/libm-test-ulps -o "/sources/glibc-build/math"
Can't locate Getopt/Std.pm in @INC (@INC contains /tools/lib/perl5/5.8.8/i686-linux /tools/lib/perl5/5.8.8 /tools/lib/perl5/site_perl/5.8.8/i686-linux /tools/lib/perl5/site_perl/5.8.8 /tools/lib/perl5/5.8.8 .) at gen-libm-test.pl line 42.
BEGIN failed--compilation aborted at gen-libm-test.pl line 42.
make[2]: *** [/sources/glibc-build/math/libm-test.stmp] Error 2

Does anyone know what this either A) actually means, or B) how to fix it? Any help here would be much appreciated!

-- Nigel MacPhereson

Harmaa Kettu 10-22-2006 10:36 AM

It means that standard perl modules are not installed. You have made some error in chapter 5.26, most likely in the last command of that chapter. Redoing that command (or whole perl installation if you have deleted the source directory already) should fix it.

nigel_1820 10-23-2006 08:58 AM

This afternoon, I will attempt to redo the perl part. Thanks.

-- Nigel MacPhereson


All times are GMT -5. The time now is 07:29 PM.