From owner-freebsd-questions@FreeBSD.ORG Thu Jul 21 10:11:47 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 BBBD416A421 for ; Thu, 21 Jul 2005 10:11:47 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id A48C143D79 for ; Thu, 21 Jul 2005 10:11:35 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from beatrix.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j6LAAQUN018556; Thu, 21 Jul 2005 13:10:32 +0300 Received: from beatrix.daedalusnetworks.priv (localhost [127.0.0.1]) by beatrix.daedalusnetworks.priv (8.13.3+Sun/8.13.3) with ESMTP id j6LAAPrN016415; Thu, 21 Jul 2005 13:10:25 +0300 (EEST) Received: (from keramida@localhost) by beatrix.daedalusnetworks.priv (8.13.3+Sun/8.13.3/Submit) id j6LAAKIu016414; Thu, 21 Jul 2005 13:10:20 +0300 (EEST) Date: Thu, 21 Jul 2005 13:10:20 +0300 From: Giorgos Keramidas To: Chris Message-ID: <20050721101020.GD16179@beatrix.daedalusnetworks.priv> References: <200507201717390647.0C505080@coolarrow.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200507201717390647.0C505080@coolarrow.com> Cc: freebsd-questions@freebsd.org Subject: Re: 'make' no longer working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2005 10:11:47 -0000 On 2005-07-20 17:17, Chris wrote: > > 5.2.1-RELEASE > > I now get this whenever I try to use 'make' to install a port: > > server# make > "/usr/ports/Mk/bsd.port.mk", line 1: Malformed conditional (${_TMLINKS:M/usr/local*}x != x) > "/usr/ports/Mk/bsd.port.mk", line 4: Malformed conditional (${_TMLINKS:N/usr/local*}x != x) > [...] > "/usr/ports/Mk/bsd.port.mk", line 5234: Need an operator > make: fatal errors encountered -- cannot continue What version of make(1) is that? Is it possible that you have overwritten /usr/bin/make with GNU make, or that GNU make is installed as "make" (instead of "gmake") *AND* can be found before /usr/bin/make because of your PATH? - Giorgos