From owner-freebsd-questions@FreeBSD.ORG Fri Feb 9 20:13:28 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 EC1A916A400 for ; Fri, 9 Feb 2007 20:13:28 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [63.240.77.81]) by mx1.freebsd.org (Postfix) with ESMTP id B8AC713C461 for ; Fri, 9 Feb 2007 20:13:28 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from [192.168.1.100] (c-67-190-235-215.hsd1.mn.comcast.net[67.190.235.215]) by comcast.net (sccrmhc11) with ESMTP id <2007020920132701100q6or5e>; Fri, 9 Feb 2007 20:13:28 +0000 From: Josh Paetzel To: freebsd-questions@freebsd.org Date: Fri, 9 Feb 2007 14:13:25 -0600 User-Agent: KMail/1.9.5 References: <20070209194750.GA20279@thought.org> In-Reply-To: <20070209194750.GA20279@thought.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200702091413.26055.josh@tcbug.org> Cc: 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 20:13:29 -0000 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 -- Thanks, Josh Paetzel