[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: 404 on SQLite dependency in get-deps.sh

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Fri, 22 Jul 2011 21:10:57 +0300

The following changes will be included in the next release:

 * r1134734
   Fix sqlite-amalgamation location and archive format.
   Branch:
     1.6.x-r1134734
   Justification:
     Users report get-deps.sh of sqlite is currently broken.
   Notes:
     r1134734 also bumped dependency versions; the backport branch excludes
     those bumps.
   Votes:
     +1: danielsh, arfrever, julianfoad

Without looking into the details, I guess you're reporting the same
issue?

Conor wrote on Fri, Jul 22, 2011 at 11:37:25 -0400:
> Problem:
>
> The URL used by get-deps.sh from subversion-1.6.17.tar.gz to get SQLite,
> http://www.sqlite.org/sqlite-amalgamation-3.7.5.tar.gz, is 404.
>
> Proposed Solution:
>
> It looks like sqlite.org has changed (?) their filename format, as the
> latest version of the amalgamation file is 3.7.7.1, and the URL is:
> http://sqlite.org/sqlite-amalgamation-3070701.zip
>
> Need to change:
> Line 31: SQLITE_VERSION=3.7.5 to SQLITE_VERSION=3070701
> Line 53: wget -nc http://www.sqlite.org/$SQLITE.tar.gz to wget -nc
> http://www.sqlite.org/$SQLITE.zip
> Line 61: gzip -dc $TEMPDIR/$SQLITE.tar.gz | tar -xf - to unzip
> $TEMPDIR/$SQLITE.zip
> Line 67: mv sqlite-$SQLITE_VERSION sqlite-amalgamation to mv
> $SQLITE.zip sqlite-amalgamation
>
>
> -Conor
Received on 2011-07-22 20:11:55 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.