From owner-freebsd-current@FreeBSD.ORG Mon Oct 13 18:27:57 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 51B5DF49 for ; Mon, 13 Oct 2014 18:27:57 +0000 (UTC) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 151F6C44 for ; Mon, 13 Oct 2014 18:27:57 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 4283F1FE022 for ; Mon, 13 Oct 2014 20:27:55 +0200 (CEST) Message-ID: <543C19AD.8070603@selasky.org> Date: Mon, 13 Oct 2014 20:27:57 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: FreeBSD Current Subject: Problem with perl and SVK Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Oct 2014 18:27:57 -0000 Hi, When updating the system to the latest perl and SVK version in ports, I am seeing this: > svk diff . autoused module List::Util has unique import() method at /usr/local/lib/perl5/site_perl/5.16/SVK/Util.pm line 91. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.16/SVK/Util.pm line 91. Compilation failed in require at /usr/local/lib/perl5/5.16/autouse.pm line 53. System information: > pkg info | grep -E "svk|perl" p5-Log-Log4perl-1.42 Log4j implementation for Perl p5-Scalar-List-Utils-1.35,1 Perl subroutines that would be nice to have in the perl core p5-Storable-2.45 Persistency for perl data structures perl5-5.16.3_11 Practical Extraction and Report Language svk-2.2.3_3 Distributed Version Control System Any ideas how to fix? --HPS