From owner-freebsd-questions@FreeBSD.ORG Mon Feb 9 06:07:57 2004 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 7351C16AA6C for ; Mon, 9 Feb 2004 06:07:57 -0800 (PST) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DFC343D1F for ; Mon, 9 Feb 2004 06:07:57 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (rwcrmhc11) with ESMTP id <20040209140756013006vn07e>; Mon, 9 Feb 2004 14:07:56 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 2AAEE11; Mon, 9 Feb 2004 09:07:56 -0500 (EST) Sender: lowell@be-well.ilk.org To: "Martyn Hill" References: <000701c3ef0d$5648c9d0$0b00000a@stjames.net> From: Lowell Gilbert Date: 09 Feb 2004 09:07:56 -0500 In-Reply-To: <000701c3ef0d$5648c9d0$0b00000a@stjames.net> Message-ID: <44hdy0cpmr.fsf@be-well.ilk.org> Lines: 28 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 Subject: Re: Error installing MySQL server from ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: FreeBSD-questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2004 14:07:57 -0000 "Martyn Hill" writes: > I have upgraded the ports tree on our FreeBSD 4.5 box this morning in > preparation to install MySQL. > > Running "make fetch" in the databases/mysql5-server directory gives the > following error and then stops. > > "Makefile", line 156: Malformed conditional (exists(${DB_DIR}) && > defined(OVERWRITE_DB) && ${OVERWRITE_DB:L} != "no") > "Makefile", line 159: Malformed conditional (!exists(${DB_DIR}) || > (defined(OVERWRITE_DB) && ${OVERWRITE_DB:L} != "no")) > "Makefile", line 167: if-less endif > "Makefile", line 167: Need an operator > "Makefile", line 181: if-less else > "Makefile", line 181: Need an operator > "Makefile", line 201: if-less endif > "Makefile", line 201: Need an operator > make: fatal errors encountered -- cannot continue > > I have tried each of the MySQL server versions 4, 4.1 and 5 with each giving > similar errors (just different line numbers in the Makefile.) > > Any ideas? Sounds like you're not using the standard system make(1) program. Try "/usr/bin/make fetch".