From owner-freebsd-questions@FreeBSD.ORG Sat Feb 7 18:11:32 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 DE33F16A4CE for ; Sat, 7 Feb 2004 18:11:32 -0800 (PST) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id D77B643D1F for ; Sat, 7 Feb 2004 18:11:32 -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 (rwcrmhc13) with ESMTP id <2004020802113201500k243ue>; Sun, 8 Feb 2004 02:11:32 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id C08FD11; Sat, 7 Feb 2004 21:11:31 -0500 (EST) Sender: lowell@be-well.ilk.org To: Deling Ren References: <20040207113142.S52181@sun.home.homeunix.org> <44ptcqvaw6.fsf@be-well.ilk.org> <20040207150322.M52879@sun.home.homeunix.org> From: Lowell Gilbert Date: 07 Feb 2004 21:11:31 -0500 In-Reply-To: <20040207150322.M52879@sun.home.homeunix.org> Message-ID: <44llneuxpo.fsf@be-well.ilk.org> Lines: 32 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: Sun, 08 Feb 2004 02:11:33 -0000 Don't top-post, please. Deling Ren writes: > On Sat, 7 Feb 2004, Lowell Gilbert wrote: > > > 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? > > > Thanks for your reply, "which make" returned "/usr/bin/make". There are > some ports that I can "make install", such as gettext, but others have > problems, e.g. mutt. I can "make", but not "make install" :( Your ports makefiles (/usr/ports/Mk) might be corrupted somehow. Look at bsd.port.mk in particular.