Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Dec 2005 10:10:24 -0500 (EST)
From:      Chris Hill <chris@monochrome.org>
To:        eoghan <freebsd@redry.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: buildworld with 6.0
Message-ID:  <20051204100641.Y23041@tripel.monochrome.org>
In-Reply-To: <0DC63484-3031-4671-8CB6-036F21FC277B@redry.net>
References:  <0DC63484-3031-4671-8CB6-036F21FC277B@redry.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 4 Dec 2005, eoghan wrote:

> Ive cvsup my src to 6.0 and ran:
> /usr/src make buildword
> however im getting the following error:
> ===> sbin/ipf/ipf (obj)
> mkdir: /usr/obj/usr/src/sbin/ipf/ipf: File exists
> *** Error code 1

As seen in the handbook:

cd /usr/obj
chflags -R noschg *
rm -rf *

Do that first, then

cd /usr/src
make buildworld

--
Chris Hill               chris@monochrome.org
**                     [ Busy Expunging <|> ]



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