EDIT: got it working: the error was in the make command it was Fcntl (letter) not Fcnt1 (one)
On 05/24/2010 08:02 PM, Kyle Brennan wrote: > Hi, > I have yet another error, this time with the perl-5.10.1 package. It > ran for about 2 minutes and encountered this error. below is my build log. > > including HvNAME > including gv > including warn > including pvs > including magic > including cop > including grok > including snprintf > including sprintf > including exception > including strlfuncs > including pv_tools > running /mnt/lfs/build/perl-5.10.1/miniperl -I../../lib ppport_h.PL > ppport.h in ext/IPC-SysV is up-to-date > ppport.h in ext/Time-HiRes is up-to-date > ppport.h in ext/Win32API-File is up-to-date > ppport.h in ext/DB_File is up-to-date > removing temporary file PPPort.pm > removing temporary file ppport.h > ./miniperl -Ilib make_ext.pl lib/auto/Data/Dumper/Dumper.a MAKE=make > LIBPERL_A=libperl.a LINKTYPE=static CCCDLFLAGS= > Making Data::Dumper (all) > make[1]: Entering directory `/mnt/lfs/build/perl-5.10.1/ext/Data-Dumper' > make[1]: Leaving directory `/mnt/lfs/build/perl-5.10.1/ext/Data-Dumper' > Making all in ext/Data-Dumper > make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=static CCCDLFLAGS= > make[1]: Entering directory `/mnt/lfs/build/perl-5.10.1/ext/Data-Dumper' > make[1]: Leaving directory `/mnt/lfs/build/perl-5.10.1/ext/Data-Dumper' > ./miniperl -Ilib make_ext.pl lib/auto/Fcnt1/Fcnt1.a MAKE=make > LIBPERL_A=libperl.a LINKTYPE=static CCCDLFLAGS= > Making Fcnt1 (all) > Cannot cd to ext/Fcnt1: No such file or directory at make_ext.pl line 220. > ./miniperl -Ilib make_ext.pl lib/auto/IO/IO.a MAKE=make > LIBPERL_A=libperl.a LINKTYPE=static CCCDLFLAGS= > Making IO (all) > make[1]: Entering directory `/mnt/lfs/build/perl-5.10.1/ext/IO' > make[1]: Leaving directory `/mnt/lfs/build/perl-5.10.1/ext/IO' > Making all in ext/IO > make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=static CCCDLFLAGS= > make[1]: Entering directory `/mnt/lfs/build/perl-5.10.1/ext/IO' > make[1]: Leaving directory `/mnt/lfs/build/perl-5.10.1/ext/IO' > ./miniperl -Ilib make_ext.pl lib/auto/POSIX/POSIX.a MAKE=make > LIBPERL_A=libperl.a LINKTYPE=static CCCDLFLAGS= > Making POSIX (all) > make[1]: Entering directory `/mnt/lfs/build/perl-5.10.1/ext/POSIX' > make[1]: Leaving directory `/mnt/lfs/build/perl-5.10.1/ext/POSIX' > Making all in ext/POSIX > make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=static CCCDLFLAGS= > make[1]: Entering directory `/mnt/lfs/build/perl-5.10.1/ext/POSIX' > make[1]: Leaving directory `/mnt/lfs/build/perl-5.10.1/ext/POSIX' > cc -o perl -fstack-protector -Wl,-E perlmain.o > lib/auto/Data/Dumper/Dumper.a lib/auto/Fcnt1/Fcnt1.a lib/auto/IO/IO.a > lib/auto/POSIX/POSIX.a libperl.a `cat ext.libs` -lnsl -ldl -lm -lcrypt > -lutil -lc > cc: lib/auto/Fcnt1/Fcnt1.a: No such file or directory > make: *** [perl] Error 1 > > > Thanks, > Kyle > > -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
