Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Feb 1999 08:33:50 +0200
From:      Mark Murray <mark@grondar.za>
To:        Chris Parry <laotzu@juniper.net>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: make world in 3.0 failing 
Message-ID:  <199902160633.IAA26377@greenpeace.grondar.za>
In-Reply-To: Your message of " Mon, 15 Feb 1999 13:44:26 PST." <19990215134426.A230@juniper.net> 
References:  <19990215134426.A230@juniper.net> 

next in thread | previous in thread | raw e-mail | index | archive | help
Chris Parry wrote:
> 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.
:
> OUTPUT FROM MAKE:
> ===> gnu/usr.bin/perl/perl
> find: build: No such file or directory
> find: build: No such file or directory
:
> Writing Makefile for DynaLoader
> ==> Your Makefile has been rebuilt. <==
> ==> Please rerun the make command.  <==
> false
> false: not found
> *** Error code 1

Your source tree is dirty; Clean it up as much as possible by
running "cd /usr/src; make cleandir; make cleandir"; then clean
your obj tree properly by doing a "cd /usr/obj; chflags -R 0 .;
rm -rf *". Then cvsup, and try again.

M
--
Mark Murray
Join the anti-SPAM movement: http://www.cauce.org

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?199902160633.IAA26377>