I ran into this issue just after upgrading to Mac OSX Mountain Lion 10.8
Can't locate SVN/Core.pm in @INC (@INC contains: /Applications/Xcode.app/Contents/Developer/usr/share/git-core/perl /usr/../Library/Perl/5.12/darwin-thread-multi-2level /usr/share/git-core/perl /Library/Perl/5.12/darwin-thread-multi-2level /Library/Perl/5.12 /Network/Library/Perl/5.12/darwin-thread-multi-2level /Network/Library/Perl/5.12 /Library/Perl/Updates/5.12.4 /System/Library/Perl/5.12/darwin-thread-multi-2level /System/Library/Perl/5.12 /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level /System/Library/Perl/Extras/5.12 .) at /usr/libexec/git-core/git-svn line 61.
I found this blog: http://lifeandcode.net/2012/02/using-git-svn-on-os-x-10-8-developer-preview/
1. Update to XCode 4.4!
2. Add this to your shell script
export PERL5LIB="/Applications/Xcode.app/Contents/Developer/Library/Perl/5.12/darwin-thread-multi-2level"
UPDATE: 28-Jul-12
- Install XCode Command Line Tools
- Run this command:
sudo ln -s /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain
UPDATE: 30-Jul-12
Issue with installing MariaDB (better fork of MySql). This link indicates a similar issue with Graphwiz.
ERROR: "fatal error: 'ac_nonexistent.h' file not found"
export HOMEBREW_MAKE_JOBS=1
brew install -vd mariadb