Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Feb 1999 13:44:26 -0800
From:      Chris Parry <laotzu@juniper.net>
To:        freebsd-stable@FreeBSD.ORG
Subject:   make world in 3.0 failing
Message-ID:  <19990215134426.A230@juniper.net>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990215134426.A230>