Changes between Initial Version and Version 1 of Ticket #35660
- Timestamp:
- Aug 13, 2012, 11:34:48 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35660
- Property Owner changed from macports-tickets@… to dluke@…
-
Ticket #35660 – Description
initial v1 1 1 I'm encountering '===> Warning: SVN::Core missing or outdated.' on 10.8 with XCode 4.4 trying to install git-core +svn 2 2 3 {{{ 3 4 Mikuru:oyster jpingel$ perl -MSVN::Core -e 'print $SVN::Core::VERSION."\n";' 4 5 1.7.5 5 6 Mikuru:oyster jpingel$ port info subversion-perlbindings 6 7 subversion-perlbindings @1.7.5, Revision 1 (devel, perl) 8 }}} 7 9 8 10 Uninstalling subversion and subversion-perlbindings and then reinstalling has not helped and I encountered the same failure with subversion-perlbindings +universal when trying to install p5.12-svn-simple for git-core +svn. … … 10 12 I'm running the latest macports according to selfupdate and all outdated ports have been upgraded: 11 13 14 {{{ 12 15 Mikuru:oyster jpingel$ sudo port selfupdate 13 16 ---> Updating MacPorts base sources using rsync … … 16 19 ---> Updating the ports tree 17 20 ---> MacPorts base is already the latest version 21 }}} 18 22 19 23 This system was upgraded from 10.7.x to 10.8 upon release and at the time I went through the steps of uninstalling and reinstalling macports as outlined on the migration wiki page and haven't had any issues with other ports.