From owner-freebsd-ports@FreeBSD.ORG Thu Jun 16 23:02:30 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A460E16A41C for ; Thu, 16 Jun 2005 23:02:30 +0000 (GMT) (envelope-from avinash@piare.org) Received: from redqueen.elvandar.org (redqueen.evilcoder-services.org [217.148.169.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DA1F43D4C for ; Thu, 16 Jun 2005 23:02:27 +0000 (GMT) (envelope-from avinash@piare.org) Received: from localhost (localhost [127.0.0.1]) by redqueen.elvandar.org (Postfix) with ESMTP id 5AB6F29540C for ; Fri, 17 Jun 2005 01:02:26 +0200 (CEST) Received: from redqueen.elvandar.org ([127.0.0.1]) by localhost (redqueen.evilcoder-services.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 91865-07 for ; Fri, 17 Jun 2005 01:02:25 +0200 (CEST) Received: from hightower (van-bruss3l.demon.nl [82.161.143.15]) by redqueen.elvandar.org (Postfix) with ESMTP id C06AA29540B for ; Fri, 17 Jun 2005 01:02:25 +0200 (CEST) From: "Avinash Piare" To: Date: Fri, 17 Jun 2005 01:02:25 +0200 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 thread-index: AcVyx3WoF3jq9GKUT++nVELWq4euGw== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Message-Id: <20050616230225.C06AA29540B@redqueen.elvandar.org> X-Virus-Scanned: by the evilcoder-services.org maildomain Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: pear install issue X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jun 2005 23:02:30 -0000 Hi, For little over a week now i've been trying to install Mamboserver/Gallery/Squirrelmail. These ports all need the executable pear sometime during the install. I keep getting the same error every single time i try to install these ports (in this particular example it tries to install php5-pear-x.x.): ===> Installing for php5-pear-5.0.4_4 ===> php5-pear-5.0.4_4 depends on executable: pear - not found ===> Verifying install for pear in /usr/ports/devel/php5-pear ===> Installing for php5-pear-5.0.4_4 ===> php5-pear-5.0.4_4 depends on executable: pear - not found ===> Verifying install for pear in /usr/ports/devel/php5-pear ===> Installing for php5-pear-5.0.4_4 ===> php5-pear-5.0.4_4 depends on executable: pear - not found ===> Verifying install for pear in /usr/ports/devel/php5-pear ===> Installing for php5-pear-5.0.4_4 ===> php5-pear-5.0.4_4 depends on executable: pear - not found ===> Verifying install for pear in /usr/ports/devel/php5-pear ===> Installing for php5-pear-5.0.4_4 ===> php5-pear-5.0.4_4 depends on executable: pear - not found ===> Verifying install for pear in /usr/ports/devel/php5-pear ===> Installing for php5-pear-5.0.4_4 ===> php5-pear-5.0.4_4 depends on executable: pear - not found ===> Verifying install for pear in /usr/ports/devel/php5-pear ===> Installing for php5-pear-5.0.4_4 ===> php5-pear-5.0.4_4 depends on executable: pear - not found ===> Verifying install for pear in /usr/ports/devel/php5-pear So everytime i need pear i get the same error ".... depends on executable: pear - not found" I removed my whole ports dir and got a new one from my cvs server, but i still get the same error and it's driving my crazy not to be able to locate the problem. I also tried to install /usr/port/devel/pear-PEAR, and i get the same error as above ".... depends on executable: pear - not found" How can that be, as i'm installing it ?? I'm running 5.4-RELEASE-p2 on amb64 hardware with a amd64 build kernel Does anyone recocnize this issue ? Have i looked over anything ? Regards, Avinash