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