From owner-freebsd-amd64@FreeBSD.ORG Thu Mar 10 04:46:36 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 C885016A4CE for ; Thu, 10 Mar 2005 04:46:36 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 901C343D39 for ; Thu, 10 Mar 2005 04:46:36 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id j2A4kYQS089432; Wed, 9 Mar 2005 20:46:34 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.3/8.13.1/Submit) id j2A4kWpr089431; Wed, 9 Mar 2005 20:46:32 -0800 (PST) (envelope-from obrien) Date: Wed, 9 Mar 2005 20:46:32 -0800 From: "David O'Brien" To: Jung-uk Kim Message-ID: <20050310044632.GB89100@dragon.nuxi.com> References: <200503091404.25226.jkim@niksun.com> <200503091547.27614.jkim@niksun.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200503091547.27614.jkim@niksun.com> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.8i 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: obrien@freebsd.org List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2005 04:46:36 -0000 On Wed, Mar 09, 2005 at 03:47:27PM -0500, Jung-uk Kim wrote: > On Wednesday 09 March 2005 03:24 pm, Aaron Daubman wrote: > > Hi Jung-uk, > > > > That worked! > > Cool. > > > 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... > > Currently amd64 doesn't build well with custom CFLAGS. That is news to me... [hint, I don't buy that, and use custom ones on every AMD64 machine I run] "-O -pipe" is the default in 5-STABLE, so setting it explicitly shouldn't cause any problems. -- -- David (obrien@FreeBSD.org)