From owner-freebsd-questions@FreeBSD.ORG Sun Dec 4 15:02:23 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6485716A41F for ; Sun, 4 Dec 2005 15:02:23 +0000 (GMT) (envelope-from bjoern.koenig@spray.se) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF0B543D46 for ; Sun, 4 Dec 2005 15:02:22 +0000 (GMT) (envelope-from bjoern.koenig@spray.se) Received: from eurystheus.local (port-212-202-37-132.dynamic.qsc.de [212.202.37.132]) by efacilitas.de (Postfix) with ESMTP id 5713C4C5CC; Sun, 4 Dec 2005 16:10:20 +0100 (CET) Received: from [192.168.1.2] (muhkuh.local [192.168.1.2]) by eurystheus.local (Postfix) with ESMTP id 96B7E52861; Sun, 4 Dec 2005 16:01:01 +0100 (CET) Message-ID: <43930500.5090003@spray.se> Date: Sun, 04 Dec 2005 16:02:24 +0100 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: eoghan References: <0DC63484-3031-4671-8CB6-036F21FC277B@redry.net> In-Reply-To: <0DC63484-3031-4671-8CB6-036F21FC277B@redry.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: buildworld with 6.0 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: Sun, 04 Dec 2005 15:02:23 -0000 eoghan schrieb: > [...] > Ive cvsup my src to 6.0 and ran: > /usr/src make buildword > however im getting the following error: > ===> sbin/ipf/ipf (obj) > mkdir: /usr/obj/usr/src/sbin/ipf/ipf: File exists > *** Error code 1 > [...] > Can someone help me with this? Im currently running 5.4-RELEASE. > [...] Remove your object directory and try again, i.e. rm -R /usr/obj. Björn