From owner-freebsd-stable Sun Dec 17 23:24: 1 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 23:23:59 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 9F52D37B400 for ; Sun, 17 Dec 2000 23:23:40 -0800 (PST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id DD0236AB68; Mon, 18 Dec 2000 17:53:08 +1030 (CST) Date: Mon, 18 Dec 2000 17:53:08 +1030 From: Greg Lehey To: FreeBSD Stable Users Subject: Stable 'make release' fails Message-ID: <20001218175308.A40102@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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