[MacPorts] #43365: Required dependency p5-term-readkey not installed with svn variant
MacPorts
noreply at macports.org
Mon Apr 14 12:58:44 PDT 2014
#43365: Required dependency p5-term-readkey not installed with svn variant
-----------------------------------------+--------------------------------
Reporter: ian.hinder@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Low | Milestone:
Component: ports | Version: 2.2.1
Keywords: subversion perl git git-svn | Port: git-core
-----------------------------------------+--------------------------------
When installing git-core with the svn variant, the Perl ReadKey.pm package
is not installed. This manifests itself as an error when using git-svn if
SVN prompts for credentials:
{{{
Password for 'XXX': Can't locate Term/ReadKey.pm in @INC (@INC contains:
/opt/local/lib/perl5/site_perl/5.16.3/darwin-thread-multi-2level
/opt/local/lib/perl5/site_perl/5.16.3
/opt/local/lib/perl5/vendor_perl/5.16.3/darwin-thread-multi-2level
/opt/local/lib/perl5/vendor_perl/5.16.3 /opt/local/lib/perl5/5.16.3
/darwin-thread-multi-2level
/opt/local/lib/perl5/5.16.3 /opt/local/lib/perl5/site_perl
/opt/local/lib/perl5/vendor_perl/5.16.1/darwin-thread-multi-2level
/opt/local/lib/perl5/vendor_perl/5.16.1 /opt/local/lib/perl5/vendor_perl
.)
at /opt/local/lib/perl5/site_perl/5.16.3/Git.pm line 565.
}}}
Installing the package p5-term-readkey solves the problem. Maybe this
package should be listed as a dependency in the port description?
{{{
variant svn description {Bi-directional subversion repository support} {
depends_run-append port:subversion \
port:p${perl_version}-libwww-perl \
port:p${perl_version}-svn-simple \
port:p${perl_version}-term-readkey
}}
}}}
--
Ticket URL: <https://trac.macports.org/ticket/43365>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list