X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=BAYES_00,SARE_MSGID_LONG40 X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <4B27C0A3.5060809@acm.org> References: <19e566510912150123v649152d2g2c4696d58b5c656d AT mail DOT gmail DOT com> <19e566510912150706i1630f295x5546de2ce6678107 AT mail DOT gmail DOT com> <4B27C0A3 DOT 5060809 AT acm DOT org> From: =?UTF-8?B?xLBzbWFpbCBEw7ZubWV6?= Date: Tue, 15 Dec 2009 19:38:59 +0200 Message-ID: <19e566510912150938v7b03f9f5r76ecc0003e574914@mail.gmail.com> Subject: Re: git-svn is broken due to perl 5.10 update To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Hi; On Tue, Dec 15, 2009 at 7:00 PM, David Rothenberger wrot= e: > On 12/15/2009 7:06 AM, =C4=B0smail D=C3=B6nmez wrote: >> >> On Tue, Dec 15, 2009 at 11:23 AM, =C4=B0smail D=C3=B6nmez >> =C2=A0wrote: >>> >>> 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. >>> =C2=A0at /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. libsqlite3_0 does not install any dll, sqlite3 package installs the dll. This also fixes the svn problem someone else reported. Regards, i.d. -- 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