From owner-freebsd-questions@FreeBSD.ORG Sat Dec 27 01:11:58 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 9D4E816A4CE for ; Sat, 27 Dec 2003 01:11:58 -0800 (PST) Received: from sparky.webaries.com (sparky.webaries.com [209.128.231.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8803843D54 for ; Sat, 27 Dec 2003 01:11:55 -0800 (PST) (envelope-from matt@atopia.net) Received: from [192.168.1.101] (host-24-225-162-3.patmedia.net [24.225.162.3]) by sparky.webaries.com (Postfix) with ESMTP id 29E4C189 for ; Thu, 25 Dec 2003 17:17:36 -0500 (EST) From: Matthew Juszczak To: freebsd-questions@freebsd.org Content-Type: text/plain Message-Id: <1072390676.8406.0.camel@prick> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Thu, 25 Dec 2003 17:17:56 -0500 Content-Transfer-Encoding: 7bit Subject: Compile Error 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: Sat, 27 Dec 2003 09:11:58 -0000 Hello, I'm getting the following errors when trying to do make buildworld: roadrunner# make buildkernel KERNCONF=roadrunnerkern "Makefile.inc1", line 739: warning: String comparison operator should be either == or != "Makefile.inc1", line 739: Malformed conditional ((!defined(NO_RESCUE) || defined(RELEASEDIR)) && (${TARGET_ARCH} != ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 501101)) "Makefile.inc1", line 739: Missing dependency operator "Makefile.inc1", line 741: if-less endif "Makefile.inc1", line 741: Need an operator make: fatal errors encountered -- cannot continue *** Error code 1 Stop in /usr/src. roadrunner# This is just after a CVS to the latest code. Any ideas? Thanks! -Matt