From owner-freebsd-stable Mon Feb 15 13:44:33 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA11260 for freebsd-stable-outgoing; Mon, 15 Feb 1999 13:44:33 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from red.juniper.net (red.juniper.net [208.197.169.254]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA11242 for ; Mon, 15 Feb 1999 13:44:28 -0800 (PST) (envelope-from laotzu@juniper.net) Received: from leaf.juniper.net (leaf.juniper.net [208.197.169.211]) by red.juniper.net (8.8.8/8.8.5) with ESMTP id NAA20588 for ; Mon, 15 Feb 1999 13:44:26 -0800 (PST) Received: (from laotzu@localhost) by leaf.juniper.net (8.8.8/8.7.3) id NAA26480 for freebsd-stable@freebsd.org; Mon, 15 Feb 1999 13:44:26 -0800 (PST) Message-ID: <19990215134426.A230@juniper.net> Date: Mon, 15 Feb 1999 13:44:26 -0800 From: Chris Parry To: freebsd-stable@FreeBSD.ORG Subject: make world in 3.0 failing Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i X-Operating-System: FreeBSD leaf.juniper.net 2.2.8-STABLE FreeBSD 2.2.8-STABLE Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've been working all weekend on getting a fresh 3.0-RELEASE install (developer and user) to make world after doing a cvsup on the sources (after setting my TAG to be RELENG_3). Whenever I do either a 'make aout-to-elf' or a simple 'make world' it always dies while making gnu/usr.bin/perl/perl. I've tried recovering by doing a simple 'make' (broken) and retrying with make -D NOCLEAN world, yet it still occurs. Any pointers to info, or thoughts would be appreciated. Thank you, -chris OUTPUT FROM MAKE: ===> gnu/usr.bin/perl/perl find: build: No such file or directory find: build: No such file or directory sh writemain.sh Extracting writemain (with variable substitutions) sh config_h.sh Extracting config.h (with variable substitutions) sh writemain lib/auto/DynaLoader/DynaLoader.a > perlmain.c cc -nostdinc -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/tmp/usr/include -c perlmain.c miniperl /usr/src/gnu/usr.bin/perl/perl/../../../../contrib/perl5/configpm Config.pm Porting/Glossary myconfig config.sh cd lib ; ln -sf ../Config.pm miniperl -I/usr/obj/usr/src/gnu/usr.bin/perl/perl/lib -e 'use AutoSplit; autosplit_lib_modules(@ARGV)' lib/*.pm lib/*/*.pm AutoSplitting lib/Getopt/Long.pm (lib/auto/Getopt/Long) touch autosplit sh cflags.sh Extracting cflags (with variable substitutions) cd ext/DynaLoader; miniperl -I/usr/obj/usr/src/gnu/usr.bin/perl/perl/lib Makefile.PL LINKTYPE=static INSTALLDIRS=perl PERL_SRC=/usr/obj/usr/src/gnu/usr.bin/perl/perl LIBS="-lperl" INSTALLMAN3DIR=/usr/obj/usr/src/tmp/usr/share/perl/man3; make -B config PERL_SRC=/usr/obj/usr/src/gnu/usr.bin/perl/perl Writing Makefile for DynaLoader Makefile out-of-date with respect to Makefile.PL Cleaning current config before rebuilding Makefile... make -f Makefile.old clean > /dev/null 2>&1 || /bin/sh -c true /usr/obj/usr/src/tmp/usr/bin/miniperl "-I/usr/obj/usr/src/gnu/usr.bin/perl/perl/lib" "-I/usr/obj/usr/src/gnu/usr.bin/perl/perl/lib" Makefile.PL "LINKTYPE=static" "INSTALLDIRS=perl" "PERL_SRC=/usr/obj/usr/src/gnu/usr.bin/perl/perl" "LIBS=-lperl" "INSTALLMAN3DIR=/usr/obj/usr/src/tmp/usr/share/perl/man3" Writing Makefile for DynaLoader ==> Your Makefile has been rebuilt. <== ==> Please rerun the make command. <== false false: not found *** Error code 1 Stop. ...etc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message