From owner-freebsd-amd64@FreeBSD.ORG Thu Mar 10 22:56:17 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 154C716A4CE for ; Thu, 10 Mar 2005 22:56:17 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73DA843D58 for ; Thu, 10 Mar 2005 22:56:16 +0000 (GMT) (envelope-from daubman@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so732771wri for ; Thu, 10 Mar 2005 14:56:15 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=TzaDAoXZCkImCHibsf5fZTNqs9db/qxbaL1aOy0imPW3FU2eHFmE/cu8nEcZRsTqNXwIpXsZDw9XLpWflCM9pvBJ4hh+IOXF/7cCf5Z24RZlDqDYxBioU2hS6goyenx3UWz95PZ+zU32QsS1BrqrsX/Ayor83WPKDZDFJZXnosY= Received: by 10.54.43.79 with SMTP id q79mr2233430wrq; Thu, 10 Mar 2005 14:56:15 -0800 (PST) Received: by 10.54.2.59 with HTTP; Thu, 10 Mar 2005 14:56:14 -0800 (PST) Message-ID: Date: Thu, 10 Mar 2005 17:56:14 -0500 From: Aaron Daubman To: freebsd-amd64@freebsd.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200503091404.25226.jkim@niksun.com> <200503091547.27614.jkim@niksun.com> <20050310044632.GB89100@dragon.nuxi.com> Subject: Re: Consistant buildworld Segmentation fault at '===> gnu/usr.bin/cc/cpp' after latest RELENG_5 cvsup *FIXED* 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: Thu, 10 Mar 2005 22:56:17 -0000 I cleaned up my make.conf file a bit and ended up with what's shown below. I decided to try buildworld again on a whim and it actually worked fine. Any idea what the problem directive might have been? The only big difference I can see is the absence of 'MAKE_IDEA= YES' and some of the port-specific directives. Anyway, thanks for the help! ~Aaron -----------the working make.conf----------- ------------------------------------------------------- # -- use.perl generated deltas -- # # Created: Tue Dec 14 14:51:06 2004 # Setting to use base perl from ports: PERL_VER=5.8.5 PERL_VERSION=5.8.5 PERL_ARCH=mach NOPERL=yo NO_PERL=yo NO_PERL_WRAPPER=yo #Perf-options CFLAGS= -O -pipe COPTFLAGS= -O -pipe TOP_TABLE_SIZE= 200 BOOTWAIT= 5000 #Clean build NOPROFILE= true NOGAMES= true # do not build games (games/ subdir) NO_FORTRAN= true # do not build g77 and related libraries NO_I4B= true # do not build isdn4bsd package NO_LPR= true # do not build lpr and related programs #Get crypto USA_RESIDENT= YES #Update source SUP_UPDATE= YES SUP= /usr/local/bin/cvsup SUPFLAGS= -g -L 2 SUPHOST?= ad-win1.llan.ll.mit.edu SUPFILE= /usr/share/examples/cvsup/standard-supfile PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile DOCSUPFILE= /usr/share/examples/cvsup/doc-supfile -----------the working make.conf----------- -------------------------------------------------------