This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: git-svn unable to load _Ra.dll


>>> After some recent (last month) upgrades (using setup.exe) git-svn stopped
>>> working for me. Reinstalling every installed package didn't help.
>>>
>>> $ git svn fetch
>>> Can't load '/usr/lib/perl5/vendor_perl/5.10/i686-cygwin/auto/SVN/_Ra/_Ra.dll' for module SVN::_Ra: No such process at /usr/lib/perl5/5.10/i686-cygwin/DynaLoader.pm line 200.
>>>   at /usr/lib/perl5/vendor_perl/5.10/i686-cygwin/SVN/Base.pm line 59
>>> BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.10/i686-cygwin/SVN/Ra.pm line 5.
>>> Compilation failed in require at /usr/lib/git-core/git-svn line 40.

>maybe you need to do a
>$ perlrebaseall
>perl was just updated recently and there might be baseaddress conflicts
>perlrebaseall is new.

$ kill -9 -1
Start -> Run : ash
$ /bin/rebaseall

Also (if this of any use):

$ zgrep _Ra /etc/setup/subversion-perl.lst.gz
usr/lib/perl5/vendor_perl/5.10/i686-cygwin/auto/SVN/_Ra/
usr/lib/perl5/vendor_perl/5.10/i686-cygwin/auto/SVN/_Ra/_Ra.dll

Then from bash, git-svn and SVN:Ra still produces the error:

$ perl -e 'require SVN::Ra'
Can't load '/usr/lib/perl5/vendor_perl/5.10/i686-cygwin/auto/SVN/_Ra/_Ra.dll' for module SVN::_Ra: No such process at /usr/lib/perl5/5.10/i686-cygwin/DynaLoader.pm line 200.
 at /usr/lib/perl5/vendor_perl/5.10/i686-cygwin/SVN/Base.pm line 59
BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.10/i686-cygwin/SVN/Ra.pm line 5.
Compilation failed in require at -e line 1.

>> I'm sorry, I can't reproduce this. git svn fetch is working fine for me,
>> although this is the first time I tried it.

A fresh install doesn't have the problem. Ideas on how to fix 
the problem still welcome, though.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]