From owner-freebsd-questions@FreeBSD.ORG Sat Feb 7 13:26:50 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 7045616A4CE for ; Sat, 7 Feb 2004 13:26:50 -0800 (PST) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3807B43D1D for ; Sat, 7 Feb 2004 13:26:50 -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 (sccrmhc13) with ESMTP id <2004020721264901600f3m70e>; Sat, 7 Feb 2004 21:26:49 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 9A13811; Sat, 7 Feb 2004 16:26:49 -0500 (EST) Sender: lowell@be-well.ilk.org To: Deling Ren References: <20040207113142.S52181@sun.home.homeunix.org> From: Lowell Gilbert Date: 07 Feb 2004 16:26:49 -0500 In-Reply-To: <20040207113142.S52181@sun.home.homeunix.org> Message-ID: <44ptcqvaw6.fsf@be-well.ilk.org> Lines: 19 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@FreeBSD.ORG Subject: Re: Can not "make clean" etc. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@FreeBSD.ORG List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2004 21:26:50 -0000 Deling Ren writes: > Hi all, I am experiencing a nasty problem: I can not "make clean" or "make > update" etc under /usr/port. In most of the ports, I can not even "make > install". They all yield a common error: > > Missing }. > > This problem also exists when I tried to compile the kernel by running > "config" and "make depend". But I have no problem with "make buildkernel > KERNCONF=...". > > I even tried to cvsup to the lastest port, didn't help. I suspect a > makefile that is commonly used is corrupted. Can anyone give a a clue > where to find it? It's 5.2 RC1. > > Any suggestion will be appreciated. Just a guess: 'which make' doesn't reply with /usr/bin/make?