From owner-freebsd-current@FreeBSD.ORG Thu Dec 9 20:09:02 2004 Return-Path: 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 86A1716A4CE for ; Thu, 9 Dec 2004 20:09:02 +0000 (GMT) Received: from ack.Berkeley.EDU (ack.Berkeley.EDU [128.32.206.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68EA743D5C for ; Thu, 9 Dec 2004 20:09:02 +0000 (GMT) (envelope-from mhunter@ack.Berkeley.EDU) Received: (from mhunter@localhost) by ack.Berkeley.EDU (8.11.3/8.11.3) id iB9K91i25421; Thu, 9 Dec 2004 12:09:01 -0800 (PST) Date: Thu, 9 Dec 2004 12:09:01 -0800 From: Mike Hunter To: Steve Kargl Message-ID: <20041209200901.GA25184@ack.Berkeley.EDU> References: <20041209002430.GA18622@ack.Berkeley.EDU> <20041209002939.GB7272@troutmask.apl.washington.edu> <20041209181034.GA16160@ack.Berkeley.EDU> <20041209182816.GA27303@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041209182816.GA27303@troutmask.apl.washington.edu> User-Agent: Mutt/1.5.6i cc: freebsd-current@freebsd.org Subject: Re: coredump while trying to build world (2004.12.08.1600-0800 src) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 09 Dec 2004 20:09:02 -0000 On Dec 09, "Steve Kargl" wrote: > I'm not sure what is causing your problem, I will note that I do not > have a make.amd64 directory. This suggests to me that your src tree > may be messed up. I'm running -current while you appear to be using > RELENG_5 perhaps you need to install from make.amd64 instead of from > make. > > One other thing to do. Clean out your trees. > rm -rf /usr/obj > cd /usr/src > make cleandir && make cleandir (the 2nd cleandir my be unnecessary) > make buildworld > yada yada It looks like rm -rf /usr/obj and make cleandir have gotten me past buildworld. Thanks Steve. Have no fear that I will pipe up again if there's more trouble :) Mike