Ticket #13401 (closed defect: fixed)
git-core with +svn produces a git-svn that uses the wrong perl binary
| Reported by: | tim.stoop@… | Owned by: | blb@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | Port Bugs |
| Component: | ports | Version: | 1.5.2 |
| Keywords: | git-svn perl | Cc: | boeyms@…, bryan@…, blb@…, maccheck@…, dbueno@… |
| Port: | git-core |
Description (last modified by jmpp@…) (diff)
After building git-core with +svn, I tried to start git-svn and get the following message:
asterisk:~ tim$ git-svn Can't locate SVN/Core.pm in @INC (@INC contains: /opt/local/lib/perl5/site_perl/5.8.8 /System/Library/Perl/5.8.6/darwin-thread-multi-2level /System/Library/Perl/5.8.6 /Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6 /Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level /Network/Library/Perl/5.8.6 /Network/Library/Perl /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level /System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1 .) at /opt/local/bin/git-svn line 24. asterisk:~ tim$
I can solve this by editing the hashbang of /opt/local/bin/git-svn and changing it to: #! /opt/local/bin/perl
Should be a patch?
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

