#34980: p5.12-svn-simple : Warning: SVN::Core missing or outdated - installation fails --------------------------------+------------------------------------------- Reporter: dan@… | Owner: dluke@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: p5.12-svn-simple --------------------------------+------------------------------------------- Comment(by benedikt.huber@…): The problem here is that although {{{subversion-perlbindings}}} were installed, they seemed to be broken. Investigating (additional line breaks by me): {{{ perl -e 'use SVN::Core; print "$SVN::Core::VER_MAJOR.$SVN::Core::VER_MINOR.$SVN::Core::VER_MICRO"' Can't locate SVN/Core.pm in @INC \ (@INC contains: /opt/local/lib/perl5/site_perl/5.12.4/darwin-thread-multi- 2level \ /opt/local/lib/perl5/site_perl/5.12.4 /opt/local/lib/perl5/vendor_perl/5.12.4/darwin-thread-multi-2level \ /opt/local/lib/perl5/vendor_perl/5.12.4 /opt/local/lib/perl5/5.12.4/darwin-thread-multi-2level \ /opt/local/lib/perl5/5.12.4 \ /opt/local/lib/perl5/site_perl \ /opt/local/lib/perl5/vendor_perl .) at -e line 1. }}} Although there is a {{{SVN/Core.pm}}} on the system in {{{ /opt/local/lib/perl5/vendor_perl/5.12.4/darwin-multi-2level/ }}} perl cannot find it, as this directory is not in {{{@INC}}}. No idea why, but a workaround which worked for me was {{{ sudo port install subversion-perlbindings +universal sudo port install p5.12-svn-simple }}} Now, I have a working git+svn :) -- Ticket URL: <https://trac.macports.org/ticket/34980#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS