.depend error during make buildworld

Giorgos Keramidas keramida at freebsd.org
Sun May 29 06:56:23 PDT 2005


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.


More information about the freebsd-current mailing list