From owner-freebsd-stable@FreeBSD.ORG Thu Aug 14 12:54:47 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 C3F55106566C for ; Thu, 14 Aug 2008 12:54:47 +0000 (UTC) (envelope-from caelian@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by mx1.freebsd.org (Postfix) with ESMTP id 4AAC58FC08 for ; Thu, 14 Aug 2008 12:54:47 +0000 (UTC) (envelope-from caelian@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so768304fgb.35 for ; Thu, 14 Aug 2008 05:54:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=QC+noCOl1OHN2nCUi3yZ3APHQtQTqVVuCJmeDmdQmKw=; b=FJXCPTYXV3/SCxQn4INN64nyJlTtFW0hHY2TCiO7gcznJwOeRyds/RVm3DdO7Ew5DT ECR99uKqTlcp9jfCNFZSjNhKKDDmOQhcd+COp9xCwwF9yBk/6IXkKtrycRZebpiomoSx GqZnPXvU49aC5OyNSoWcjEAAn2SWmqyqN2OJw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=pPk2KcS0tzKbZ3NDi6lmrsD675KYuyY2U4dZCizTETXt3N+Yet3Q2qoZSeF6+BGDjv 5GXlY7XWJm/1mf/t7xKJD2kGK1PYS1yC3aHsE4lJBBoIY6ZoAAMw5DTSB3Ao6kjXWloz LtttPOamHCmDOd2rAI9yi408/a3RH7wYNETYQ= Received: by 10.86.70.3 with SMTP id s3mr287575fga.51.1218718482790; Thu, 14 Aug 2008 05:54:42 -0700 (PDT) Received: from nebuchadnezzar ( [84.129.193.103]) by mx.google.com with ESMTPS id 12sm4492267fgg.0.2008.08.14.05.54.42 (version=SSLv3 cipher=RC4-MD5); Thu, 14 Aug 2008 05:54:42 -0700 (PDT) Date: Thu, 14 Aug 2008 14:54:41 +0200 From: Pascal Hofstee To: freebsd-stable@freebsd.org Message-ID: <20080814145441.0e6130d7@nebuchadnezzar> In-Reply-To: <20080814143546.5e1a6a16@nebuchadnezzar> References: <20080814143546.5e1a6a16@nebuchadnezzar> X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.9; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: CPUTYPE weirdness 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, 14 Aug 2008 12:54:47 -0000 On Thu, 14 Aug 2008 14:35:46 +0200 Pascal Hofstee wrote: > I just installed a fresh FreeBSD/amd64 7.0-RELEASE and trying to > update to RELENG_7_0. > > I added CPUTYPE ?= core2 to my /etc/src.conf and every call to make > in /usr/src now gives me the error > > "/usr/src/Makefile.inc1", line 142: CPUTYPE global should be set > with ?=. > *** Error code 1 > > Anyone has any idea what i am doing wrong here ... this same mechanism > has worked flawlessly on several other systems (although they were not > RELENG_7_0) ? Ok ... minor follow up. I found one way to "resolve" this problem, which consists of besides /etc/src.conf also creating an /etc/make.conf that contains a single "CPUTYPE ?= core2". Why this seems to be necessary i don't quite understand yet though. -- Pascal Hofstee