From owner-freebsd-stable@FreeBSD.ORG Thu Mar 27 00:30:57 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 811541065670 for ; Thu, 27 Mar 2008 00:30:57 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 3D6EC8FC17 for ; Thu, 27 Mar 2008 00:30:56 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Jeg0z-0000JQ-Qi for freebsd-stable@freebsd.org; Thu, 27 Mar 2008 00:30:45 +0000 Received: from adsl-69-234-217-125.dsl.irvnca.pacbell.net ([69.234.217.125]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Mar 2008 00:30:45 +0000 Received: from w41ter by adsl-69-234-217-125.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Mar 2008 00:30:45 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: walt Date: Wed, 26 Mar 2008 17:32:20 -0700 Lines: 17 Message-ID: References: <845c0f80803261123j6e18e611r7b481fabb2f11ecf@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-217-125.dsl.irvnca.pacbell.net User-Agent: Thunderbird 3.0a1pre (X11/2008032605) In-Reply-To: <845c0f80803261123j6e18e611r7b481fabb2f11ecf@mail.gmail.com> Sender: news Subject: Re: compile error while building kernel 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: Thu, 27 Mar 2008 00:30:57 -0000 Rance Hall wrote: > ... > im running an amd athlon64 processor but the i386 code. > > my march is athlon-mp (the system translates my athlon64 > automatically to this in i386 mode)... I've been too cheap to buy a 64-bit machine, so obviously I'm making a blind guess here :o) but the words above make me uneasy. If you're running 32-bit code, then your make.conf should not be using 'athlon64' at all and thus it should not need translation, right? (I'm truly asking, not lecturing.) Anyway, if your make.conf defines CPUTYPE or MACHINE_ARCH as athlon64 just try changing it to K8 or athlon-mp or athlon and see if anything changes.