I'm trying to do a 'make release' with today's -stable.  It dies in perl:

===> gnu/usr.bin/perl/miniperl
cc -O -pipe -I/usr/src/gnu/usr.bin/perl/miniperl/../../../../contrib/perl5 
-I/usr/obj/usr/src/gnu/usr.bin/perl/miniperl   -I/usr/obj/usr/src/i386/usr/include -c 
/usr/src/gnu/usr.bin/perl/miniperl/../../../../contrib/perl5/miniperlmain.c
cc -O -pipe -I/usr/src/gnu/usr.bin/perl/miniperl/../../../../contrib/perl5 
-I/usr/obj/usr/src/gnu/usr.bin/perl/miniperl   -I/usr/obj/usr/src/i386/usr/include  
-static -o miniperl miniperlmain.o  
-L/usr/obj/usr/src/gnu/usr.bin/perl/miniperl/../libperl -lperl -lm -lcrypt
===> gnu/usr.bin/perl/perl
miniperl /usr/src/gnu/usr.bin/perl/perl/../../../../contrib/perl5/configpm  Config.pm 
Porting/Glossary myconfig config.sh
sh cflags.sh
cc -O -pipe -I/usr/src/gnu/usr.bin/perl/perl/../../../../contrib/perl5 
-I/usr/obj/usr/src/gnu/usr.bin/perl/perl   -I/usr/obj/usr/src/i386/usr/include -c 
perlmain.c
miniperl: not found
*** Error code 127

It's not quite clear where it's expecting to find miniperl.  The only
one in /home/release is the directory
/home/release/usr/src/gnu/usr.bin/perl/miniperl, the only one in
/usr/obj is the one just built above, but that's not in any reasonable
path.  There's one in /usr/bin as well, but I'm sure that shouldn't be
used.  Is it possible that the dependencies are messed up, and that
this is the result of using -j4 for the make release?

Greg
--
Finger [EMAIL PROTECTED] for PGP public key
See complete headers for address and phone numbers


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to