From owner-freebsd-amd64@FreeBSD.ORG Wed Mar 9 20:24:03 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D0BB16A4CF for ; Wed, 9 Mar 2005 20:24:03 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0DD643D46 for ; Wed, 9 Mar 2005 20:24:02 +0000 (GMT) (envelope-from daubman@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so408248wri for ; Wed, 09 Mar 2005 12:24:02 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=Xf3q8VIwGwrjjDet9IDVnb+54X8gfDcXnvvJpNnUcERQocFjB78kiKiSWf56iq7GdGIwjfVIPh1IEfeCDQpOr2FtTuWPKI4i6ORf0nnGGILMrKCCH2BYFlZEDfGPFuT6O1+eEPPfa6ZR8b5wYW3i0P6DLZXry9HV5wpMCSJHUG4= Received: by 10.54.78.15 with SMTP id a15mr227206wrb; Wed, 09 Mar 2005 12:24:02 -0800 (PST) Received: by 10.54.2.59 with HTTP; Wed, 9 Mar 2005 12:24:02 -0800 (PST) Message-ID: Date: Wed, 9 Mar 2005 15:24:02 -0500 From: Aaron Daubman To: Jung-uk Kim In-Reply-To: <200503091404.25226.jkim@niksun.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <3e4aa11492a6bd41859f0490f2e94202@gumbysoft.com> <200503091404.25226.jkim@niksun.com> cc: freebsd-amd64@freebsd.org Subject: Re: Consistant buildworld Segmentation fault at '===> gnu/usr.bin/cc/cpp' after latest RELENG_5 cvsup X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Aaron Daubman List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2005 20:24:03 -0000 Hi Jung-uk, That worked! What tipped you off? What part of my make.conf would be causing problems? I'd think at the very least I'd want to build with: NOPROFILE= true MAKE_IDEA= YES USA_RESIDENT= YES and -O -pipe isn't all that aggressive... Thanks, ~Aaron On Wed, 9 Mar 2005 14:04:25 -0500, Jung-uk Kim wrote: ... > > Can you try again without /etc/make.conf? > > Jung-uk Kim > > > Thanks again, > > ~Aaron >