From owner-freebsd-questions@FreeBSD.ORG Wed Feb 2 21:41:17 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 D579416A4CE for ; Wed, 2 Feb 2005 21:41:17 +0000 (GMT) Received: from wingfoot.org (caduceus.wingfoot.org [64.32.179.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EB2843D2F for ; Wed, 2 Feb 2005 21:41:17 +0000 (GMT) (envelope-from ges+lists@wingfoot.org) Received: from localhost (localhost [127.0.0.1]) by wingfoot.org (Postfix) with ESMTP id BD25F1F44BA for ; Wed, 2 Feb 2005 16:41:16 -0500 (EST) Received: from wingfoot.org ([127.0.0.1]) by localhost (wingfoot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 80098-10 for ; Wed, 2 Feb 2005 16:41:15 -0500 (EST) Received: from [127.0.0.1] (localhost.wingfoot.org [64.32.179.50]) by wingfoot.org (Postfix) with ESMTP id 3F70B1F446D for ; Wed, 2 Feb 2005 16:41:15 -0500 (EST) Message-ID: <42014903.5010201@wingfoot.org> Date: Wed, 02 Feb 2005 16:41:23 -0500 From: "Glenn E. Sieb" Organization: Wingfoot Organization User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at wingfoot.org Subject: make update problem? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 21:41:17 -0000 I'm trying to update a box from 5.1-RELEASE-p17 to 5.3-RELEASE-current-p-level. In preparation, I checked out 5.3-RELEASE from cvsup the other day: (from my supfile:) *default release=cvs tag=RELENG_5_3 *default delete use-rel-suffix Then, just to be sure I've got what I need, I went to do a make update today (I just wanted to make sure I had the latest patch release before I did the build): # make update "Makefile.inc1", line 830: warning: String comparison operator should be either == or != "Makefile.inc1", line 830: Malformed conditional ((!defined(NO_RESCUE) || defined(RELEASEDIR)) && (${TARGET_ARCH} != ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 501101)) "Makefile.inc1", line 830: Missing dependency operator "Makefile.inc1", line 832: if-less endif "Makefile.inc1", line 832: Need an operator make: fatal errors encountered -- cannot continue *** Error code 1 Stop in /usr/src. This also happens if I try a make clean (which I usually do before I do any major builds, to be sure there's no cruft anywhere...): make clean "Makefile.inc1", line 830: warning: String comparison operator should be either == or != "Makefile.inc1", line 830: Malformed conditional ((!defined(NO_RESCUE) || defined(RELEASEDIR)) && (${TARGET_ARCH} != ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 501101)) "Makefile.inc1", line 830: Missing dependency operator "Makefile.inc1", line 832: if-less endif "Makefile.inc1", line 832: Need an operator make: fatal errors encountered -- cannot continue *** Error code 1 Stop in /usr/src. Thanks in advance! Best, --Glenn