From owner-freebsd-ports@FreeBSD.ORG Sun Jan 5 14:17:13 2014 Return-Path: <owner-freebsd-ports@FreeBSD.ORG> Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 96531FB2; Sun, 5 Jan 2014 14:17:13 +0000 (UTC) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 528D914A8; Sun, 5 Jan 2014 14:17:13 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.80.1 (FreeBSD)) (envelope-from <lists@opsec.eu>) id 1VzoVp-000FJy-4J; Sun, 05 Jan 2014 15:17:09 +0100 Date: Sun, 5 Jan 2014 15:17:09 +0100 From: Kurt Jaeger <lists@opsec.eu> To: Miroslav Lachman <000.fbsd@quip.cz> Subject: Re: Problem with ports after upgrade of Perl to 5.16.3_6 - overload arg '..' is invalid at Math/BigInt.pm line 153. Message-ID: <20140105141709.GF2951@home.opsec.eu> References: <52C965AF.2030405@quip.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52C965AF.2030405@quip.cz> Cc: ports@FreeBSD.org, tobez@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>, <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/> List-Post: <mailto:freebsd-ports@freebsd.org> List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>, <mailto:freebsd-ports-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 05 Jan 2014 14:17:13 -0000 Hi! > After this upgrade, each port using Math/BigInt.pm shows warning: > > # service sqlgrey restart > Stopping sqlgrey. > Waiting for PIDS: 986. > Starting sqlgrey. > overload arg '..' is invalid at > /usr/local/lib/perl5/site_perl/5.16/Math/BigInt.pm line 153. [...] > Is it known problem? I have seen it before. Fix: Comment out the line 153 in /usr/local/lib/perl5/site_perl/5.16/Math/BigInt.pm. Root cause is in math/p5-Math-BigInt: It overloads lots of operations, one of them isn't even in perl yet 8-} # not supported by Perl yet '..' => \&_pointpoint, > Should I file a PR? Yes, please. -- pi@opsec.eu +49 171 3101372 6 years to go !