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 is broken due to perl 5.10 update


On 12/15/2009 9:00 AM, David Rothenberger wrote:
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.

I just updated to the newly released sqlite package and now I'm also getting this error. It seems that libsqlite3_0-3.6.21-1 contains only the static libraries, as you reported.


Reverting sqlite3 to 3.6.2-1 should fix the problem.

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

Lay on, MacDuff, and curs'd be him who first cries, "Hold, enough!".
                -- Shakespeare

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