Date: Fri, 9 Feb 2007 14:22:40 -0800 From: Gary Kline <kline@tao.thought.org> To: Giorgos Keramidas <keramida@ceid.upatras.gr> Cc: Josh Paetzel <josh@tcbug.org>, freebsd-questions@freebsd.org, Gary Kline <kline@tao.thought.org> Subject: Re: ipf/ipf?? Message-ID: <20070209222240.GA60207@thought.org> In-Reply-To: <20070209211713.GB6016@kobe.laptop> References: <20070209194750.GA20279@thought.org> <200702091413.26055.josh@tcbug.org> <20070209211713.GB6016@kobe.laptop>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Feb 09, 2007 at 11:17:13PM +0200, Giorgos Keramidas wrote: > On 2007-02-09 14:13, Josh Paetzel <josh@tcbug.org> wrote: > >On Friday 09 February 2007 13:47, Gary Kline wrote: > >> Here is where my buildworld of 6.2-R fails: > >> > >> ===> sbin/ip6fw (obj) > >> /usr/obj/usr/src/sbin/ip6fw created for /usr/src/sbin/ip6fw > >> ===> sbin/ipf (obj) > >> ===> sbin/ipf/libipf (obj) > >> /usr/obj/usr/src/sbin/ipf/libipf created for > >> /usr/src/sbin/ipf/libipf ===> sbin/ipf/ipf (obj) > >> mkdir: /usr/obj/usr/src/sbin/ipf/ipf: File exists > >> *** Error code 1 > >> > >> Stop in /usr/src/sbin/ipf/ipf. > >> *** Error code 1 > >> > >> Stop in /usr/src/sbin/ipf. > >> *** Error code 1 > >> > >> Stop in /usr/src/sbin. > >> *** Error code 1 > >> > >> Stop in /usr/src. > >> *** Error code 1 > >> > >> I've checked UPDATING and grep'd around. Nothing. Anybody know > >> what's going on? This happens when trying to go from 5.5 to > >> RELENG_6. > >> > >> gary > > > > That's a pretty ambitious jump. You might try RELENG_6_0 then going > > to RELENG_6 from there. Although to fix that specific problem you > > could probably just rmdir /usr/obj/usr/src/sbin/ipf/ipf > > Or, even better, run: > > /bin/rm -fr /usr/obj > > Major release upgrades are usually 'safer' when done with a 'very' clean > /usr/obj tree :) > Gotcha! will-do. -- Gary Kline kline@thought.org www.thought.org Public Service Unix
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070209222240.GA60207>