From owner-freebsd-current@FreeBSD.ORG Wed Aug 30 08:39:07 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BFE816A4DE for ; Wed, 30 Aug 2006 08:39:07 +0000 (UTC) (envelope-from lothrandil@n00b.apagnu.se) Received: from pne-smtpout1-sn2.hy.skanova.net (pne-smtpout1-sn2.hy.skanova.net [81.228.8.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC94843D45 for ; Wed, 30 Aug 2006 08:39:06 +0000 (GMT) (envelope-from lothrandil@n00b.apagnu.se) Received: from [81.229.124.17] (81.229.124.17) by pne-smtpout1-sn2.hy.skanova.net (7.2.075) id 44F471DC0002EA99; Wed, 30 Aug 2006 10:38:58 +0200 Message-ID: <44F54E8D.7060208@n00b.apagnu.se> Date: Wed, 30 Aug 2006 10:38:37 +0200 From: Niclas Zeising User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Bachilo Dmitry References: <200608301423.39047.root@solink.ru> In-Reply-To: <200608301423.39047.root@solink.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: Re: buildworld fails X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Aug 2006 08:39:07 -0000 Bachilo Dmitry wrote: > I just tried to buildworld to upgrade another server from 5.5 to 6.1, but > while it went absolutely fine yet, on this server it told me this: > > ===> sbin/ipf/ipf (obj) > mkdir: /usr/obj/usr/src/sbin/ipf/ipf: File exists > *** Error code 1 > > Stop in /usr/src/sbin/ipf/ipf. > > > What do I do wrong this time? Have you cleaned out your /usr/obj? It's usually best to delete the whole /usr/obj, or at least run make clean a couple of times. Regards! //Niclas --