#12097 closed defect (duplicate)
git-core portfile is missing a dependency on p5-error
Reported by: | jdawson@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | ports | Version: | 1.4.42 |
Keywords: | git-core | Cc: | |
Port: |
Description
After installing git-core, I saw the following error:
$ git remote show Can't locate Error.pm in @INC (@INC contains: /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level /opt/local/lib/perl5/site_perl/5.8.8 /opt/local/lib/perl5/5.8.8/darwin-2level /opt/local/lib/perl5/5.8.8 /opt/local/lib/perl5/site_perl /opt/local/lib/perl5/vendor_perl/5.8.8/darwin-2level /opt/local/lib/perl5/vendor_perl/5.8.8 /opt/local/lib/perl5/vendor_perl .) at /opt/local/lib/perl5/site_perl/5.8.8/Git.pm line 93. BEGIN failed--compilation aborted at /opt/local/lib/perl5/site_perl/5.8.8/Git.pm line 93. Compilation failed in require at /opt/local/bin/git-remote line 4. BEGIN failed--compilation aborted at /opt/local/bin/git-remote line 4.
Doing "port install p5-error" resolved this problem. After "port install p5-error", I saw this (which was the expected result): $ git remote show Usage: git remote show <remote>
Change History (5)
comment:1 Changed 17 years ago by kballard (Lily Ballard)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 17 years ago by jmpalacios (Juan Manuel Palacios)
Milestone: | MacPorts 1.4 → Port Bugs |
---|
Dupe of #12089