X-Recipient: archive-cygwin@delorie.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@mail.gmail.com>  	<19e566510912150706i1630f295x5546de2ce6678107@mail.gmail.com>  	<4B27C0A3.5060809@acm.org>
From: =?UTF-8?B?xLBzbWFpbCBEw7ZubWV6?= <ismail@namtrac.org>
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@cygwin.com
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@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

Hi;

On Tue, Dec 15, 2009 at 7:00 PM, David Rothenberger <daveroth@acm.org> 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<ismail@namtrac=
.org>
>> =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

