David Glasser wrote:
> On Dec 2, 2007 1:01 AM, Lieven Govaerts <svnlgo@mobsol.be> wrote:
>> All python tests are failing on the mac buildslave since a week or so. I
>> did a check to see what's happening and found that svn uses the sqlite3
>> function sqlite3_db_handle not yet defined in the version I'm using, ie
>> 3.1.3. sqlite3_db_handle is added in sqlite3 3.2.2.
>>
>> Attached patch will remove all calls to sqlite3_db_handle. Consequence
>> is that we need to pass the db handle to all helper functions.
>
> Can we really not have a dependency on a version that was released on
> 2007-Jun-13? Where does your Mac's 3.1.3 come from?
>
> --dave
>
It's included in my stock Mac OS X, bought last year. I have no problem
with deciding that svn depends on a certain newer version, but we have
to make that explicit then.
Lieven
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Dec 2 11:37:07 2007