From owner-freebsd-questions@FreeBSD.ORG Fri Feb 9 22:23:22 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D3F3D16A401 for ; Fri, 9 Feb 2007 22:23:22 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.freebsd.org (Postfix) with ESMTP id D2ED013C4A5 for ; Fri, 9 Feb 2007 22:23:20 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id l19MMo5k060742; Fri, 9 Feb 2007 14:22:51 -0800 (PST) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id l19MMfcl060732; Fri, 9 Feb 2007 14:22:41 -0800 (PST) (envelope-from kline) Date: Fri, 9 Feb 2007 14:22:40 -0800 From: Gary Kline To: Giorgos Keramidas Message-ID: <20070209222240.GA60207@thought.org> References: <20070209194750.GA20279@thought.org> <200702091413.26055.josh@tcbug.org> <20070209211713.GB6016@kobe.laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070209211713.GB6016@kobe.laptop> X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing twenty years of service to the Unix community User-Agent: Mutt/1.5.13 (2006-08-11) Cc: Josh Paetzel , freebsd-questions@freebsd.org, Gary Kline Subject: Re: ipf/ipf?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2007 22:23:22 -0000 On Fri, Feb 09, 2007 at 11:17:13PM +0200, Giorgos Keramidas wrote: > On 2007-02-09 14:13, Josh Paetzel 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