Re: .depend error during make buildworld

From: Giorgos Keramidas <keramida_at_freebsd.org>
Date: Sun, 29 May 2005 16:56:20 +0300
On 2005-05-28 17:02, Christoph Kukulies <kuku_at_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.
Received on Sun May 29 2005 - 11:56:23 UTC

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