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

Re: Buildbots: require Python-SQLite v3.8.2 [was: FSFS recovery should prune rep-cache even if its use is disabled]

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Mon, 27 Aug 2018 12:00:27 +0000

Branko Čibej wrote on Mon, 27 Aug 2018 13:44 +0200:
> On 24.08.2018 13:55, Julian Foad wrote:
> > Brane, this one's yours:
> >
> >   https://ci.apache.org/buildslaves/svn-x64-macosx-dgvrs
> >
> > The new tests for #4077 are failing on at least this buildbot-slave.
> >
> >   "Can't read rep-cache schema 2 using old Python-SQLite version (3,
> > 7, 13) < (3,8,2)"
> >
> > (danielsh says: the magic number 3.8.2 is the minimum version of SQLite
> > that trunk can be built with.)
> >
> > Can you upgrade it please?
>
> What should I upgrade?

The 'sqlite3' Python module. Compare:

    svn --version -v | grep SQLite
    python -c 'import sqlite3; print(sqlite3.sqlite_version)'

> The build on that buildbot use get-deps.sh to download an amalgamated
> version of SQLite.

Cheers,

Daniel
Received on 2018-08-27 14:00:47 CEST

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

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