From owner-freebsd-questions@FreeBSD.ORG Fri Feb 9 21:18:27 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 00DC416A40B for ; Fri, 9 Feb 2007 21:18:27 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 6C71E13C4BC for ; Fri, 9 Feb 2007 21:18:26 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l19LHYHj024201 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 9 Feb 2007 23:17:49 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.13.8/8.13.8) with ESMTP id l19LHFop006178; Fri, 9 Feb 2007 23:17:26 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.13.8/8.13.8/Submit) id l19LHDjX006177; Fri, 9 Feb 2007 23:17:14 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 9 Feb 2007 23:17:13 +0200 From: Giorgos Keramidas To: Josh Paetzel Message-ID: <20070209211713.GB6016@kobe.laptop> References: <20070209194750.GA20279@thought.org> <200702091413.26055.josh@tcbug.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200702091413.26055.josh@tcbug.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.489, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.71, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: Gary Kline , freebsd-questions@freebsd.org 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 21:18:27 -0000 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 :)