From owner-freebsd-stable@FreeBSD.ORG Thu Sep 25 05:21:58 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 BDE741065687 for ; Thu, 25 Sep 2008 05:21:58 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from QMTA07.emeryville.ca.mail.comcast.net (qmta07.emeryville.ca.mail.comcast.net [76.96.30.64]) by mx1.freebsd.org (Postfix) with ESMTP id A238F8FC1C for ; Thu, 25 Sep 2008 05:21:58 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from OMTA03.emeryville.ca.mail.comcast.net ([76.96.30.27]) by QMTA07.emeryville.ca.mail.comcast.net with comcast id JsNj1a02e0b6N64A7tMygA; Thu, 25 Sep 2008 05:21:58 +0000 Received: from koitsu.dyndns.org ([67.180.253.227]) by OMTA03.emeryville.ca.mail.comcast.net with comcast id JtMx1a0024v8bD78PtMxu4; Thu, 25 Sep 2008 05:21:58 +0000 X-Authority-Analysis: v=1.0 c=1 a=QycZ5dHgAAAA:8 a=RQpFD2A55ol5_APhxuQA:9 a=rGYeyDBia5m_UGW7bOkA:7 a=c5mC-wUzQSYkrLluuCBiYSVT4TkA:4 a=Olb2kf4d3MgA:10 a=EoioJ0NPDVgA:10 a=LY0hPdMaydYA:10 Received: by icarus.home.lan (Postfix, from userid 1000) id 41841C9419; Wed, 24 Sep 2008 22:21:57 -0700 (PDT) Date: Wed, 24 Sep 2008 22:21:57 -0700 From: Jeremy Chadwick To: Gary Palmer Message-ID: <20080925052157.GA4866@icarus.home.lan> References: <48DAF163.8060502@highperformance.net> <20080925034320.GA2985@icarus.home.lan> <20080925035834.GD60230@in-addr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080925035834.GD60230@in-addr.com> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: "Jason C. Wells" , freebsd-stable Subject: Re: buildworld fails immediately 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 05:21:58 -0000 On Wed, Sep 24, 2008 at 11:58:34PM -0400, Gary Palmer wrote: > On Wed, Sep 24, 2008 at 08:43:20PM -0700, Jeremy Chadwick wrote: > > On Wed, Sep 24, 2008 at 07:03:15PM -0700, Jason C. Wells wrote: > > > I am trying to build RELENG_6. I receive the following errors. > > > > > > [root@s4cr /usr/src]# make buildworld > > > "/dev/null", line 4: Need an operator > > > "/dev/null", line 6: Need an operator > > > "/dev/null", line 8: Need an operator > > > "/dev/null", line 9: Need an operator > > > "/dev/null", line 11: Need an operator > > > "/dev/null", line 12: Need an operator > > > "/dev/null", line 13: Need an operator > > > "/dev/null", line 15: Need an operator > > > "/dev/null", line 16: Need an operator > > > "/dev/null", line 18: Need an operator > > > > > > > > > I figured I got a partial update or something. Re-supping didn't help. > > > I am building on 6.2-RELEASE inside a jail. Jails are new for me so > > > maybe I missed something there. > > > > Your previous mail (Subject: CPUTYPE Now Required?) answers what's > > happening quite clearly. Look closely at the -f argument being > > passed to make. > > > > I cannot help you with jails, as I know nothing about them. But it > > appears to me you have a very broken make.conf or build environment. > > Actually, this is in Makefile.inc1 > > _CPUTYPE!= MAKEFLAGS= CPUTYPE=${_TARGET_CPUTYPE} ${MAKE} \ > -f /dev/null -m ${.CURDIR}/share/mk -V CPUTYPE > > (line 141 in my 6.3 era source tree) > > Which I think you'll find ends up with the make command the user > posted in the other e-mail. Consider me educated. I'm sure one can understand why at first glance, seeing make -f /dev/null will make one's eyeballs grow. Sorry for the noise. The CPUTYPE problem still stands however, not sure where/how it's getting "pentium". Could be some horrible fall-out as a result of what Ruslan pointed out. -- | 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 |