From owner-freebsd-questions@FreeBSD.ORG Sun Jun 19 05:27:32 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 B12B2106564A for ; Sun, 19 Jun 2011 05:27:32 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 710468FC16 for ; Sun, 19 Jun 2011 05:27:32 +0000 (UTC) Received: by iwr19 with SMTP id 19so3049728iwr.13 for ; Sat, 18 Jun 2011 22:27:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=0t45Pr7XFmXsKsSB7FsSVMszpt47+fTuZPzKCfJsCzM=; b=cSH19kYjbXWKkZ1nF1axATniBWaOdHamu0OywDt2b+/5ZKok7aTSgnMw5QL84+KjkH 2x2lfWQxfVpmztAaeJJKn10NQukdZKTRevf9b6khM6Gu711wBp3be89fi6ztzHsWqTYA Q+QTc2A9lVBvzhX9l5fhx2vNY6GRnZVp64AoU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=YUxUnxmAlZX+/MEYCst1hCfxCLrrHFkK26ozxGraIcByWjCOhRYvKqLgU0HFkcljKy 59b2iNUMNv9oirsP0edkUi0k43rvqRe+G1Ellb4az2bVLV02dXvaeaGmI1CQQ7dVSAUh f9Pt92aqIESm/sW/P8zfVNBCOdqXN8YYQCDZc= Received: by 10.42.140.66 with SMTP id j2mr3642233icu.215.1308461251589; Sat, 18 Jun 2011 22:27:31 -0700 (PDT) Received: from [192.168.1.6] (c-98-212-201-29.hsd1.il.comcast.net [98.212.201.29]) by mx.google.com with ESMTPS id j1sm2407763ibg.38.2011.06.18.22.27.30 (version=SSLv3 cipher=OTHER); Sat, 18 Jun 2011 22:27:31 -0700 (PDT) Message-ID: <4DFD88A0.6060600@gmail.com> Date: Sun, 19 Jun 2011 00:26:56 -0500 From: Joshua Isom User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20110619003230.07fe7f64.freebsd@edvax.de> <20110619030510.f5e8f6b2.freebsd@edvax.de> <20110619043839.b11b2559.freebsd@edvax.de> In-Reply-To: <20110619043839.b11b2559.freebsd@edvax.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 05:27:32 -0000 On 6/18/2011 9:38 PM, Polytropon wrote: > On Sat, 18 Jun 2011 20:52:06 -0500, Adam Vande More wrote: >> On Sat, Jun 18, 2011 at 8:05 PM, Polytropon wrote: >> >>> Seems that neither "core" and "core2" are fully supported. Which >>> CPUTYPE should be used for Intel Core2 4300 then, or can it be >>> omitted without problems? >>> >> >> I've used core successfully for years. Did you clean any potential >> conflicts? > > I'm sure I did. I have a minimal /etc/make.conf and I also > remove /usr/obj (and "make clean") before any new attempt. > > > >> What happens if you just comment out CPUTYPE for this run after >> the clean out? > > I'm currently trying that, the build is still running. The > system as been initially installed as 8.1 from CD #1, then > upgraded to 8.2-PRERELEASE as of January 1st (from source), > and that's the system that's currently performing the build > process. > > After I have (hopefully) successfully installed latest 8-STABLE, > I'll see if CPUTYPE=core or CPUTYPE=core2 will then work. > > Are there alternative CPUTYPEs for the CPU in question? > > Just use native. I build ports with -march=native and -mtune=native. I leave the base alone because I don't know if I'll ever need to downgrade from my athlon II(k10) to my sempron(k8) and recompile all my ports. Of course that should only matter if clang supports sse4 and I build with clang.