From owner-freebsd-ports@FreeBSD.ORG Mon Jan 6 22:51:17 2014 Return-Path: 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 C6BD0A0D; Mon, 6 Jan 2014 22:51:17 +0000 (UTC) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 81EF612A4; Mon, 6 Jan 2014 22:51:17 +0000 (UTC) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 77EEC2842D; Mon, 6 Jan 2014 23:51:15 +0100 (CET) Received: from [192.168.1.2] (ip-89-177-49-222.net.upcbroadband.cz [89.177.49.222]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 6B00D2842C; Mon, 6 Jan 2014 23:51:14 +0100 (CET) Message-ID: <52CB3361.90108@quip.cz> Date: Mon, 06 Jan 2014 23:51:13 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1.19) Gecko/20110420 Lightning/1.0b1 SeaMonkey/2.0.14 MIME-Version: 1.0 To: Kurt Jaeger Subject: Re: Problem with ports after upgrade of Perl to 5.16.3_6 - overload arg '..' is invalid at Math/BigInt.pm line 153. References: <52C965AF.2030405@quip.cz> <20140105141709.GF2951@home.opsec.eu> In-Reply-To: <20140105141709.GF2951@home.opsec.eu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jan 2014 22:51:17 -0000 Kurt Jaeger wrote: > 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. Thank you for your explanation. I filed a PR ports/185541 http://www.freebsd.org/cgi/query-pr.cgi?pr=185541 Miroslav Lachman