From owner-freebsd-perl@FreeBSD.ORG Wed May 14 11:09:22 2008 Return-Path: Delivered-To: freebsd-perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C62DD1065671 for ; Wed, 14 May 2008 11:09:22 +0000 (UTC) (envelope-from tobez@tobez.org) Received: from heechee.tobez.org (heechee.tobez.org [194.255.56.42]) by mx1.freebsd.org (Postfix) with ESMTP id 8C82E8FC25 for ; Wed, 14 May 2008 11:09:22 +0000 (UTC) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id E968A6D400; Wed, 14 May 2008 13:09:20 +0200 (CEST) Date: Wed, 14 May 2008 13:09:20 +0200 From: Anton Berezin To: Dan Coats Message-ID: <20080514110920.GA98589@heechee.tobez.org> References: <200805131123.27845.admin@easyshellz.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200805131123.27845.admin@easyshellz.com> X-Powered-By: FreeBSD http://www.freebsd.org/ User-Agent: Mutt/1.5.17 (2007-11-01) Cc: freebsd-perl@freebsd.org Subject: Re: perl ports fail with Segmentation fault (core dumped) X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2008 11:09:22 -0000 On Tue, May 13, 2008 at 11:23:27AM -0400, Dan Coats wrote: > p5-Scalar-List-Utils-1.19,1 Perl subroutines that would be nice to have in the > perl cor > .if (${.CURDIR:N*/ports/lang/perl5.8} == "") > WITHOUT_PERL_64BITINT= yes > .endif Alright. Is there a possibility that some of the perl modules were installed before the three line above were put into the make.conf and perl was rebuilt? If the answer is yes (which I strongly suspect it is) then *all* p5 modules with XS parts must be reinstalled because perl without 64-bit ints and perl with them are not binary compatible. Before doing that, however, please pkg_delete -f p5-Scalar-List-Utils-1.19,1 - this should solve the immediate problem you have. You might want to reinstall that later (although there might be no need since somewhat older version of Scalar-List-Utils is included in 5.8.8 distribution). \Anton. -- We're going for 'working' here. 'clean' is for people with skills... -- Flemming Jacobsen