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

Re: svn trunk r33537: FAIL (i686-debian-sarge1 shared gcc-3.3.5)

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: Thu, 9 Oct 2008 00:51:52 +0200

On Wed, Oct 8, 2008 at 10:47 PM, Erik Huelsmann <ehuels_at_gmail.com> wrote:
> I'm now building with --enable-threadsafe. I hope this will work. If
> not, I'll try removing the Debian default sqlite3 from the system. I
> hope nothing else uses it.
>
> Bye,
>
> Erik.
>
> On Wed, Oct 8, 2008 at 1:54 PM, Greg Stein <gstein_at_gmail.com> wrote:
>> Can't tell without seeing the output...

Since I still seem unable to produce some real builds: which output do
you need? The error from the build? The build or configure output from
sqlite?

The error from the build is available in the buildbot logs (which you
can retrieve from the buildbot site). The build logs from sqlite are a
bit harder.

Bye,

Erik.

>> On Wed, Oct 8, 2008 at 4:45 AM, Erik Huelsmann <ehuels_at_gmail.com> wrote:
>>> On Wed, Oct 8, 2008 at 1:37 PM, Greg Stein <gstein_at_gmail.com> wrote:
>>>> Well... sqlite3_open_v2 is defined in SQLite 3.5. If Erik's system has
>>>> SQLite 3.4 or older, then it won't have that function.
>>>
>>> My system has 3.5.9; I just downloaded the tarball in the configure
>>> message, untarred, cd sqlite-3.5.9; ./configure
>>> --prefix=/usr/local/sqlite3.5 && make && make install
>>>
>>> then I added --with-sqlite=/usr/local/sqlite3.5 to the buildbot
>>> configure command.
>>>
>>> After I did that, the svn configure command succeeded. I seem to be
>>> unable to build though. Is there a path missing in the link command?
>>>
>>> Bye,
>>>
>>> Erik.
>>>
>>>> On Wed, Oct 8, 2008 at 3:52 AM, Bert Huijben <b.huijben_at_competence.biz> wrote:
>>>>>> -----Original Message-----
>>>>>> From: Erik Huelsmann [mailto:ehuels_at_gmail.com]
>>>>>> Sent: woensdag 8 oktober 2008 10:21
>>>>>> To: dev_at_subversion.tigris.org
>>>>>> Subject: Re: svn trunk r33537: FAIL (i686-debian-sarge1 shared gcc-
>>>>>> 3.3.5)
>>>>>>
>>>>>> Should I have configured SQLite with specific parameters? I just ran
>>>>>> ./configure && make && make install.
>>>>>
>>>>> There were two problems:
>>>>> Some code that requires SQLite 3.6.X and was #if-ed for 3.5.X+. That part is fixed in r33540.
>>>>>
>>>>> The other part is:
>>>>> /safer-data/home/erik/buildslave/eh-debsarge1/build/subversion/libsvn_subr/.libs/libsvn_subr-1.so: undefined reference to `sqlite3_prepare_v2'
>>>>> /safer-data/home/erik/buildslave/eh-debsarge1/build/subversion/libsvn_subr/.libs/libsvn_subr-1.so: undefined reference to `sqlite3_open_v2'
>>>>> /safer-data/home/erik/buildslave/eh-debsarge1/build/subversion/libsvn_subr/.libs/libsvn_subr-1.so: undefined reference to `sqlite3_threadsafe'
>>>>>
>>>>> And I can't see where that comes from. (I don't see a sqlite3 reference in the build command line).
>>>>>
>>>>> Bert
>>>>>>
>>>>>> Bye,
>>>>>>
>>>>>>
>>>>>> Erik.
>>>>>>
>>>>>> On Wed, Oct 8, 2008 at 5:10 AM, <buildbot_at_mobsol.be> wrote:
>>>>>> > Full details are available at:
>>>>>> > http://www.mobsol.be/buildbot/i686-debian-sarge1%2520shared%2520gcc-
>>>>>> 3.3.5/builds/1353
>>>>>> >
>>>>>> > Author list: jerenkrantz
>>>>>> >
>>>>>> > Build Slave: eh-debsarge1
>>>>>> >
>>>>>> >
>>>>>> > Subversion Buildbot
>>>>>> > http://www.mobsol.be/buildbot/
>>>>>> >
>>>>>> >
>>>>>> > Last 100 lines of the build log (step: Build ):
>>>>>> >
>>>>>> > configure: Configuring python swig binding
>>>>>> > checking for Python includes... -I/usr/include/python2.4
>>>>>> > checking for compiling Python extensions... gcc -pthread -fno-strict-
>>>>>> aliasing -DNDEBUG -g -O2 -Wall -Wstrict-prototypes -fPIC
>>>>>> > checking for linking Python extensions... gcc -pthread -shared
>>>>>> > checking for linking Python libraries...
>>>>>> > checking for apr_int64_t Python/C API format string... L
>>>>>> > checking perl version... 5008008
>>>>>> > checking for ctypesgen.py... none
>>>>>> > configure: creating ./config.status
>>>>>> > config.status: creating Makefile
>>>>>> > config.status: creating tools/backup/hot-backup.py
>>>>>> > config.status: creating contrib/client-
>>>>>> side/svn_load_dirs/svn_load_dirs.pl
>>>>>> > config.status: creating contrib/client-side/svncopy/svncopy.pl
>>>>>> > config.status: creating contrib/client-side/svncopy/testsvncopy.pl
>>>>>> > config.status: creating contrib/hook-scripts/commit-email.pl
>>>>>> > config.status: creating tools/hook-scripts/commit-access-control.pl
>>>>>> > config.status: creating
>>>>>> subversion/bindings/swig/perl/native/Makefile.PL
>>>>>> > config.status: creating packages/solaris/pkginfo
>>>>>> > config.status: creating subversion/svn_private_config.h
>>>>>> > config.status: executing mkdir-init commands
>>>>>> > /usr/bin/install -c -d subversion/bindings/javahl/classes
>>>>>> > /usr/bin/install -c -d subversion/bindings/javahl/include
>>>>>> > configure: WARNING: we have configured without BDB filesystem support
>>>>>> >
>>>>>> >
>>>>>> > You don't seem to have Berkeley DB version 4.0.14 or newer
>>>>>> > installed and linked to APR-UTIL. We have created Makefiles which
>>>>>> > will build without the Berkeley DB back-end; your repositories will
>>>>>> > use FSFS as the default back-end. You can find the latest version of
>>>>>> > Berkeley DB here:
>>>>>> > http://www.oracle.com/technology/software/products/berkeley-
>>>>>> db/index.html
>>>>>> >
>>>>>> > + echo '========= make'
>>>>>> > ========= make
>>>>>> > + make
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_delta/cancel.lo -c subversion/libsvn_delta/cancel.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_delta/compat.lo -c subversion/libsvn_delta/compat.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_delta/compose_delta.lo -c
>>>>>> subversion/libsvn_delta/compose_delta.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_delta/debug_editor.lo -c
>>>>>> subversion/libsvn_delta/debug_editor.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_delta/default_editor.lo -c
>>>>>> subversion/libsvn_delta/default_editor.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_delta/depth_filter_editor.lo -c
>>>>>> subversion/libsvn_delta/depth_filter_editor.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_delta/path_driver.lo -c
>>>>>> subversion/libsvn_delta/path_driver.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_delta/svndiff.lo -c subversion/libsvn_delta/svndiff.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_delta/text_delta.lo -c
>>>>>> subversion/libsvn_delta/text_delta.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_delta/version.lo -c subversion/libsvn_delta/version.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_delta/xdelta.lo -c subversion/libsvn_delta/xdelta.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/atomic.lo -c subversion/libsvn_subr/atomic.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/auth.lo -c subversion/libsvn_subr/auth.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/cache-inprocess.lo -c
>>>>>> subversion/libsvn_subr/cache-inprocess.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/cache-memcache.lo -c
>>>>>> subversion/libsvn_subr/cache-memcache.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/cache.lo -c subversion/libsvn_subr/cache.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/checksum.lo -c subversion/libsvn_subr/checksum.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/cmdline.lo -c subversion/libsvn_subr/cmdline.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/compat.lo -c subversion/libsvn_subr/compat.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/config.lo -c subversion/libsvn_subr/config.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/config_auth.lo -c
>>>>>> subversion/libsvn_subr/config_auth.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/config_file.lo -c
>>>>>> subversion/libsvn_subr/config_file.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/config_win.lo -c
>>>>>> subversion/libsvn_subr/config_win.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/constructors.lo -c
>>>>>> subversion/libsvn_subr/constructors.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/ctype.lo -c subversion/libsvn_subr/ctype.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/date.lo -c subversion/libsvn_subr/date.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/dirent_uri.lo -c
>>>>>> subversion/libsvn_subr/dirent_uri.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/dso.lo -c subversion/libsvn_subr/dso.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/error.lo -c subversion/libsvn_subr/error.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/hash.lo -c subversion/libsvn_subr/hash.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/io.lo -c subversion/libsvn_subr/io.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/iter.lo -c subversion/libsvn_subr/iter.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/kitchensink.lo -c
>>>>>> subversion/libsvn_subr/kitchensink.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/lock.lo -c subversion/libsvn_subr/lock.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/log.lo -c subversion/libsvn_subr/log.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/macos_keychain.lo -c
>>>>>> subversion/libsvn_subr/macos_keychain.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/md5.lo -c subversion/libsvn_subr/md5.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/mergeinfo.lo -c
>>>>>> subversion/libsvn_subr/mergeinfo.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/nls.lo -c subversion/libsvn_subr/nls.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/opt.lo -c subversion/libsvn_subr/opt.c
>>>>>> > subversion/libsvn_subr/opt.c: In function 'svn_opt_subcommand_help':
>>>>>> > subversion/libsvn_subr/opt.c:520: warning:
>>>>>> 'svn_opt_get_canonical_subcommand' is deprecated (declared at
>>>>>> subversion/libsvn_subr/opt.c:75)
>>>>>> > subversion/libsvn_subr/opt.c: In function
>>>>>> 'svn_opt_args_to_target_array2':
>>>>>> > subversion/libsvn_subr/opt.c:881: warning:
>>>>>> 'svn_opt_args_to_target_array3' is deprecated (declared at
>>>>>> ./subversion/include/svn_opt.h:507)
>>>>>> > subversion/libsvn_subr/opt.c: In function
>>>>>> 'svn_opt_args_to_target_array':
>>>>>> > subversion/libsvn_subr/opt.c:1026: warning:
>>>>>> 'svn_opt_args_to_target_array2' is deprecated (declared at
>>>>>> subversion/libsvn_subr/opt.c:880)
>>>>>> > subversion/libsvn_subr/opt.c: In function 'svn_opt_print_help':
>>>>>> > subversion/libsvn_subr/opt.c:1325: warning: 'svn_opt_subcommand_help'
>>>>>> is deprecated (declared at subversion/libsvn_subr/opt.c:518)
>>>>>> > subversion/libsvn_subr/opt.c:1331: warning:
>>>>>> 'svn_opt_print_generic_help' is deprecated (declared at
>>>>>> subversion/libsvn_subr/opt.c:414)
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/path.lo -c subversion/libsvn_subr/path.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/pool.lo -c subversion/libsvn_subr/pool.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/prompt.lo -c subversion/libsvn_subr/prompt.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/properties.lo -c
>>>>>> subversion/libsvn_subr/properties.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/quoprint.lo -c subversion/libsvn_subr/quoprint.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/sha1.lo -c subversion/libsvn_subr/sha1.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/simple_providers.lo -c
>>>>>> subversion/libsvn_subr/simple_providers.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/sorts.lo -c subversion/libsvn_subr/sorts.c
>>>>>> > /bin/sh /safer-data/home/erik/buildslave/eh-debsarge1/build/libtool -
>>>>>> -tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -
>>>>>> D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -pthread -
>>>>>> D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
>>>>>> -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion -
>>>>>> I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -
>>>>>> I/usr/local/neon-0.25.5/include/neon -I/usr/local/sqlite3.5/include -o
>>>>>> subversion/libsvn_subr/sqlite.lo -c subversion/libsvn_subr/sqlite.c
>>>>>> > subversion/libsvn_subr/sqlite.c: In function 'init_sqlite':
>>>>>> > subversion/libsvn_subr/sqlite.c:344: error:
>>>>>> 'SQLITE_CONFIG_MULTITHREAD' undeclared (first use in this function)
>>>>>> > subversion/libsvn_subr/sqlite.c:344: error: (Each undeclared
>>>>>> identifier is reported only once
>>>>>> > subversion/libsvn_subr/sqlite.c:344: error: for each function it
>>>>>> appears in.)
>>>>>> > make: *** [subversion/libsvn_subr/sqlite.lo] Error 1
>>>>>> > + exit 2
>>>>>> >
>>>>>> >
>>>>>> > ---------------------------------------------------------------------
>>>>>> > To unsubscribe, e-mail: svn-breakage-
>>>>>> unsubscribe_at_subversion.tigris.org
>>>>>> > For additional commands, e-mail: svn-breakage-
>>>>>> help_at_subversion.tigris.org
>>>>>> >
>>>>>> >
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
>>>>>> For additional commands, e-mail: dev-help_at_subversion.tigris.org
>>>>>
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
>>>>> For additional commands, e-mail: dev-help_at_subversion.tigris.org
>>>>>
>>>>>
>>>>
>>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-10-09 00:52:07 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.