From owner-freebsd-ports@FreeBSD.ORG Fri Jun 17 15:11:42 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 74E5716A41C for ; Fri, 17 Jun 2005 15:11:42 +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 36E4843D4C for ; Fri, 17 Jun 2005 15:11:40 +0000 (GMT) (envelope-from avinash@piare.org) Received: from localhost (localhost [127.0.0.1]) by redqueen.elvandar.org (Postfix) with ESMTP id 2C403295408; Fri, 17 Jun 2005 17:11:39 +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 94182-07; Fri, 17 Jun 2005 17:11:38 +0200 (CEST) Received: from hightower (van-bruss3l.demon.nl [82.161.143.15]) by redqueen.elvandar.org (Postfix) with ESMTP id C101F295404; Fri, 17 Jun 2005 17:11:38 +0200 (CEST) From: "Avinash Piare" To: Date: Fri, 17 Jun 2005 17:11:41 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <20050617145237.GA88498@sinanica.bg.datamax> thread-index: AcVzTDq70qYYV4lGR9OYjHjmsaeglgAAaEvg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Message-Id: <20050617151138.C101F295404@redqueen.elvandar.org> X-Virus-Scanned: by the evilcoder-services.org maildomain Cc: FreeBSD-ports@freebsd.org Subject: RE: 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: Fri, 17 Jun 2005 15:11:42 -0000 I solved the problem, without really meaning to: In my make.conf i had the line WANT_PHP_PEAR=yes Before actually installing php5-pear. I #out the entry it and installed mamboserver (same goed for gallery); no problems. It installed php5-pear :o) I removed the # in /etc/make.conf. I'm experiencing other problems with php (include path issue's; already placed the right include path in my php.ini), but i'll solve that one :o) The information you requested: make -V BUILD_DEPENDS pkg-config:/usr/ports/devel/pkgconfig make -V RUN_DEPENDS pear:/usr/ports/devel/php5-pear /usr/local/include/php/main/php.h:/usr/ports/lang/php5 /usr/local/lib/php/20041030-debug/pcre.so:/usr/ports/devel/php5-pcre /usr/local/lib/php/20041030-debug/xml.so:/usr/ports/textproc/php5-xml pkg-config:/usr/ports/devel/pkgconfig No output on the other commands. -----Oorspronkelijk bericht----- Van: Vasil Dimov [mailto:vd@datamax.bg] Verzonden: vrijdag 17 juni 2005 16:53 Aan: Avinash Piare CC: FreeBSD-ports@freebsd.org Onderwerp: Re: pear install issue On Fri, Jun 17, 2005 at 03:06:26PM +0200, Avinash Piare wrote: > I just removed the whole ports tree and got the latest ports > collection from cvsup.freebsd.org, but i keep getting the same error ! It seems that your problem is not in /usr/ports/ directory. Can you try the following: % cd /usr/ports/devel/php5-pear % make -V EXTRACT_DEPENDS % make -V PATCH_DEPENDS % make -V FETCH_DEPENDS % make -V BUILD_DEPENDS % make -V RUN_DEPENDS You should get something like pear:/usr/ports/devel/php5-pear Dont you have something strange in /etc/make.conf or in your environment?