From owner-freebsd-stable@FreeBSD.ORG Thu Sep 25 03:46:32 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 982641065687 for ; Thu, 25 Sep 2008 03:46:32 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from QMTA03.westchester.pa.mail.comcast.net (qmta03.westchester.pa.mail.comcast.net [76.96.62.32]) by mx1.freebsd.org (Postfix) with ESMTP id 45FBA8FC27 for ; Thu, 25 Sep 2008 03:46:31 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from OMTA07.westchester.pa.mail.comcast.net ([76.96.62.59]) by QMTA03.westchester.pa.mail.comcast.net with comcast id JoHc1a01d1GhbT853rmWAL; Thu, 25 Sep 2008 03:46:30 +0000 Received: from koitsu.dyndns.org ([67.180.253.227]) by OMTA07.westchester.pa.mail.comcast.net with comcast id JrmV1a00E4v8bD73TrmWJw; Thu, 25 Sep 2008 03:46:30 +0000 X-Authority-Analysis: v=1.0 c=1 a=QycZ5dHgAAAA:8 a=wrtYlOEWYFxWdPE1n3sA:9 a=EsATV0Fx-NH0dL4e6b0A:7 a=sFIhL_a6EH692XrLMmXCAj7qYvAA:4 a=EoioJ0NPDVgA:10 a=LY0hPdMaydYA:10 Received: by icarus.home.lan (Postfix, from userid 1000) id B374BC9419; Wed, 24 Sep 2008 20:46:29 -0700 (PDT) Date: Wed, 24 Sep 2008 20:46:29 -0700 From: Jeremy Chadwick To: "Jason C. Wells" Message-ID: <20080925034629.GB2985@icarus.home.lan> References: <48DAF037.2000102@highperformance.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48DAF037.2000102@highperformance.net> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: freebsd-stable Subject: Re: CPUTYPE Now Required? 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, 25 Sep 2008 03:46:32 -0000 On Wed, Sep 24, 2008 at 06:58:15PM -0700, Jason C. Wells wrote: > While trying to build RELENG_6 I receive this error: > > make: fatal errors encountered -- cannot continue > "/usr/src/Makefile.inc1", line 142: warning: "MAKEFLAGS= CPUTYPE=pentium > /usr/obj/usr/src/make.i386/make -f /dev/null -m /usr/src/share/mk -V > CPUTYPE" returned non-zero status > "/usr/src/Makefile.inc1", line 144: CPUTYPE global should be set with ?=. You *most definitely* have CPUTYPE defined somewhere. There is no default make.conf, and the example make.conf in /usr/share/examples/etc does not define CPUTYPE=pentium anywhere. The error is telling you that you should use CPUTYPE?=processor, not CPUTYPE=processor. > I've never set CPUTYPE in the past. I don't want specific CPU > optimizations as I am building for multiple generations of processor. > > What is a person to do? If you've tinkered with make.conf at all, you may have some quotation madness going on there which is running amok. Regardless, this very much looks like an issue specific to your system. -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB |