From owner-freebsd-questions@FreeBSD.ORG Wed Nov 29 01:43:38 2006 Return-Path: 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 2BE6316A4A0 for ; Wed, 29 Nov 2006 01:43:38 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout3.cac.washington.edu (mxout3.cac.washington.edu [140.142.32.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFFF143CB6 for ; Wed, 29 Nov 2006 01:43:22 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139] (may be forged)) by mxout3.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id kAT1hR5c008421 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 28 Nov 2006 17:43:27 -0800 X-Auth-Received: from [128.208.7.243] (pinocchio.dyn.cs.washington.edu [128.208.7.243]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id kAT1hR3W001286 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Tue, 28 Nov 2006 17:43:27 -0800 Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <5.2.0.9.0.20061129073032.00b2b008@127.0.0.1> References: <5.2.0.9.0.20061129073032.00b2b008@127.0.0.1> X-Gpgmail-State: !signed Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <9C938E73-51CB-4A13-B9E1-70552241A4BF@u.washington.edu> Content-Transfer-Encoding: 7bit From: Garrett Cooper Date: Tue, 28 Nov 2006 17:43:26 -0800 To: FreeBSD Questions X-Mailer: Apple Mail (2.752.2) X-PMX-Version: 5.2.2.285561, Antispam-Engine: 2.5.0.283055, Antispam-Data: 2006.11.28.172933 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Subject: Re: Unable to install PEAR X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2006 01:43:38 -0000 On Nov 28, 2006, at 4:34 PM, Roger Merritt wrote: > 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 That's an interesting error... memory problems or a programming error, perhaps? From signals(7): SIGSEGV 11 Core Invalid memory reference I'd test your memory and CPU, and maybe consider contacting the maintainer about this if they both appear to be fine.. -Garrett