Opened 17 years ago

Closed 17 years ago

#12240 closed defect (fixed)

git-svn fails after upgrading to latest version

Reported by: rsaccon@… Owned by: mgrimes@…
Priority: Normal Milestone:
Component: ports Version: 1.4.40
Keywords: Cc:
Port:

Description

after upgrading git-core to 1.5.2.2 (was installed with +svn) I am getting the followign error when doing git-svn:

git-svn 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-svn line 39. BEGIN failed--compilation aborted at /opt/local/bin/git-svn line 39.

after googeling "git-svn Error.pm", I think this seems to be a common problem with packaged versions of git, and in git 1.5.1.2 it wsas attmpted to solve this with a local version of Error.pm, but when upgrading with macports, something seems to go wrong.

Change History (2)

comment:1 Changed 17 years ago by mgrimes@…

Owner: changed from macports-dev@… to mgrimes@…

comment:2 Changed 17 years ago by mgrimes@…

Resolution: fixed
Status: newclosed

Fixed in r26771. I used git-svn to commit it :)

Note: See TracTickets for help on using tickets.