X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=0.4 required=5.0 	tests=AWL,BAYES_00
X-Spam-Check-By: sourceware.org
From: Blomqvist Kim <Kim.Blomqvist@digia.com>
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
Date: Thu, 4 Mar 2010 13:32:24 +0200
Subject: RE: git-svn unable to load _Ra.dll
Message-ID: <CA04A6A57256304AB6CA9036AD639A18139F9E1BA5@E2K7MAIL.it.local>
References: <CA04A6A57256304AB6CA9036AD639A18139F90A961@E2K7MAIL.it.local>  <4B8EAA0A.2090509@acm.org> <4B8EB235.2090704@x-ray.at>
In-Reply-To: <4B8EB235.2090704@x-ray.at>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com


>>> After some recent (last month) upgrades (using setup.exe) git-svn stopp=
ed
>>> 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/_R=
a.dll' for module SVN::_Ra: No such process at /usr/lib/perl5/5.10/i686-cyg=
win/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/i6=
86-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.dl=
l' 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-c=
ygwin/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=20
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

