From owner-freebsd-perl@FreeBSD.ORG Fri Dec 19 21:28:59 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 E71771AC for ; Fri, 19 Dec 2014 21:28:58 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 CE6D0104A for ; Fri, 19 Dec 2014 21:28:58 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sBJLSwE0024459 for ; Fri, 19 Dec 2014 21:28:58 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: perl@FreeBSD.org Subject: [Bug 196144] New: Multiple required perl modules missing after perl5-5.16.4_11 upgrade Date: Fri, 19 Dec 2014 21:28:58 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rkoberman@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Fri, 19 Dec 2014 21:28:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196144 Bug ID: 196144 Summary: Multiple required perl modules missing after perl5-5.16.4_11 upgrade Product: Ports Tree Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: rkoberman@gmail.com CC: perl@FreeBSD.org, sunpoet@FreeBSD.org CC: perl@FreeBSD.org, sunpoet@FreeBSD.org Since the recent update to perl5-5.18.4_11 and the re-installation of multiple ports dependent on perl5 for the update infrastructure, some ports were lacking dependencies that had previously been present. E.g. crypt/p5-Crypt-Random-Source needs namespace::autoclean which was no longer present. When I manually installed devel/p5-namespace-autoclean, it pulled in: devel/p5-namespace-autoclean devel/p5-Moose devel/p5-Class-Load-XS devel/p5-Devel-GlobalDestruction devel/p5-Moose devel/p5-Class-Load-XS devel/p5-Devel-GlobalDestruction devel/p5-Devel-OverloadInfo devel/p5-MRO-Compat devel/p5-Class-C3 devel/p5-Algorithm-C3 devel/p5-Devel-StackTrace devel/p5-Eval-Closure devel/p5-Package-DeprecationManager devel/p5-Task-Weaken lang/p5-Scalar-List-Utils I believe all of these has been installed previously, but disappeared with the upgrade of per5-5.18.4_11 and the attendant "portmaster `find /usr/local/lib/perl5/site_perl/mach/5.18 -name '*.so'|xargs pkg which -qo|sort -u`" I will also note the list generated to pass to portmaster if I execute the "find ..." command again lists 30 ports including all of those just reinstalled. Finally, when I re-installed some of the required ports, I got hte following very scarey message: *** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING *** If you're seeing this warning, your toolchain is really, really old* and you'll almost certainly have problems installing CPAN modules from this century. But never fear, dear user, for we have the technology to fix this! If you're using CPAN.pm to install things, then you can upgrade it using: cpan CPAN If you're using CPANPLUS to install things, then you can upgrade it using: cpanp CPANPLUS If you're using cpanminus, you shouldn't be seeing this message in the first place, so please file an issue on github. If you're installing manually, please retrain your fingers to run Build.PL when present instead. This public service announcement was brought to you by the Perl Toolchain Gang, the irc.perl.org #toolchain IRC channel, and the number 42. ---- * Alternatively, you are doing something overly clever, in which case you should consider setting the 'prefer_installer' config option in CPAN.pm, or 'prefer_makefile' in CPANPLUS, to 'mb" and '0' respectively. You can also silence this warning for future installations by setting the PERL_MM_FALLBACK_SILENCE_WARNING environment variable. --- Comment #1 from Bugzilla Automation --- Maintainers CC'd -- You are receiving this mail because: You are on the CC list for the bug.