[Bug 201534] textproc/p5-Perl-Lint: requires devel/p5-Module-Pluggable at runtime
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jul 13 18:43:14 UTC 2015
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 at FreeBSD.org
Reporter: cgull+l-freebsd-bugzilla at glup.org
CC: lth at FreeBSD.org, perl at FreeBSD.org
CC: lth at FreeBSD.org, perl at 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 at 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 at 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 at 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 at 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 at 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 at 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 on the CC list for the bug.
More information about the freebsd-perl
mailing list