From owner-freebsd-questions@FreeBSD.ORG Sat Feb 7 11:39:01 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 DCCF916A4CE for ; Sat, 7 Feb 2004 11:39:01 -0800 (PST) Received: from sun.home.homeunix.org (c-67-171-199-35.client.comcast.net [67.171.199.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD13643D1D for ; Sat, 7 Feb 2004 11:39:01 -0800 (PST) (envelope-from lg+freebsd@home.homeunix.org) Received: by sun.home.homeunix.org (Postfix, from userid 1000) id 9490544; Sat, 7 Feb 2004 11:39:17 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by sun.home.homeunix.org (Postfix) with ESMTP id 8ABE543 for ; Sat, 7 Feb 2004 11:39:17 -0800 (PST) Date: Sat, 7 Feb 2004 11:39:17 -0800 (PST) From: Deling Ren X-X-Sender: lg@sun.home.homeunix.org To: freebsd-questions@FreeBSD.ORG Message-ID: <20040207113142.S52181@sun.home.homeunix.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Can not "make clean" etc. 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, 07 Feb 2004 19:39:02 -0000 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. Regards, Deling