From owner-freebsd-ports Mon Mar 18 12:35:14 2002 Delivered-To: freebsd-ports@freebsd.org Received: from bigglesworth.mail.be.easynet.net (bigglesworth.mail.be.easynet.net [212.100.160.67]) by hub.freebsd.org (Postfix) with ESMTP id 32D2137B402; Mon, 18 Mar 2002 12:35:10 -0800 (PST) Received: from 213-193-182-63.adsl.easynet.be ([213.193.182.63] helo=krijt.livens.net) by bigglesworth.mail.be.easynet.net with esmtp (Exim 3.16 #1) id 16n3qT-0006GI-00; Mon, 18 Mar 2002 21:35:05 +0100 Received: (from wim@localhost) by krijt.livens.net (8.11.3/8.11.3) id g2IKZO060717; Mon, 18 Mar 2002 21:35:24 +0100 (CET) (envelope-from wim) Date: Mon, 18 Mar 2002 21:35:24 +0100 From: Wim Livens To: trevor@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: sphinx-2.0.2 Message-ID: <20020318203524.GA58968@krijt.livens.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.24i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On a 4.3-RELEASE system I did cvsup the ports tree yesterday (2002-03-18) Trying to build audio/sphinx gives following weird error: /data1/ports/audio/sphinx# make ===> Extracting for sphinx-2.0.4 >> Checksum OK for sphinx2-0.4.tar.gz. ===> sphinx-2.0.4 depends on executable: gmake - found ===> sphinx-2.0.4 depends on executable: libtool - found ===> Patching for sphinx-2.0.4 /data1/ports/audio/sphinx/work/sphinx2-0.4 -type f -exec /usr/bin/perl -pi -e "s:::g" {} \; /data1/ports/audio/sphinx/work/sphinx2-0.4: permission denied *** Error code 126 Stop in /data1/ports/audio/sphinx. *** Error code 1 I'm not at all familiar with the ports mechanism but it's like the find command is defined as the empty string somewhere. I found this line in /data1/ports/Mk/bsd.port.mk: FIND?= /usr/bin/find To see if it's not a generic ports problem I tried building some other ports. No problems, but maybe they don't use find. Any hints are greatly appreciated. Wim. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message