Date: Mon, 18 Dec 2000 17:53:08 +1030 From: Greg Lehey <grog@lemis.com> To: FreeBSD Stable Users <freebsd-stable@freebsd.org> Subject: Stable 'make release' fails Message-ID: <20001218175308.A40102@wantadilla.lemis.com>
next in thread | raw e-mail | index | archive | help
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 grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001218175308.A40102>