Date: Wed, 26 Feb 1997 14:42:54 -0800 From: John Polstra <jdp@polstra.com> To: Dave Hayes <dave@kachina.jetcafe.org> Cc: stable@freebsd.org Subject: Re: Make World failures Message-ID: <199702262242.OAA00335@austin.polstra.com> In-Reply-To: Your message of "Wed, 26 Feb 1997 12:32:01 PST." <199702262032.MAA08726@kachina.jetcafe.org> References: <199702262032.MAA08726@kachina.jetcafe.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> Make world has compiled on 2 out of 3 machines, one where I had to
> take /usr/src/gnu/usr.bin/groff/xditview out of the make process.
> I am still having troubles with the third.
Mysterious failures can often be avoided by doing this before your make
world:
rm -rf /usr/obj/*
find /usr/src -name obj -type l | xargs rm
This is especially true when upgrading from a relatively distant release
(distant in space or time :-). And it is especially true now, since
there were changes to "make" and to the structure of the obj tree in the
past 6 months.
John
--
John Polstra jdp@polstra.com
John D. Polstra & Co., Inc. Seattle, Washington USA
"Self-knowledge is always bad news." -- John Barth
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702262242.OAA00335>
