From owner-freebsd-questions@FreeBSD.ORG Sat Jan 5 02:40:28 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DD64E3BF for ; Sat, 5 Jan 2013 02:40:28 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 7E3A23CF for ; Sat, 5 Jan 2013 02:40:28 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TrJgf-0005CX-5u for freebsd-questions@freebsd.org; Sat, 05 Jan 2013 03:40:41 +0100 Received: from p5dcd75d1.dip.t-dialin.net ([93.205.117.209]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 05 Jan 2013 03:40:41 +0100 Received: from jumper99 by p5dcd75d1.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 05 Jan 2013 03:40:41 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: "Helmut Schneider" Subject: Re: Trying to update from 9.0 to 9.1 via svn Date: Sat, 5 Jan 2013 02:40:13 +0000 (UTC) Lines: 7 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: p5dcd75d1.dip.t-dialin.net User-Agent: XanaNews/1.19.1.194 X-Ref: news.gmane.org ~XNS:00000031 X-Antivirus: avast! (VPS 130104-1, 04.01.2013), Outbound message X-Antivirus-Status: Clean X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2013 02:40:28 -0000 Trond Endrestøl wrote: > BTW, do you nuke the contents of /usr/obj prior to recompiling the > system? The command rm -Rf /usr/obj/* should accomplish this rather > well. That might have been the issue, yes. Works now. Thanks.