git-svn is broken due to perl 5.10 update

David Rothenberger daveroth@acm.org
Tue Dec 15 17:00:00 GMT 2009


On 12/15/2009 7:06 AM, İsmail Dönmez wrote:
> On Tue, Dec 15, 2009 at 11:23 AM, İsmail Dönmez<ismail@namtrac.org>  wrote:
>> Hi;
>>
>> git svn is broken (was working with perl 5.8) :
>>
>> $ git svn rebase
>> Can't load '/usr/lib/perl5/vendor_perl/5.10/i686-cygwin/auto/SVN/_Core/_Core.dll'
>> for module SVN::_Core: No such file or directory 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/Core.pm line 5.
>> Compilation failed in require at /usr/lib/git-core/git-svn line 30.
>
>
> Replying to myself this seems to be a sqlite problem, cygcheck says :
>
> $ cygcheck.exe /usr/lib/perl5/vendor_perl/5.10/i686-cygwin/auto/SVN/_Core/_Core.dll
> [...]
> cygcheck: track_down: could not find cygsqlite3-0.dll
>
> I installed sqlite packages but they only provide a static library.

$ cygcheck -l libsqlite3_0
/usr/bin/cygsqlite3-0.dll

I'm not sure why this is missing from your system. subversion-perl 
depends on subversion which depends on libsqlite3_0.

-- 
David Rothenberger  ----  daveroth@acm.org

"I am, therefore I am."
                 -- Akira

--
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



More information about the Cygwin mailing list