From owner-freebsd-questions@FreeBSD.ORG Wed Nov 29 00:33:48 2006 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2F64A16A40F for <freebsd-questions@FreeBSD.ORG>; Wed, 29 Nov 2006 00:33:48 +0000 (UTC) (envelope-from mcrogerm@stjohn.ac.th) Received: from stjohn.ac.th (ns.stjohn.ac.th [202.21.144.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D00F43CC4 for <freebsd-questions@FreeBSD.ORG>; Wed, 29 Nov 2006 00:33:29 +0000 (GMT) (envelope-from mcrogerm@stjohn.ac.th) Received: from tulip.stjohn.ac.th [203.151.134.104] by stjohn.ac.th with ESMTP (SMTPD-8.22) id A54D0F54; Wed, 29 Nov 2006 07:33:17 +0700 Message-Id: <5.2.0.9.0.20061129073032.00b2b008@127.0.0.1> X-Sender: 2-server.international.stjohn.ac.th:mcrogerm@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Wed, 29 Nov 2006 07:34:16 +0700 To: freebsd-questions@FreeBSD.ORG From: Roger Merritt <mcrogerm@stjohn.ac.th> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Unable to install PEAR X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 29 Nov 2006 00:33:48 -0000 I was getting errors trying to portupgrade PEAR, so I did a pkg_deinstall and then ran portinstall. The following is the last part of what I get: >warning: pear/PEAR requires package "pear/Archive_Tar" (version >= 1.3.1) >warning: pear/PEAR requires package "pear/Console_Getopt" (version >= 1.2) >pear/PEAR can optionally use package "pear/PEAR_Frontend_Web" (version >= >0.5.0) >pear/PEAR can optionally use package "pear/PEAR_Frontend_Gtk" (version >= >0.4.0) >pear/PEAR can optionally use package "pear/PEAR_Frontend_Gtk2" (version >= >0.1.0) >install ok: channel://pear.php.net/PEAR-1.4.11 >install ok: channel://pear.php.net/Archive_Tar-1.3.1 >install ok: channel://pear.php.net/Console_Getopt-1.2 >install ok: channel://pear.php.net/XML_RPC-1.5.0 >*** Signal 11 > >Stop in /usr/ports/devel/pear. >*** Error code 1 > >Stop in /usr/ports/devel/pear. >** Command failed [exit code 1]: /usr/bin/script -qa >/tmp/portinstall.66956.0 env make reinstall >** Fix the installation problem and try again. >** Listing the failed packages (*:skipped / !:failed) > ! devel/pear (install error) >---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed I've looked through UPDATING and don't find anything suggestive. Any ideas? Or should this be sent either to the ports mailing list or to the maintainer? -- Roger