Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Alien-SVN CPAN distribution.

Report information
The Basics
Id: 85711
Status: open
Priority: 0/
Queue: Alien-SVN

People
Owner: Nobody in particular
Requestors: daniel.risler [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: sqlite/amalgamation missing
Date: Wed, 29 May 2013 11:16:24 -0700
To: bug-Alien-SVN [...] rt.cpan.org
From: Daniel Risler <daniel.risler [...] gmail.com>
I find that sqlite/amalgamation is missing from the installation tarball. This prevents what would otherwise be a seamless installation. I find I can drop in a link to fix the problem. cd /home/darisler/.cpan/build/Alien-SVN-v1.7.3.1-VTQgSk/src/subversion # # installation fails due to missing sqlite-amalgamation # we have it on our system at the path /opt/src/sqlite-amalgamation-3071700 # # Here is how the link looks: # # sqlite-amalgamation -> /opt/src/sqlite-amalgamation-3071700 # # Here is the command to add the link: # ln -s /opt/src/sqlite-amalgamation-3071700 sqlite-amalgamation # # # Can you please add sqlite-amalgamation to your tarball? This would fix your installation to be perfectly seamless! Thanks, -DR
Looking into this a bit, it seems there's a small raft of SVN client dependencies: 'apr', 'apr-util', 'serf', 'neon', 'zlib', and 'sqlite-amalgamation'.  Normally I'd consider dealing with these dependencies as "out of scope" as I don't want to get into installing *other* C libraries.

However, there is a get-deps.sh to deal with this, Subversion seems smart enough to check versions and all that.

Would you please to the following...

* get a clean copy of the source
* cd into src/subversion
* run ./get-deps.sh to download all the dependencies
* build and test Alien::SVN normally

If that fixes your problem, then we can go ahead and ship with the sources provided by get-deps.sh.
I've amalgamated this discussion into https://github.com/schwern/alien-svn/issues/5
Subject: Re: [rt.cpan.org #85711] sqlite/amalgamation missing
Date: Tue, 13 Jan 2015 11:15:27 -0800
To: bug-Alien-SVN [...] rt.cpan.org
From: Daniel Risler <daniel.risler [...] gmail.com>
I tested this and it works perfectly. Thanks! -Dan Risler Show quoted text
> On Jan 12, 2015, at 2:32 PM, Michael G Schwern via RT <bug-Alien-SVN@rt.cpan.org> wrote: > > <URL: https://rt.cpan.org/Ticket/Display.html?id=85711 > > > I've amalgamated this discussion into > https://github.com/schwern/alien-svn/issues/5 >