From owner-freebsd-ports@FreeBSD.ORG Mon Dec 26 20:43:00 2011 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9794F106566B for ; Mon, 26 Dec 2011 20:43:00 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from p578be941.dip0.t-ipconnect.de (p578be941.dip0.t-ipconnect.de [87.139.233.65]) by mx1.freebsd.org (Postfix) with ESMTP id 4ED548FC0C for ; Mon, 26 Dec 2011 20:43:00 +0000 (UTC) Received: from [192.168.0.100] (cde1100.uni.vrs [192.168.0.100]) (Authenticated sender: ohauer) by p578be941.dip0.t-ipconnect.de (Postfix) with ESMTPSA id 39728200AA; Mon, 26 Dec 2011 21:42:57 +0100 (CET) Message-ID: <4EF8DC64.7020203@FreeBSD.org> Date: Mon, 26 Dec 2011 21:43:16 +0100 From: Olli Hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org References: <20111226191554.GA18790@magic.hamla.org> <4EF8D468.4030501@FreeBSD.org> <20111226202731.GA18828@magic.hamla.org> In-Reply-To: <20111226202731.GA18828@magic.hamla.org> X-Enigmail-Version: 1.3.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Sahil Tandon Subject: Re: pear does not install; segfault/core dump Error code 139 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ohauer@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2011 20:43:00 -0000 On 2011-12-26 21:27, Sahil Tandon wrote: > On Mon, 2011-12-26 at 21:09:12 +0100, Olli Hauer wrote: > >> On 2011-12-26 20:15, Sahil Tandon wrote: >>> I ran into this problem when rebuilding all the ports (via portmaster) >>> on my system. Is there a known fix for this issue? I saw ports/157958, >>> but do not understand the comments mentioned in closing the PR. >>> >>> [ ... ] >>> Deprecated: Function set_magic_quotes_runtime() is deprecated in >>> /tmp/pear/PEAR/Registry.php on line 1144 >>> Segmentation fault (core dumped) >>> *** Error code 139 >>> >>> Stop in /usr/ports/devel/pear. >>> >>> % uname -r >>> 7.4-RELEASE >>> >>> % cat /usr/local/etc/php.ini >>> cgi.fix_pathinfo = 1 >>> date.timezone = "America/New_York" >>> >>> Now, everything that needs pear is broken. >> >> >> Hm, thats strange .... >> >> I just finished a tinderbox run for my production machines. >> devel/pear was also in the queue and except this error messages the >> build went fine. > > Yes, the error message is not the problem per se (as even the pointyhat > builds exhibit it), but rather the segfault that follows. :/ > Do you have the core dump? Maybe gdb can bring some light into this. -- olli