Re: buildworld fails

From: Ruslan Ermilov <ru_at_freebsd.org>
Date: Wed, 30 Aug 2006 12:07:32 +0400
On Wed, Aug 30, 2006 at 02:23:37PM +0700, Bachilo Dmitry wrote:
> I just tried to buildworld to upgrade another server from 5.5 to 6.1, but 
> while it went absolutely fine yet, on this server it told me this:
> 
> ===> sbin/ipf/ipf (obj)
> mkdir: /usr/obj/usr/src/sbin/ipf/ipf: File exists
> *** Error code 1
> 
> Stop in /usr/src/sbin/ipf/ipf.
> 
> 
> What do I do wrong this time?
> 
NO_CLEAN builds are NOT guaranteed to work.  They work most of the
time, but they "rely" on the source tree not being changed a lot,
in ways that obfuscate make(1).  In this particular case, it may
even have caused by using a regular (cleaning) build, because the
type of the file in question has changed from "file" to "directory"
(or vice versa, I don't recall for sure).  Your action in this
case is to follow these steps:

1) Wipe out /usr/obj/usr/src.
2) Start a build (it can be a NO_CLEAN to save time, since there
   will be nothing to clean).


Cheers,
-- 
Ruslan Ermilov
ru_at_FreeBSD.org
FreeBSD committer

Received on Wed Aug 30 2006 - 06:07:11 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:59 UTC