Re: svnsync_test.py fails: wrong version of SQLite library

2010-11-24 Thread Michael J. Bauer
The documentation on how to use the amalgamation should be clearer. After many false starts, I got it to successfully configure with: ./configure --prefix=/usr/sup/subversion-1.6.13 --with-sqlite=/tmp/sqlite-3.7.3/sqlite3.c I'm mildly surprised that it can't find sqlite3.c if you feed it a

Re: svnsync_test.py fails: wrong version of SQLite library

2010-11-24 Thread Kris Deugau
Michael J. Bauer wrote: I see no SVN version 1.6 RPM in RPMForge. It's the first place I looked before trying to build it by hand. Very strange: (trimmed a little) [kdeu...@lilbro ~]$ yum list |grep subversion subversion.x86_64 1.6.13-0.1.el5.rf installed [kdeu...@lilbro ~]$

Re: svnsync_test.py fails: wrong version of SQLite library

2010-11-24 Thread Daniel Shahaf
Couldn't hurt. There's no need for the whole log though, a representative sample should be enough... Does it fail in the same way under 'make check' as under './svnsync_tests.py -v'? (You can pass TESTS=subversion/tests/cmdline/svnsync_tests.py to 'make check', by the way.) Michael J. Bauer wro

Re: svnsync_test.py fails: wrong version of SQLite library

2010-11-24 Thread Michael J. Bauer
I have not tried that method; I'll try it now and report back when 'make check' finishes. MJB On 11/23/2010 9:18 PM, Hyrum K. Wright wrote: On Tue, Nov 23, 2010 at 6:16 PM, Michael J. Bauer wrote: I am attempting to build SVN on a RHEL 5.4 system. There are two versions of SQLite on the sy

Re: svnsync_test.py fails: wrong version of SQLite library

2010-11-24 Thread Michael J. Bauer
I see no SVN version 1.6 RPM in RPMForge. It's the first place I looked before trying to build it by hand. r...@sunfire60# rpm -i rpmforge-release-0.5.1-1.el5.rf.x86_64.rpm r...@sunfire60# yum list > /tmp/foo r...@sunfire60# grep -i '^svn' /tmp/foo | grep 1.6 r...@sunfire60# grep -i '^subversio

Re: svnsync_test.py fails: wrong version of SQLite library

2010-11-24 Thread Michael J. Bauer
The only test that failed out of the 71 run by 'make check' was svnsync_test.py. The only things that appeared to fail within that test were svnsync sync. I can send the test log if you like. MJB On 11/24/2010 2:45 AM, Daniel Shahaf wrote: Michael J. Bauer wrote on Tue, Nov 23, 2010 at 19:1

Re: svnsync_test.py fails: wrong version of SQLite library

2010-11-23 Thread Daniel Shahaf
Michael J. Bauer wrote on Tue, Nov 23, 2010 at 19:16:32 -0500: > It looks like svnsync is picking up the wrong version of SQLite, despite > being compiled with the correct version. This appears to happen only on > svnsync synchronize, but I've not exhaustively read through the logs. I'd be

Re: svnsync_test.py fails: wrong version of SQLite library

2010-11-23 Thread Nico Kadel-Garcia
On Tue, Nov 23, 2010 at 7:16 PM, Michael J. Bauer wrote: > I am attempting to build SVN on a RHEL 5.4 system.  There are two versions > of SQLite on the system: Use the SRPM or the RPM from RPMforge. I've had some involvement with that: previous contributors included the squlite-amalgmation tarba

Re: svnsync_test.py fails: wrong version of SQLite library

2010-11-23 Thread Hyrum K. Wright
On Tue, Nov 23, 2010 at 6:16 PM, Michael J. Bauer wrote: > I am attempting to build SVN on a RHEL 5.4 system.  There are two versions > of SQLite on the system: > > * The stock system SQLite, version 3.3.6, with library in /usr/lib > * A new version of SQLite, version 3.7.3, with library in /usr/s

svnsync_test.py fails: wrong version of SQLite library

2010-11-23 Thread Michael J. Bauer
I am attempting to build SVN on a RHEL 5.4 system. There are two versions of SQLite on the system: * The stock system SQLite, version 3.3.6, with library in /usr/lib * A new version of SQLite, version 3.7.3, with library in /usr/sup/lib I configured SVN with the following options: ./configure