From owner-freebsd-questions@FreeBSD.ORG Sat Dec 27 00:16:24 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 0A46716A4CE for ; Sat, 27 Dec 2003 00:16:24 -0800 (PST) Received: from sparky.webaries.com (sparky.webaries.com [209.128.231.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F0FB43D39 for ; Sat, 27 Dec 2003 00:16:23 -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 6AAEA1E9 for ; Sat, 27 Dec 2003 03:16:22 -0500 (EST) From: Matthew Juszczak To: freebsd-questions@freebsd.org Content-Type: text/plain Message-Id: <1072512999.3743.17.camel@prick> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Sat, 27 Dec 2003 03:16:40 -0500 Content-Transfer-Encoding: 7bit Subject: Trouble Compiling 5.2 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 08:16:24 -0000 (Sorry if this post comes through multiple times. Had some reverse DNS problems and I just fixed them, but I'm not sure if the 3 other messages I sent will go through to the list after being originally denied.) My question is ... anyone know whats wrong with the following? 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.