From owner-freebsd-stable@FreeBSD.ORG Wed Apr 4 09:56:51 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7363416A40B for ; Wed, 4 Apr 2007 09:56:51 +0000 (UTC) (envelope-from zen@tk-pttuntex.com) Received: from matrix.tk-pttuntex.com (matrix.tk-pttuntex.com [203.77.209.162]) by mx1.freebsd.org (Postfix) with ESMTP id 0D33913C489 for ; Wed, 4 Apr 2007 09:56:51 +0000 (UTC) (envelope-from zen@tk-pttuntex.com) Received: from [172.64.14.3] (core.bps.co.id [202.57.0.93]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: zen) by matrix.tk-pttuntex.com (Postfix) with ESMTP id 9A85440BBAF; Wed, 4 Apr 2007 16:56:49 +0700 (WIT) Message-ID: <46137729.1050007@tk-pttuntex.com> Date: Wed, 04 Apr 2007 17:00:09 +0700 From: zen User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Niclas Zeising References: <46137104.70207@tk-pttuntex.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: make buildworld error on am64 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Apr 2007 09:56:51 -0000 Niclas Zeising wrote: > On 4/4/07, zen wrote: > >> hi , >> sorry to bother you again, >> i'm trying updating my machine to 6.2STABLE, > > > [snip error log] > >> >> the box was fresh install from 6.2RELEASE, and was build on am64 arch. >> it has 4Gigs RAM and amd64 X2 AM2 socket. >> >> could you tell me how to resolve this problem? >> >> >> TIA >> Zen > > > What's in your /etc/make.conf? It seems to me you have set cputype to > a faulty value... > HTH! > //Niclas > this is my /etc/make.conf CFLAGS= -O -pipe NOPROFILE= true USA_RESIDENT= yes CPUTYPE=amd64 NO_PROFILE=yes TIA Zen