From owner-freebsd-ports@FreeBSD.ORG Fri Jun 3 13:53:07 2005 Return-Path: X-Original-To: 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 2D53016A41C for ; Fri, 3 Jun 2005 13:53:07 +0000 (GMT) (envelope-from eculp@unixmania.com) Received: from 72-12-2-214.wan.networktel.net (72-12-2-214.wan.networktel.net [72.12.2.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8FCA43D48 for ; Fri, 3 Jun 2005 13:53:06 +0000 (GMT) (envelope-from eculp@unixmania.com) Received: from unixmania.com ([201.138.84.201]) by 72-12-2-214.wan.networktel.net with esmtp; Fri, 03 Jun 2005 08:53:04 -0500 id 00095A96.42A060C1.00000CFB Received: from localhost (localhost [127.0.0.1]) (uid 80) by unixmania.com with local; Thu, 02 Jun 2005 21:50:41 -0500 id 000CF02A.429FC581.0000B746 Received: from dsl-201-144-92-62.prod-infinitum.com.mx (dsl-201-144-92-62.prod-infinitum.com.mx [201.144.92.62]) by mail.unixmania.com (Horde MIME library) with HTTP; Thu, 02 Jun 2005 21:50:41 -0500 Message-ID: <20050602215041.hjhyzhxkg0o8wgo4@mail.unixmania.com> Date: Thu, 02 Jun 2005 21:50:41 -0500 From: eculp@unixmania.com To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.1-cvs Cc: Subject: Strange problem in Current with Pear. 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, 03 Jun 2005 13:53:07 -0000 I sent a mail a couple of days ago about a pear problem with php5. I was never able to get it to work so I decided to go back to php4 and I am experiencing the same problem. I complied php4 and php4-extensions with no problems and I can compile php4-pear without problems but pear doesn't work no matter what. I deleted pear and tried a portupgrade of pear-Config and received the following: ===> Registering installation for php4-pear-4.3.11_2 ===> Building package for php4-pear-4.3.11_2 Creating package /usr/ports/packages/All/php4-pear-4.3.11_2.tbz Registering depends: php4-pcre-4.3.11_1 php4-xml-4.3.11_1 php4-4.3.11_1 apache-2.0.54 expat-1.95.8_1 libiconv-1.9.2_1 perl-5.8.6_2. Creating bzip'd tar ball in '/usr/ports/packages/All/php4-pear-4.3.11_2.tbz' ===> Returning to build of pear-Console_Getopt-1.2 ===> pear-Console_Getopt-1.2 depends on file: /usr/local/include/php/main/php.h - found ===> Generating packing list ===> Generating temporary packing list Usage: php [options] [-f] [args...] php [options] -r [args...] php [options] [-- args...] -a Run interactively -c | Look for php.ini file in this directory -n No php.ini file will be used -d foo[=bar] Define INI entry foo with value 'bar' -e Generate extended information for debugger/profiler -f Parse . -h This help -i PHP information -l Syntax check only (lint) -m Show compiled in modules -r Run PHP without using script tags -s Display colour syntax highlighted source. -v Version number -w Display source with stripped comments and whitespace. -z Load Zend extension . args... Arguments passed to script. Use -- args when first argument starts with - or script is read from stdin *** Error code 1 Stop in /usr/ports/devel/pear-Console_Getopt. *** Error code 1 Stop in /usr/ports/devel/pear-PEAR. *** Error code 1 Stop in /usr/ports/devel/pear-Config. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall86761.13 make DEPENDS_TARGET=package ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! devel/pear-Config (unknown build error) ---> Packages processed: 0 done, 13 ignored, 0 skipped and 1 failed Basically, I can not install any pear application, no even from the command line. I get the above message just by trying to use pear. I must have done or not done, something really stupid. If anyone has any ideas they would certainly be appreciated. ed