From owner-freebsd-questions@FreeBSD.ORG Sun Jun 19 00:26:27 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7217A106566C for ; Sun, 19 Jun 2011 00:26:27 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id F22448FC13 for ; Sun, 19 Jun 2011 00:26:26 +0000 (UTC) Received: by fxm11 with SMTP id 11so1266722fxm.13 for ; Sat, 18 Jun 2011 17:26:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=wbpt+mCVwDkSVi+67TmQxlgHUIp/FHrq1tvX0IIvLis=; b=npP/2+w5hGG0xV8qGwiztZe8KhhNFTf+meS6P8f6LLLGDhMNgSRWYLL8yYGCmAodPp 1OFZ2598vc5drel7kIf/wXx8RKqw2ZlYoBvPhetLFUsUmNnX9ajXEy84uFQ4dde9KmGe 74MbsLG6aiRaqRjA4llYK08zt0AmlUYs12bKo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=bh+LvUJ8ppEnugvHitAb1YMnTv+mT/FwSRr2Hkp5NiBBUrVKEHn72QjpmZBTBduu5q BS8n0schLj7X4XjuGL3rWxiOyqT1Zv+Rs4uvjwdF8AMWjlkAjTjK2a//OofjqA4lbDVO loX6jsYkYnmbX9q3QTFn9DOMRsABw+gL9z67s= MIME-Version: 1.0 Received: by 10.223.21.215 with SMTP id k23mr503167fab.88.1308443185767; Sat, 18 Jun 2011 17:26:25 -0700 (PDT) Received: by 10.223.74.198 with HTTP; Sat, 18 Jun 2011 17:26:25 -0700 (PDT) In-Reply-To: <20110619003230.07fe7f64.freebsd@edvax.de> References: <20110619003230.07fe7f64.freebsd@edvax.de> Date: Sat, 18 Jun 2011 19:26:25 -0500 Message-ID: From: Adam Vande More To: Polytropon Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions Subject: Re: Problems compiling 8-STABLE/amd64 system on Intel Core2 4300 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jun 2011 00:26:27 -0000 On Sat, Jun 18, 2011 at 5:32 PM, Polytropon wrote: > In the example make.conf, the following section can be found: > > # Currently the following CPU types are recognized: > # Intel x86 architecture: > # (AMD CPUs) opteron athlon64 athlon-mp athlon-xp athlon-4 > # athlon-tbird athlon k8 k6-3 k6-2 k6 k5 > # (Intel CPUs) core2 core nocona pentium4m pentium4 prescott > # pentium3m pentium3 pentium-m pentium2 > # pentiumpro pentium-mmx pentium i486 i386 > # (Via CPUs) c3 c3-2 > # Alpha/AXP architecture: ev67 ev6 pca56 ev56 ev5 ev45 ev4 > # AMD64 architecture: opteron, athlon64, nocona, prescott, core2 > # Intel ia64 architecture: itanium2, itanium > # > # (?= allows to buildworld for a different CPUTYPE.) > > As dmesg indicates I have a "Intel(R) Core(TM)2" as indicated > by dmesg, I thought > > CPUTYPE=core2 > > would be the correct setting. Maybe it's not? > Here's a guess, I seem to remember another with a similar situation. The core2 support is rather new, as in very new. The current compiler on your system doesn't support it, although one build from sources should. If IIRC, the original thread contained a workaround, but simply setting it to core for now should be fine, and you can change it once the world is installed. -- Adam Vande More