On Dec 24, 2010, at 10:54 AM, Gregory Seidman wrote:

> I've been banging my head against this for hours. It's making it impossible
> to use git-svn. On my laptop running Snow Leopard, the following occurs:
> 
> % perl -e 'require SVN::Core;'
> Bus error
> % 
> 
> I have perl588 (5.8.8-9), swig (2.0.1-1), svn-swig-pm588 (1.6.15-1), and
> svn-swig-pm588-shlibs (1.6.15-1). I tried using the Perl debugger (perl -d
> -e 'require SVN::Core;'), but it just spins and chews up CPU. Does anyone
> know how to fix this?
> 
> --Greg

Running just 'perl' will run /usr/bin/perl which is perl 5.10.0 on Snow 
Leopard, not perl 5.8.8. If you really want to use 5.8.8, you need to use 
/sw/bin/perl5.8.8 explicitly. If you just want to use the system's perl 5.10.0, 
you need to install svn-swig-pm5100 instead of svn-swig-pm588. You may also 
have to play 32/64 bit games to get things working. Are you using fink's 
git-svn? It should take care of these details automatically, and if it's not 
I'd like to know so I can fix it. I can say that fink's git-svn works fine for 
me on Snow Leopard.

Daniel


------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to