Date: Thu, 14 Aug 2008 14:54:41 +0200 From: Pascal Hofstee <caelian@gmail.com> To: freebsd-stable@freebsd.org Subject: Re: CPUTYPE weirdness Message-ID: <20080814145441.0e6130d7@nebuchadnezzar> In-Reply-To: <20080814143546.5e1a6a16@nebuchadnezzar> References: <20080814143546.5e1a6a16@nebuchadnezzar>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 14 Aug 2008 14:35:46 +0200 Pascal Hofstee <caelian@gmail.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080814145441.0e6130d7>