From owner-freebsd-perl@FreeBSD.ORG Thu Dec 25 11:53:09 2014 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D3FD73D8 for ; Thu, 25 Dec 2014 11:53:09 +0000 (UTC) Received: from dnvrco-oedge-vip.email.rr.com (dnvrco-outbound-snat.email.rr.com [107.14.73.227]) by mx1.freebsd.org (Postfix) with ESMTP id A0A406494E for ; Thu, 25 Dec 2014 11:53:08 +0000 (UTC) Received: from [204.210.114.114] ([204.210.114.114:41538] helo=localhost.hawaii.res.rr.com) by dnvrco-oedge03 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id 9F/4A-20976-3E9FB945; Thu, 25 Dec 2014 11:49:56 +0000 Received: by localhost.hawaii.res.rr.com (Postfix, from userid 1000) id 256A25D0E; Thu, 25 Dec 2014 01:54:24 -1000 (HST) Date: Thu, 25 Dec 2014 01:54:24 -1000 From: parv@pair.com To: makarenko@alfastrah.ru Subject: Re: FreeBSD Port: lang/perl5.18 problems! Message-ID: <20141225115424.GA2529@holstein.holy.cow> References: <440C975A12C77F4BAED12FDADD1131AAAAA12A55@Z14-0305-EX.vesta.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <440C975A12C77F4BAED12FDADD1131AAAAA12A55@Z14-0305-EX.vesta.ru> X-RR-Connecting-IP: 107.14.64.142:25 X-Authority-Analysis: v=2.1 cv=Y6B2s3uN c=1 sm=1 tr=0 a=lLOF/jpPrR0dcgWXP1EvZg==:117 a=lLOF/jpPrR0dcgWXP1EvZg==:17 a=ayC55rCoAAAA:8 a=kj9zAlcOel0A:10 a=Ymsr-CWnAAAA:8 a=A92cGCtB03wA:10 a=fkwFGnAgAAAA:8 a=6I5d2MoRAAAA:8 a=aD9tphoV_mbelqsBxLEA:9 a=CjuIK1q_8ugA:10 X-Cloudmark-Score: 0 Cc: perl@FreeBSD.org X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.18-1 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: Thu, 25 Dec 2014 11:53:09 -0000 in message <440C975A12C77F4BAED12FDADD1131AAAAA12A55@Z14-0305-EX.vesta.ru>, wrote ?????????????????? ???????????? ?????????????????? thusly... > ... > I updated perl 5.14.2 on perl 5.18 . > > > # pkg check ???Ba > > Checking all packages: 100% > > # pkg version -vl '<' > > perl5.14-5.14.4_13 < needs updating (index has 5.14.4_14) > > # portupgrade -o lang/perl5.18 -f lang/perl5.14 > > [Reading data from pkg(8) ... - 176 packages found - done] > ** Detected a package name change: perl5.14 (lang/perl5.14) -> 'perl5' (lang/perl5.18) > ---> Upgrading 'perl5.14-5.14.4_13' to 'perl5-5.18.4_11' (lang/perl5.18) > ---> Building '/usr/ports/lang/perl5.18' with make flags: -DDISABLE_CONFLICTS > ===> Cleaning for perl5-5.18.4_11 > > # portupgrade -fr lang/perl5.18 > > > > After update perl 5.14.2 - > 5.18 have the: > > > # service sqlgrey restart > > Stopping sqlgrey. > Waiting for PIDS: 86433. > Starting sqlgrey. > overload arg '..' is invalid at /usr/local/lib/perl5/site_perl/Math/BigInt.pm line 153. > Pid_file "/var/run/sqlgrey.pid" already exists. Overwriting! ... The Math::BigInt problem was apparently fixed in Jun 2014 ... https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=185541 --