From owner-freebsd-questions@FreeBSD.ORG Wed Sep 17 19:21:18 2003 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 89BE316A4B3 for ; Wed, 17 Sep 2003 19:21:18 -0700 (PDT) Received: from smtp03.mrf.mail.rcn.net (smtp03.mrf.mail.rcn.net [207.172.4.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id E04FA43F75 for ; Wed, 17 Sep 2003 19:21:17 -0700 (PDT) (envelope-from roberthuff@rcn.com) Received: from 209-6-197-67.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.197.67] helo=jerusalem.litteratus.org.litteratus.org) by smtp03.mrf.mail.rcn.net with esmtp (Exim 3.35 #4) id 19zoQ1-0005yG-00 for questions@freebsd.org; Wed, 17 Sep 2003 22:21:17 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16233.5791.583848.678953@jerusalem.litteratus.org> Date: Wed, 17 Sep 2003 22:21:19 -0400 To: questions@freebsd.org In-Reply-To: References: X-Mailer: VM 7.14 under 21.5 (beta15) "celery" XEmacs Lucid Subject: different problem with buildworld 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: Thu, 18 Sep 2003 02:21:18 -0000 I recently brought up a system using the 5.1 CD. I installed cvsup; updated to the latest source for CURRENT; run "make clean" in /usr/src and get: "Makefile.inc1", line 773: warning: String comparison operator should be either == or != "Makefile.inc1", line 773: Malformed conditional ((!defined(NO_RESCUE) || defined(RELEASEDIR)) && (${TARGET_ARCH} != ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 501101)) "Makefile.inc1", line 773: Missing dependency operator "Makefile.inc1", line 775: if-less endif "Makefile.inc1", line 775: Need an operator make: fatal errors encountered -- cannot continue *** Error code 1 Stop in /usr/src. So I delete Makefile.inc1, cvsup, and get the same result. There's nothing applicable in UPDATING, and I can't currently get to the archives. Does anyone know what broke and how to fix it? Thanks in advance. Robert Huff