From owner-freebsd-questions@FreeBSD.ORG Mon Feb 21 20:14:31 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E65816A4CE for ; Mon, 21 Feb 2005 20:14:31 +0000 (GMT) Received: from mail24.sea5.speakeasy.net (mail24.sea5.speakeasy.net [69.17.117.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3884A43D5A for ; Mon, 21 Feb 2005 20:14:31 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 610 invoked from network); 21 Feb 2005 20:14:30 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail24.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 21 Feb 2005 20:14:30 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id B129D7F; Mon, 21 Feb 2005 15:14:29 -0500 (EST) Sender: lowell@be-well.ilk.org To: bsdnooby References: <421A0D86.1000109@optonline.net> <421A147A.20302@optonline.net> From: Lowell Gilbert Date: 21 Feb 2005 15:14:29 -0500 In-Reply-To: <421A147A.20302@optonline.net> Message-ID: <44psythdqy.fsf@be-well.ilk.org> Lines: 23 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: buildworld fails on: ===> bin/domainname X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Feb 2005 20:14:31 -0000 bsdnooby writes: > When I run 'make buildworld' I get a series of errors like this: > > rm -f .depend GPATH GRTAGS GSYMS GTAGS > ===> bin/domainname > "Makefile", line 3: Need an operator > ... > "Makefile", line 33 Need an operator > make: fatal errors encountered -- cannot continue > *** Error code 1 > Stop in /usr/src/bin > *** Error code 1 > Stop in /usr/src > *** Error code 1 > Stop in /usr/src > > > This is on a fresh install I am trying to update to RELENG_5. I've > trying to follow whats in the handbook, including the 'cleandir' tips > at the end, but nothing is working so far. "which make" replies with /usr/bin/make, right?