Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 May 2005 16:56:20 +0300
From:      Giorgos Keramidas <keramida@freebsd.org>
To:        Christoph Kukulies <kuku@www.kukulies.org>
Cc:        freebsd-current@freebsd.org
Subject:   Re: .depend error during make buildworld
Message-ID:  <20050529135620.GB98922@orion.daedalusnetworks.priv>
In-Reply-To: <200505281502.j4SF2fWM069866@www.kukulies.org>
References:  <200505281502.j4SF2fWM069866@www.kukulies.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2005-05-28 17:02, Christoph Kukulies <kuku@www.kukulies.org> wrote:
> I cvsupped and tried to make buildworld and I'm getting:
> (6.0-current of 22 Jan 2005)
>
> ===> sbin/growfs (cleandir)
> ===> sbin/gvinum (cleandir)
> ===> sbin/ifconfig (cleandir)
> ===> sbin/init (cleandir)
> ===> sbin/ip6fw (cleandir)
> ===> sbin/ipf (cleandir)
> ".depend", line 264: Inconsistent operator for ipf
> make: fatal errors encountered -- cannot continue
> *** Error code 1
>
> Stop in /usr/src/sbin.
> *** Error code 1

Move your existing /usr/obj out of the way and try again.

	# cd /usr
	# mv obj obj.old
	# cd src
	# make buildworld buildkernel 2>&1 | tee logfile

If this works fine, then you can delete the /usr/obj.old tree.



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