[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: Branko Čibej <brane_at_apache.org>
Date: Mon, 27 Aug 2018 14:23:59 +0200

On 27.08.2018 14:00, Daniel Shahaf wrote:
> 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)'

Ah, ok, that's separate, of course. Implies upgrading Python itself ...
we're using the OS-default version, which is 2.7.5, and a manually
compiled Python3. I'll see what I can do.

-- Brane
Received on 2018-08-27 14:24:08 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.