[Bug 206881] devel/p5-carton: [PATCH] Add run dependency for devel/p5-Class-Tiny
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Feb 3 13:35:47 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206881
Bug ID: 206881
Summary: devel/p5-carton: [PATCH] Add run dependency for
devel/p5-Class-Tiny
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Keywords: patch
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: kuriyama at FreeBSD.org
Reporter: amontalban at gmail.com
Keywords: patch
Assignee: kuriyama at FreeBSD.org
Flags: maintainer-feedback?(kuriyama at FreeBSD.org)
Created attachment 166495
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=166495&action=edit
[PATCH] devel/p5-carton: Add run dependency for devel/p5-Class-Tiny
I tried to install devel/p5-carton and when I try to use it I get the following
error:
root at packer-freebsd-10:/usr/local/www/transtool_callback_api # carton install
--deployment
Can't locate Class/Tiny.pm in @INC (you may need to install the Class::Tiny
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/Carton/Builder.pm line 10.
BEGIN failed--compilation aborted at
/usr/local/lib/perl5/site_perl/Carton/Builder.pm line 10.
Compilation failed in require at /usr/local/lib/perl5/site_perl/Carton/CLI.pm
line 12.
BEGIN failed--compilation aborted at
/usr/local/lib/perl5/site_perl/Carton/CLI.pm line 12.
Compilation failed in require at /usr/local/bin/carton line 7.
BEGIN failed--compilation aborted at /usr/local/bin/carton line 7.
In April 19, 2015 carton developer changed Moo to Class::Tiny
https://github.com/perl-carton/carton/commit/082f6e75baabd21c1af9c5f06b8e91d52d643a0b
This patch adds the running dependency and I have tested port after applying
the patch and works fine.
Thanks!
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list