Re: .depend error during make buildworld
From: Giorgos Keramidas (keramida_at_freebsd.org)
Date: 05/29/05
- Previous message: Richard Tector: "Re: reboot hangs at Uptime:"
- In reply to: Christoph Kukulies: ".depend error during make buildworld"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 29 May 2005 16:56:20 +0300 To: Christoph Kukulies <kuku@www.kukulies.org>
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.
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
- Previous message: Richard Tector: "Re: reboot hangs at Uptime:"
- In reply to: Christoph Kukulies: ".depend error during make buildworld"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]