From owner-freebsd-ports-bugs@freebsd.org Mon Jul 13 18:43:14 2015 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03B7E99C11A for ; Mon, 13 Jul 2015 18:43:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 E3540DF0 for ; Mon, 13 Jul 2015 18:43:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t6DIhD25068303 for ; Mon, 13 Jul 2015 18:43:13 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 201534] textproc/p5-Perl-Lint: requires devel/p5-Module-Pluggable at runtime Date: Mon, 13 Jul 2015 18:43:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: cgull+l-freebsd-bugzilla@glup.org 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-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 18:43:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201534 Bug ID: 201534 Summary: textproc/p5-Perl-Lint: requires devel/p5-Module-Pluggable at runtime Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: cgull+l-freebsd-bugzilla@glup.org CC: lth@FreeBSD.org, perl@FreeBSD.org CC: lth@FreeBSD.org, perl@FreeBSD.org The Makefile for this port has p5-Module-Pluggable in TEST_DEPENDS, but the package appears to need it at run time on my 10.1 system. (It also encounters an internal error when linting a particular script of mine, shown in the typescript below. It runs OK on another Perl script and I've not analyzed further.) regards, --jh jhood@lister:/home/jhood/src/hg-to-svn 0 $ sudo pkg remove p5-Module-Pluggable Checking integrity... done (0 conflicting) Deinstallation has been requested for the following 1 packages (of 0 packages in the universe): Installed packages to be REMOVED: p5-Module-Pluggable-5.1_1 The operation will free 56 KiB. Proceed with deinstalling packages? [y/N]: y [1/1] Deinstalling p5-Module-Pluggable-5.1_1... [1/1] Deleting files for p5-Module-Pluggable-5.1_1: 100% jhood@lister:/home/jhood/src/hg-to-svn 0 $ sudo pkg remove p5-Perl-Lint Checking integrity... done (0 conflicting) Deinstallation has been requested for the following 1 packages (of 0 packages in the universe): Installed packages to be REMOVED: p5-Perl-Lint-0.23 The operation will free 550 KiB. Proceed with deinstalling packages? [y/N]: y [1/1] Deinstalling p5-Perl-Lint-0.23... [1/1] Deleting files for p5-Perl-Lint-0.23: 100% jhood@lister:/home/jhood/src/hg-to-svn 0 $ sudo pkg install -y p5-Perl-Lint Updating 000local repository catalogue... 000local repository is up-to-date. Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. Checking integrity... done (0 conflicting) The following 1 package(s) will be affected (of 0 checked): New packages to be INSTALLED: p5-Perl-Lint: 0.23 [FreeBSD] The process will require 550 KiB more space. [1/1] Installing p5-Perl-Lint-0.23... [1/1] Extracting p5-Perl-Lint-0.23: 100% jhood@lister:/home/jhood/src/hg-to-svn 0 $ perl -e 'use Perl::Lint; Perl::Lint->new->lint("migrate.pl");' Can't locate Module/Pluggable.pm in @INC (you may need to install the Module::Pluggable module) (@INC contains: /usr/local/lib/perl5/site_perl/mach/5.20 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.20/mach /usr/local/lib/perl5/5.20 /usr/local/lib/perl5/site_perl/5.20 /usr/local/lib/perl5/site_perl/5.20/mach .) at /usr/local/lib/perl5/site_perl/Perl/Lint.pm line 7. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/Perl/Lint.pm line 7. Compilation failed in require at -e line 1. BEGIN failed--compilation aborted at -e line 1. jhood@lister:/home/jhood/src/hg-to-svn 2 $ sudo pkg install -y p5-Module-Pluggable Updating 000local repository catalogue... 000local repository is up-to-date. Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. Checking integrity... done (0 conflicting) The following 1 package(s) will be affected (of 0 checked): New packages to be INSTALLED: p5-Module-Pluggable: 5.1_1 [FreeBSD] The process will require 56 KiB more space. [1/1] Installing p5-Module-Pluggable-5.1_1... [1/1] Extracting p5-Module-Pluggable-5.1_1: 100% jhood@lister:/home/jhood/src/hg-to-svn 0 $ perl -e 'use Perl::Lint; Perl::Lint->new->lint("migrate.pl");' Modification of non-creatable array value attempted, subscript -9 at /usr/local/lib/perl5/site_perl/Perl/Lint/Policy/InputOutput/RequireBriefOpen.pm line 96, <$fh> line 1. -- You are receiving this mail because: You are the assignee for the bug.