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

Re: unexpected "SSL is not supported" error

From: <kfogel_at_collab.net>
Date: 2005-11-26 04:53:52 CET

kfogel@collab.net writes:
> I'm unexpectedly getting an "SSL is not supported" error from update.
>
> I configured and built Subversion (trunk r17519) with SSL support.
> Below is the full 'autogen.sh; configure; make' output. As you can
> see, I requested SSL support, and configure detected it, and it
> appears to have been linked in. Everything looked fine...
>
> Yet when I attempt 'svn up' in an https:// working copy, I get an
> error. See the end of the transcript below. Note that running update
> in regular http:// working copies succeeds.
>
> This is on a Debian GNU/Linux system running a fairly recent 'testing'
> distribution (I recently did 'apt-get dist-upgrade', though I haven't
> rebooted yet since then).
>
> Anyone experienced this before?

Well, in my source tree I upgraded neon/ from Neon 0.25.0 to 0.25.4,
rebuilt from scratch, reinstalled, and the problem went away. Go figure.

-Karl

> --------------------8-<-------cut-here---------8-<-----------------------
> $ cat ./mak
> make fast-clean; make local-clean; make extraclean
> rm -f libtool; ./autogen.sh;
>
> ./configure --with-swig \
> --with-ssl \
> --enable-maintainer-mode \
> --with-apr=/usr/local/apache2 \
> --with-apr-util=/usr/local/apache2
>
> $ ./mak; make
> ./mak; make
> cd ./doc/misc-docs && make clean
> make[1]: Entering directory `/home/kfogel/src/subversion/doc/misc-docs'
> rm -f ./version.xml
> rm -f ./svn-misc-docs.html ./svn-misc-docs.fo
> rm -rf ./html-chunk
> rm -f ./svn-misc-docs.pdf ./svn-misc-docs.ps
> make[1]: Leaving directory `/home/kfogel/src/subversion/doc/misc-docs'
> cd ./doc/design && make clean
> make[1]: Entering directory `/home/kfogel/src/subversion/doc/design'
> rm -f ./version.xml
> rm -f ./svn-design.html ./svn-design.fo
> rm -rf ./html-chunk
> rm -f ./svn-design.pdf ./svn-design.ps
> make[1]: Leaving directory `/home/kfogel/src/subversion/doc/design'
> rm -rf ./doc/doxygen
> Cleaning subversion/tests/libsvn_fs_base ...
> Cleaning subversion/tests/libsvn_subr ...
> Cleaning tools/diff ...
> Cleaning subversion/tests/libsvn_diff ...
> Cleaning subversion/tests/libsvn_fs ...
> Cleaning subversion/bindings/java/javahl/src/org/tigris/subversion/javahl ...
> Cleaning subversion/bindings/java/javahl/classes ...
> Cleaning subversion/bindings/java/javahl/include ...
> Cleaning subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/tests ...
> Cleaning subversion/libsvn_client ...
> Cleaning subversion/libsvn_delta ...
> Cleaning subversion/libsvn_diff ...
> Cleaning subversion/libsvn_fs ...
> Cleaning subversion/libsvn_fs_base ...
> Cleaning subversion/libsvn_fs_base/bdb ...
> Cleaning subversion/libsvn_fs_base/util ...
> Cleaning subversion/libsvn_fs_fs ...
> Cleaning subversion/libsvn_ra ...
> Cleaning subversion/libsvn_ra_dav ...
> Cleaning subversion/libsvn_ra_local ...
> Cleaning subversion/libsvn_ra_svn ...
> Cleaning subversion/libsvn_repos ...
> Cleaning subversion/libsvn_subr ...
> Cleaning subversion/bindings/swig/perl/libsvn_swig_perl ...
> Cleaning subversion/bindings/swig/python/libsvn_swig_py ...
> Cleaning subversion/bindings/swig/ruby/libsvn_swig_ruby ...
> Cleaning subversion/tests ...
> Cleaning subversion/libsvn_wc ...
> Cleaning subversion/bindings/java/javahl/native ...
> Cleaning subversion/po ...
> Cleaning subversion/mod_authz_svn ...
> Cleaning subversion/mod_dav_svn ...
> Cleaning contrib/client-side ...
> Cleaning subversion/tests/libsvn_ra_local ...
> Cleaning subversion/tests/libsvn_delta ...
> Cleaning subversion/tests/libsvn_repos ...
> Cleaning subversion/clients/cmdline ...
> Cleaning contrib/client-side/svn-push ...
> Cleaning subversion/svnadmin ...
> Cleaning subversion/svndumpfilter ...
> Cleaning subversion/svnlook ...
> Cleaning subversion/svnserve ...
> Cleaning subversion/svnversion ...
> Cleaning subversion/bindings/swig ...
> Cleaning subversion/tests/libsvn_wc ...
> Cleaning subversion/tests/clients/cmdline ...
> Cleaning subversion/bindings/swig/python ...
> Cleaning subversion/bindings/swig/perl ...
> Cleaning subversion/bindings/swig/ruby ...
> Cleaning subversion/bindings/swig/proxy ...
> rm -f contrib/client-side/mucc contrib/client-side/svn-push/svn-push subversion/clients/cmdline/svn subversion/svnadmin/svnadmin subversion/svndumpfilter/svndumpfilter subversion/svnlook/svnlook subversion/svnserve/svnserve subversion/svnversion/svnversion subversion/tests/libsvn_delta/random-test subversion/tests/libsvn_delta/svndiff-test subversion/tests/libsvn_delta/vdelta-test subversion/tests/libsvn_diff/diff-diff3-test subversion/tests/libsvn_fs/fs-test subversion/tests/libsvn_fs/locks-test subversion/tests/libsvn_fs_base/changes-test subversion/tests/libsvn_fs_base/fs-base-test subversion/tests/libsvn_fs_base/key-test subversion/tests/libsvn_fs_base/skel-test subversion/tests/libsvn_fs_base/strings-reps-test subversion/tests/libsvn_ra_local/ra-local-test subversion/tests/libsvn_repos/repos-test subversion/tests/libsvn_subr/compat-test subversion/tests/libsvn_subr/config-test subversion/tests/libsvn_subr/hashdump-test subversion/tests/libsvn_subr/opt-test subversion/!
 te!
> sts/libsvn_subr/path-test subversion/tests/libsvn_subr/stream-test subversion/tests/libsvn_subr/string-test subversion/tests/libsvn_subr/target-test subversion/tests/libsvn_subr/time-test subversion/tests/libsvn_subr/utf-test subversion/tests/libsvn_wc/translate-test tools/diff/diff tools/diff/diff3 tools/diff/diff4
> find /home/kfogel/src/subversion -name "*.pyc" -exec rm {} ';'
> cd ./doc/misc-docs && make clean
> make[1]: Entering directory `/home/kfogel/src/subversion/doc/misc-docs'
> rm -f ./version.xml
> rm -f ./svn-misc-docs.html ./svn-misc-docs.fo
> rm -rf ./html-chunk
> rm -f ./svn-misc-docs.pdf ./svn-misc-docs.ps
> make[1]: Leaving directory `/home/kfogel/src/subversion/doc/misc-docs'
> cd ./doc/design && make clean
> make[1]: Entering directory `/home/kfogel/src/subversion/doc/design'
> rm -f ./version.xml
> rm -f ./svn-design.html ./svn-design.fo
> rm -rf ./html-chunk
> rm -f ./svn-design.pdf ./svn-design.ps
> make[1]: Leaving directory `/home/kfogel/src/subversion/doc/design'
> rm -rf ./doc/doxygen
> Cleaning subversion/tests/libsvn_fs_base ...
> Cleaning subversion/tests/libsvn_subr ...
> Cleaning tools/diff ...
> Cleaning subversion/tests/libsvn_diff ...
> Cleaning subversion/tests/libsvn_fs ...
> Cleaning subversion/bindings/java/javahl/src/org/tigris/subversion/javahl ...
> Cleaning subversion/bindings/java/javahl/classes ...
> Cleaning subversion/bindings/java/javahl/include ...
> Cleaning subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/tests ...
> Cleaning subversion/libsvn_client ...
> Cleaning subversion/libsvn_delta ...
> Cleaning subversion/libsvn_diff ...
> Cleaning subversion/libsvn_fs ...
> Cleaning subversion/libsvn_fs_base ...
> Cleaning subversion/libsvn_fs_base/bdb ...
> Cleaning subversion/libsvn_fs_base/util ...
> Cleaning subversion/libsvn_fs_fs ...
> Cleaning subversion/libsvn_ra ...
> Cleaning subversion/libsvn_ra_dav ...
> Cleaning subversion/libsvn_ra_local ...
> Cleaning subversion/libsvn_ra_svn ...
> Cleaning subversion/libsvn_repos ...
> Cleaning subversion/libsvn_subr ...
> Cleaning subversion/bindings/swig/perl/libsvn_swig_perl ...
> Cleaning subversion/bindings/swig/python/libsvn_swig_py ...
> Cleaning subversion/bindings/swig/ruby/libsvn_swig_ruby ...
> Cleaning subversion/tests ...
> Cleaning subversion/libsvn_wc ...
> Cleaning subversion/bindings/java/javahl/native ...
> Cleaning subversion/po ...
> Cleaning subversion/mod_authz_svn ...
> Cleaning subversion/mod_dav_svn ...
> Cleaning contrib/client-side ...
> Cleaning subversion/tests/libsvn_ra_local ...
> Cleaning subversion/tests/libsvn_delta ...
> Cleaning subversion/tests/libsvn_repos ...
> Cleaning subversion/clients/cmdline ...
> Cleaning contrib/client-side/svn-push ...
> Cleaning subversion/svnadmin ...
> Cleaning subversion/svndumpfilter ...
> Cleaning subversion/svnlook ...
> Cleaning subversion/svnserve ...
> Cleaning subversion/svnversion ...
> Cleaning subversion/bindings/swig ...
> Cleaning subversion/tests/libsvn_wc ...
> Cleaning subversion/tests/clients/cmdline ...
> Cleaning subversion/bindings/swig/python ...
> Cleaning subversion/bindings/swig/perl ...
> Cleaning subversion/bindings/swig/ruby ...
> Cleaning subversion/bindings/swig/proxy ...
> rm -f contrib/client-side/mucc contrib/client-side/svn-push/svn-push subversion/clients/cmdline/svn subversion/svnadmin/svnadmin subversion/svndumpfilter/svndumpfilter subversion/svnlook/svnlook subversion/svnserve/svnserve subversion/svnversion/svnversion subversion/tests/libsvn_delta/random-test subversion/tests/libsvn_delta/svndiff-test subversion/tests/libsvn_delta/vdelta-test subversion/tests/libsvn_diff/diff-diff3-test subversion/tests/libsvn_fs/fs-test subversion/tests/libsvn_fs/locks-test subversion/tests/libsvn_fs_base/changes-test subversion/tests/libsvn_fs_base/fs-base-test subversion/tests/libsvn_fs_base/key-test subversion/tests/libsvn_fs_base/skel-test subversion/tests/libsvn_fs_base/strings-reps-test subversion/tests/libsvn_ra_local/ra-local-test subversion/tests/libsvn_repos/repos-test subversion/tests/libsvn_subr/compat-test subversion/tests/libsvn_subr/config-test subversion/tests/libsvn_subr/hashdump-test subversion/tests/libsvn_subr/opt-test subversion/!
 te!
> sts/libsvn_subr/path-test subversion/tests/libsvn_subr/stream-test subversion/tests/libsvn_subr/string-test subversion/tests/libsvn_subr/target-test subversion/tests/libsvn_subr/time-test subversion/tests/libsvn_subr/utf-test subversion/tests/libsvn_wc/translate-test tools/diff/diff tools/diff/diff3 tools/diff/diff4
> find /home/kfogel/src/subversion -name "*.pyc" -exec rm {} ';'
> rm -rf subversion/tests/clients/cmdline/svn-test-work \
> subversion/tests/libsvn_fs/test-repo-* \
> subversion/tests/libsvn_fs_base/test-repo-* \
> subversion/tests/libsvn_ra_local/test-repo-* \
> subversion/tests/libsvn_repos/test-repo-* \
> subversion/tests/libsvn_subr/z \
> tests.log
> rm -rf /home/kfogel/src/subversion/subversion/bindings/swig/python/libsvn
> if test -z ""; then \
> rm -rf /home/kfogel/src/subversion/subversion/bindings/swig/python/svn_*.c /home/kfogel/src/subversion/subversion/bindings/swig/python/core.c /home/kfogel/src/subversion/subversion/bindings/swig/python/[a-z]*.py; \
> fi
> for d in /home/kfogel/src/subversion/subversion/bindings/swig/python /home/kfogel/src/subversion/subversion/bindings/swig/python/libsvn_swig_py; \
> do \
> cd $d && rm -rf *.lo *.la *.o *.pyc .libs; \
> done
> find /home/kfogel/src/subversion/subversion/bindings/swig/python /home/kfogel/src/subversion/subversion/bindings/swig/python -name "*.pyc" -exec rm {} ';'
> if test -z ""; then \
> rm -f /home/kfogel/src/subversion/subversion/bindings/swig/perl/native/svn_*.c /home/kfogel/src/subversion/subversion/bindings/swig/perl/native/core.c; \
> fi
> for d in /home/kfogel/src/subversion/subversion/bindings/swig/perl/libsvn_swig_perl; \
> do \
> cd $d; \
> rm -rf *.lo *.la *.o .libs; \
> done
> if [ -f "/home/kfogel/src/subversion/subversion/bindings/swig/perl/native/Makefile" ]; then \
> cd /home/kfogel/src/subversion/subversion/bindings/swig/perl/native; make clean; \
> fi
> rm -rf /home/kfogel/src/subversion/subversion/bindings/swig/ruby/test/repos /home/kfogel/src/subversion/subversion/bindings/swig/ruby/test/wc
> if test -z ""; then \
> rm -f /home/kfogel/src/subversion/subversion/bindings/swig/ruby/svn_*.c /home/kfogel/src/subversion/subversion/bindings/swig/ruby/core.c; \
> fi
> for d in /home/kfogel/src/subversion/subversion/bindings/swig/ruby /home/kfogel/src/subversion/subversion/bindings/swig/ruby/libsvn_swig_ruby; \
> do \
> cd $d; \
> rm -rf *.lo *.la *.o .libs; \
> done
> if test -z ""; then \
> rm -f /home/kfogel/src/subversion/subversion/bindings/swig/proxy/*.swg; \
> fi
> ------ making distclean(no extraclean) in neon
> make[1]: Entering directory `/home/kfogel/src/subversion/neon'
> make[2]: Entering directory `/home/kfogel/src/subversion/neon/src'
> rm -f libneon.la *.o *.lo *.bbg *.bb *.gc*
> rm -rf .libs
> make[2]: Leaving directory `/home/kfogel/src/subversion/neon/src'
> make[2]: Entering directory `/home/kfogel/src/subversion/neon/test'
> rm -f uri-tests util-tests string-tests socket session request auth basic stubs redirect socket-ssl ssl compress xml xmlreq acl props lock ca-stamp file1.gz file2.gz trailing.gz badcsum.gz truncated.gz corrupt1.gz corrupt2.gz empty.gz *.*o common/*.*o libtest.*a *.log
> rm -f *.gc* *.da *.bb* common/*.bb* common/*.gc* common/*.da
> rm -rf ca .libs
> rm -f ca-stamp client.key *.csr ssigned.pem wrongcn.pem \
> server.cert client.cert client.p12 *.cert sparse.bin
> make[2]: Leaving directory `/home/kfogel/src/subversion/neon/test'
> rm -rf Makefile config.h neon.pc config.status src/Makefile libtool config.log config.cache neon-config autom4te*.cache test/Makefile
> make[1]: Leaving directory `/home/kfogel/src/subversion/neon'
> ------ completed distclean(no extraclean) in neon
> cd ./doc/misc-docs && make clean
> make[1]: Entering directory `/home/kfogel/src/subversion/doc/misc-docs'
> rm -f ./version.xml
> rm -f ./svn-misc-docs.html ./svn-misc-docs.fo
> rm -rf ./html-chunk
> rm -f ./svn-misc-docs.pdf ./svn-misc-docs.ps
> make[1]: Leaving directory `/home/kfogel/src/subversion/doc/misc-docs'
> cd ./doc/design && make clean
> make[1]: Entering directory `/home/kfogel/src/subversion/doc/design'
> rm -f ./version.xml
> rm -f ./svn-design.html ./svn-design.fo
> rm -rf ./html-chunk
> rm -f ./svn-design.pdf ./svn-design.ps
> make[1]: Leaving directory `/home/kfogel/src/subversion/doc/design'
> rm -rf ./doc/doxygen
> Cleaning subversion/tests/libsvn_fs_base ...
> Cleaning subversion/tests/libsvn_subr ...
> Cleaning tools/diff ...
> Cleaning subversion/tests/libsvn_diff ...
> Cleaning subversion/tests/libsvn_fs ...
> Cleaning subversion/bindings/java/javahl/src/org/tigris/subversion/javahl ...
> Cleaning subversion/bindings/java/javahl/classes ...
> Cleaning subversion/bindings/java/javahl/include ...
> Cleaning subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/tests ...
> Cleaning subversion/libsvn_client ...
> Cleaning subversion/libsvn_delta ...
> Cleaning subversion/libsvn_diff ...
> Cleaning subversion/libsvn_fs ...
> Cleaning subversion/libsvn_fs_base ...
> Cleaning subversion/libsvn_fs_base/bdb ...
> Cleaning subversion/libsvn_fs_base/util ...
> Cleaning subversion/libsvn_fs_fs ...
> Cleaning subversion/libsvn_ra ...
> Cleaning subversion/libsvn_ra_dav ...
> Cleaning subversion/libsvn_ra_local ...
> Cleaning subversion/libsvn_ra_svn ...
> Cleaning subversion/libsvn_repos ...
> Cleaning subversion/libsvn_subr ...
> Cleaning subversion/bindings/swig/perl/libsvn_swig_perl ...
> Cleaning subversion/bindings/swig/python/libsvn_swig_py ...
> Cleaning subversion/bindings/swig/ruby/libsvn_swig_ruby ...
> Cleaning subversion/tests ...
> Cleaning subversion/libsvn_wc ...
> Cleaning subversion/bindings/java/javahl/native ...
> Cleaning subversion/po ...
> Cleaning subversion/mod_authz_svn ...
> Cleaning subversion/mod_dav_svn ...
> Cleaning contrib/client-side ...
> Cleaning subversion/tests/libsvn_ra_local ...
> Cleaning subversion/tests/libsvn_delta ...
> Cleaning subversion/tests/libsvn_repos ...
> Cleaning subversion/clients/cmdline ...
> Cleaning contrib/client-side/svn-push ...
> Cleaning subversion/svnadmin ...
> Cleaning subversion/svndumpfilter ...
> Cleaning subversion/svnlook ...
> Cleaning subversion/svnserve ...
> Cleaning subversion/svnversion ...
> Cleaning subversion/bindings/swig ...
> Cleaning subversion/tests/libsvn_wc ...
> Cleaning subversion/tests/clients/cmdline ...
> Cleaning subversion/bindings/swig/python ...
> Cleaning subversion/bindings/swig/perl ...
> Cleaning subversion/bindings/swig/ruby ...
> Cleaning subversion/bindings/swig/proxy ...
> rm -f contrib/client-side/mucc contrib/client-side/svn-push/svn-push subversion/clients/cmdline/svn subversion/svnadmin/svnadmin subversion/svndumpfilter/svndumpfilter subversion/svnlook/svnlook subversion/svnserve/svnserve subversion/svnversion/svnversion subversion/tests/libsvn_delta/random-test subversion/tests/libsvn_delta/svndiff-test subversion/tests/libsvn_delta/vdelta-test subversion/tests/libsvn_diff/diff-diff3-test subversion/tests/libsvn_fs/fs-test subversion/tests/libsvn_fs/locks-test subversion/tests/libsvn_fs_base/changes-test subversion/tests/libsvn_fs_base/fs-base-test subversion/tests/libsvn_fs_base/key-test subversion/tests/libsvn_fs_base/skel-test subversion/tests/libsvn_fs_base/strings-reps-test subversion/tests/libsvn_ra_local/ra-local-test subversion/tests/libsvn_repos/repos-test subversion/tests/libsvn_subr/compat-test subversion/tests/libsvn_subr/config-test subversion/tests/libsvn_subr/hashdump-test subversion/tests/libsvn_subr/opt-test subversion/!
 te!
> sts/libsvn_subr/path-test subversion/tests/libsvn_subr/stream-test subversion/tests/libsvn_subr/string-test subversion/tests/libsvn_subr/target-test subversion/tests/libsvn_subr/time-test subversion/tests/libsvn_subr/utf-test subversion/tests/libsvn_wc/translate-test tools/diff/diff tools/diff/diff3 tools/diff/diff4
> find /home/kfogel/src/subversion -name "*.pyc" -exec rm {} ';'
> rm -f Makefile config.cache config.log config.status libtool \
> subversion/svn_private_config.h \
> svn-config tools/backup/hot-backup.py contrib/client-side/svn_load_dirs.pl contrib/client-side/svncopy.pl contrib/client-side/testsvncopy.pl tools/hook-scripts/commit-access-control.pl tools/hook-scripts/commit-email.pl tools/hook-scripts/propchange-email.pl subversion/bindings/swig/perl/native/Makefile.PL
> rm -rf subversion/tests/clients/cmdline/svn-test-work \
> subversion/tests/libsvn_fs/test-repo-* \
> subversion/tests/libsvn_fs_base/test-repo-* \
> subversion/tests/libsvn_ra_local/test-repo-* \
> subversion/tests/libsvn_repos/test-repo-* \
> subversion/tests/libsvn_subr/z \
> tests.log
> rm -rf /home/kfogel/src/subversion/subversion/bindings/swig/python/libsvn
> if test -z ""; then \
> rm -rf /home/kfogel/src/subversion/subversion/bindings/swig/python/svn_*.c /home/kfogel/src/subversion/subversion/bindings/swig/python/core.c /home/kfogel/src/subversion/subversion/bindings/swig/python/[a-z]*.py; \
> fi
> for d in /home/kfogel/src/subversion/subversion/bindings/swig/python /home/kfogel/src/subversion/subversion/bindings/swig/python/libsvn_swig_py; \
> do \
> cd $d && rm -rf *.lo *.la *.o *.pyc .libs; \
> done
> find /home/kfogel/src/subversion/subversion/bindings/swig/python /home/kfogel/src/subversion/subversion/bindings/swig/python -name "*.pyc" -exec rm {} ';'
> rm -rf /home/kfogel/src/subversion/subversion/bindings/swig/python/svn_*.c /home/kfogel/src/subversion/subversion/bindings/swig/python/core.c /home/kfogel/src/subversion/subversion/bindings/swig/python/[a-z]*.py
> if test -z ""; then \
> rm -f /home/kfogel/src/subversion/subversion/bindings/swig/perl/native/svn_*.c /home/kfogel/src/subversion/subversion/bindings/swig/perl/native/core.c; \
> fi
> for d in /home/kfogel/src/subversion/subversion/bindings/swig/perl/libsvn_swig_perl; \
> do \
> cd $d; \
> rm -rf *.lo *.la *.o .libs; \
> done
> if [ -f "/home/kfogel/src/subversion/subversion/bindings/swig/perl/native/Makefile" ]; then \
> cd /home/kfogel/src/subversion/subversion/bindings/swig/perl/native; make clean; \
> fi
> rm -f /home/kfogel/src/subversion/subversion/bindings/swig/perl/native/svn_*.c /home/kfogel/src/subversion/subversion/bindings/swig/perl/native/core.c
> rm -rf /home/kfogel/src/subversion/subversion/bindings/swig/ruby/test/repos /home/kfogel/src/subversion/subversion/bindings/swig/ruby/test/wc
> if test -z ""; then \
> rm -f /home/kfogel/src/subversion/subversion/bindings/swig/ruby/svn_*.c /home/kfogel/src/subversion/subversion/bindings/swig/ruby/core.c; \
> fi
> for d in /home/kfogel/src/subversion/subversion/bindings/swig/ruby /home/kfogel/src/subversion/subversion/bindings/swig/ruby/libsvn_swig_ruby; \
> do \
> cd $d; \
> rm -rf *.lo *.la *.o .libs; \
> done
> rm -f /home/kfogel/src/subversion/subversion/bindings/swig/ruby/svn_*.c /home/kfogel/src/subversion/subversion/bindings/swig/ruby/core.c
> if test -z ""; then \
> rm -f /home/kfogel/src/subversion/subversion/bindings/swig/proxy/*.swg; \
> fi
> rm -f /home/kfogel/src/subversion/subversion/bindings/swig/proxy/*.swg
> rm -f ./build-outputs.mk \
> ./subversion/svn_private_config.h.in \
> ./configure \
> ./ac-helpers/config.guess \
> ./ac-helpers/config.sub \
> ./ac-helpers/libtool.m4 \
> ./ac-helpers/ltmain.sh
> buildcheck: checking installation...
> buildcheck: autoconf version 2.53 (ok)
> buildcheck: autoheader version 2.53 (ok)
> buildcheck: libtool version 1.5.20 (ok)
> Copying libtool helper: /usr/share/aclocal/libtool.m4
> Creating build-outputs.mk...
> Creating svn_private_config.h.in...
> autoheader: `subversion/svn_private_config.h.in' is created
> Creating configure...
>
> You can run ./configure now.
>
> Running autogen.sh implies you are a maintainer. You may prefer
> to run configure in one of the following ways:
>
> ./configure --enable-maintainer-mode
> ./configure --disable-shared
> ./configure --enable-maintainer-mode --disable-shared
>
> Note: If you wish to run a Subversion HTTP server, you will need
> Apache 2.0. See the INSTALL file for details.
>
> configure: Configuring Subversion 1.4.0
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> configure: creating config.nice
> checking for gcc... gcc
> checking for C compiler default output... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking how to run the C preprocessor... gcc -E
> checking for egrep... grep -E
> checking whether ln -s works... yes
> configure: Apache Portable Runtime (APR) library configuration
> checking for APR... yes
> checking APR version... 0.9.5
> configure: Apache Portable Runtime Utility (APRUTIL) library configuration
> checking for APR-util... yes
> checking APR-UTIL version... 0.9.5
> configuring libtool now
> checking for a sed that does not truncate output... /bin/sed
> checking for ld used by gcc... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for /usr/bin/ld option to reload object files... -r
> checking for BSD-compatible nm... /usr/bin/nm -B
> checking how to recognise dependent libraries... pass_all
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking dlfcn.h usability... yes
> checking dlfcn.h presence... yes
> checking for dlfcn.h... yes
> checking for g++... g++
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking how to run the C++ preprocessor... g++ -E
> checking for g77... no
> checking for f77... no
> checking for xlf... no
> checking for cf77... no
> checking for cft77... no
> checking for frt... no
> checking for pgf77... no
> checking for fl32... no
> checking for af77... no
> checking for fort77... no
> checking for f90... no
> checking for xlf90... no
> checking for pgf90... no
> checking for epcf90... no
> checking for f95... no
> checking for fort... no
> checking for xlf95... no
> checking for lf95... no
> checking for g95... no
> checking for fc... no
> checking whether we are using the GNU Fortran 77 compiler... no
> checking whether accepts -g... no
> checking the maximum length of command line arguments... 32768
> checking command to parse /usr/bin/nm -B output from gcc object... ok
> checking for objdir... .libs
> checking for ar... ar
> checking for ranlib... ranlib
> checking for strip... strip
> checking if gcc static flag works... yes
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fPIC
> checking if gcc PIC flag -fPIC works... yes
> checking if gcc supports -c -o file.o... yes
> checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
> checking whether -lc should be explicitly linked in... no
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> configure: creating libtool
> appending configuration tag "CXX" to libtool
> checking for ld used by g++... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
> checking for g++ option to produce PIC... -fPIC
> checking if g++ PIC flag -fPIC works... yes
> checking if g++ supports -c -o file.o... yes
> checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> appending configuration tag "F77" to libtool
> checking whether libtool accepts --tag=XXX... conftest.c:28: warning: function declaration isn't a prototype
> yes
> checking whether libtool needs -no-undefined... no
> checking whether to avoid circular linkage at all costs... no
> configure: checking neon library
> checking neon library version... 0.25.0
> Using neon found in source directory.
> configuring package in neon now
> checking for a BSD-compatible install... /usr/bin/install -c
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> checking for a sed that does not truncate output... /bin/sed
> checking for egrep... grep -E
> checking for ld used by gcc... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for /usr/bin/ld option to reload object files... -r
> checking for BSD-compatible nm... /usr/bin/nm -B
> checking whether ln -s works... yes
> checking how to recognise dependent libraries... pass_all
> checking how to run the C preprocessor... gcc -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking dlfcn.h usability... yes
> checking dlfcn.h presence... yes
> checking for dlfcn.h... yes
> checking for g++... g++
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking how to run the C++ preprocessor... g++ -E
> checking for g77... no
> checking for f77... no
> checking for xlf... no
> checking for frt... no
> checking for pgf77... no
> checking for fort77... no
> checking for fl32... no
> checking for af77... no
> checking for f90... no
> checking for xlf90... no
> checking for pgf90... no
> checking for epcf90... no
> checking for f95... no
> checking for fort... no
> checking for xlf95... no
> checking for ifc... no
> checking for efc... no
> checking for pgf95... no
> checking for lf95... no
> checking for gfortran... no
> checking whether we are using the GNU Fortran 77 compiler... no
> checking whether accepts -g... no
> checking the maximum length of command line arguments... 32768
> checking command to parse /usr/bin/nm -B output from gcc object... ok
> checking for objdir... .libs
> checking for ar... ar
> checking for ranlib... ranlib
> checking for strip... strip
> checking if gcc static flag works... yes
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fPIC
> checking if gcc PIC flag -fPIC works... yes
> checking if gcc supports -c -o file.o... yes
> checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
> checking whether -lc should be explicitly linked in... no
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> configure: creating libtool
> appending configuration tag "CXX" to libtool
> checking for ld used by g++... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
> checking for g++ option to produce PIC... -fPIC
> checking if g++ PIC flag -fPIC works... yes
> checking if g++ supports -c -o file.o... yes
> checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> appending configuration tag "F77" to libtool
> checking for library containing strerror... none required
> checking for inline... inline
> checking for an ANSI C-conforming const... yes
> checking for size_t... yes
> checking for off_t... yes
> checking for Darwin... no
> checking whether make sets $(MAKE)... yes
> checking for int... yes
> checking size of int... 4
> checking for long... yes
> checking size of long... 4
> checking for long long... yes
> checking size of long long... 8
> checking for gcc -Wformat -Werror sanity... yes
> checking errno.h usability... yes
> checking errno.h presence... yes
> checking for errno.h... yes
> checking stdarg.h usability... yes
> checking stdarg.h presence... yes
> checking for stdarg.h... yes
> checking for string.h... (cached) yes
> checking for stdlib.h... (cached) yes
> checking for size_t... (cached) yes
> checking size of size_t... 4
> checking how to print size_t... u
> checking for off_t... (cached) yes
> checking size of off_t... 4
> checking how to print off_t... ld
> checking for ssize_t... yes
> checking size of ssize_t... 4
> checking how to print ssize_t... d
> checking for pid_t... yes
> checking whether time.h and sys/time.h may both be included... yes
> checking for ar... /usr/bin/ar
> checking for ranlib... /usr/bin/ranlib
> checking sys/time.h usability... yes
> checking sys/time.h presence... yes
> checking for sys/time.h... yes
> checking for stdint.h... (cached) yes
> checking for pipe... yes
> checking for isatty... yes
> checking for usleep... yes
> checking for shutdown... yes
> checking for time_t... yes
> checking size of time_t... 4
> checking how to print time_t... ld
> checking whether byte ordering is bigendian... no
> checking whether strerror_r is declared... yes
> checking for strerror_r... yes
> checking whether strerror_r returns char *... yes
> checking for snprintf... yes
> checking for vsnprintf... yes
> checking for sys/time.h... (cached) yes
> checking for limits.h... yes
> checking for sys/select.h... yes
> checking for arpa/inet.h... yes
> checking for signal.h... yes
> checking for sys/socket.h... yes
> checking for netinet/in.h... yes
> checking for netinet/tcp.h... yes
> checking for netdb.h... yes
> checking for sys/poll.h... yes
> checking for off64_t... yes
> checking for off64_t... (cached) yes
> checking size of off64_t... 8
> checking how to print off64_t... lld
> checking for strtoll... yes
> checking for lseek64... yes
> checking for fstat64... yes
> configure: LFS (large file) support enabled
> checking for strcasecmp... yes
> checking for signal... yes
> checking for setvbuf... yes
> checking for setsockopt... yes
> checking for stpcpy... yes
> checking for poll... yes
> checking whether stpcpy is declared... yes
> checking for library containing socket... none needed
> checking for library containing getaddrinfo... none needed
> checking for gai_strerror... yes
> checking for inet_ntop... yes
> configure: IPv6 support is enabled
> checking for working AI_ADDRCONFIG... yes
> checking for struct tm.tm_gmtoff... yes
> checking for struct tm.__tm_gmtoff... no
> checking zlib.h usability... yes
> checking zlib.h presence... yes
> checking for zlib.h... yes
> checking for inflate in -lz... yes
> configure: zlib support enabled, using -lz
> checking whether to enable ACL support in neon... yes
> checking for pkg-config... /usr/bin/pkg-config
> checking for openssl pkg-config data... yes
> configure: using SSL library configuration from pkg-config
> checking openssl/ssl.h usability... yes
> checking openssl/ssl.h presence... yes
> checking for openssl/ssl.h... yes
> checking openssl/opensslv.h usability... yes
> checking openssl/opensslv.h presence... yes
> checking for openssl/opensslv.h... yes
> checking OpenSSL version is >= 0.9.7... yes
> configure: OpenSSL >= 0.9.7; EGD support not needed in neon
> configure: SSL support enabled, using OpenSSL (0.9.7 or later)
> configure: SOCKSv5 support is not enabled
> checking for krb5-config... none
> configure: WebDAV support is enabled
> checking expat.h usability... yes
> checking expat.h presence... yes
> checking for expat.h... yes
> checking for XML_SetXmlDeclHandler in -lexpat... yes
> configure: XML parser used: expat
> configure: debugging is enabled
> checking for openssl... /usr/bin/openssl
> configure: creating ./config.status
> config.status: creating neon-config
> config.status: creating Makefile
> config.status: creating src/Makefile
> config.status: creating test/Makefile
> config.status: creating neon.pc
> config.status: creating config.h
> configure: Configured to build neon 0.25.0:
>
> Install prefix: /usr/local
> Compiler: gcc
> XML Parser: expat
> SSL library: SSL support enabled, using OpenSSL (0.9.7 or later)
> zlib support: zlib support enabled, using -lz
> Build libraries: Shared=yes, Static=yes
>
> neon configured properly
> checking for static Apache module support... no
> checking for Apache module support via DSO through APXS... found at /usr/local/apache2/bin/apxs
> checking httpd version... recent enough
> checking for trang... none
> checking for socket in -lsocket... no
> checking for availability of Berkeley DB... yes
> checking for msgfmt... /usr/bin/msgfmt
> checking for msgmerge... /usr/bin/msgmerge
> checking for xgettext... /usr/bin/xgettext
> checking for library containing bindtextdomain... none required
> checking for bind_textdomain_codeset... yes
> checking if we are using GNU gettext... yes
> checking for ANSI C header files... (cached) yes
> checking for gcc option to accept ANSI C... none needed
> checking for an ANSI C-conforming const... yes
> checking for size_t... yes
> checking for working memcmp... yes
> checking for vprintf... yes
> checking for _doprnt... no
> checking for symlink... yes
> checking for readlink... yes
> checking for python... /usr/bin/python
> checking for JDK... yes
> checking for perl... /usr/bin/perl
> checking for ruby... /usr/bin/ruby
> /usr/bin/ruby: no such file to load -- mkmf (LoadError)
> configure: WARNING: The detected Ruby is too old for Subversion to use
> configure: WARNING: A Ruby which has rb_hash_foreach is required to use the
> configure: WARNING: Subversion Ruby bindings
> configure: WARNING: Upgrade to the official 1.8.2 release, or later
> checking for swig... /usr/bin/swig
> checking swig version... 1.3.24
> configure: Configuring python swig binding
> checking for Python includes... -I/usr/include/python2.3
> checking for compiling Python extensions... gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC
> checking for linking Python extensions... gcc -pthread -shared -lpython2.3
> checking for linking Python libraries... -lpython2.3
> checking for apr_int64_t Python/C API format string... L
> checking perl version... 5008007
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating svn-config
> config.status: creating tools/backup/hot-backup.py
> config.status: creating contrib/client-side/svn_load_dirs.pl
> config.status: creating contrib/client-side/svncopy.pl
> config.status: creating contrib/client-side/testsvncopy.pl
> config.status: creating tools/hook-scripts/commit-access-control.pl
> config.status: creating tools/hook-scripts/commit-email.pl
> config.status: creating tools/hook-scripts/propchange-email.pl
> config.status: creating subversion/bindings/swig/perl/native/Makefile.PL
> config.status: creating subversion/svn_private_config.h
> config.status: executing mkdir-init commands
> ------ making all in neon
> make[1]: Entering directory `/home/kfogel/src/subversion/neon'
> make[2]: Entering directory `/home/kfogel/src/subversion/neon/src'
> /bin/sh ..//libtool --quiet --mode=compile gcc -DHAVE_CONFIG_H -D_LARGEFILE64_SOURCE -DNE_LFS -I../ -g -O2 -c ne_request.c -o ne_request.lo
> /bin/sh ..//libtool --quiet --mode=compile gcc -DHAVE_CONFIG_H -D_LARGEFILE64_SOURCE -DNE_LFS -I../ -g -O2 -c ne_session.c -o ne_session.lo
> /bin/sh ..//libtool --quiet --mode=compile gcc -DHAVE_CONFIG_H -D_LARGEFILE64_SOURCE -DNE_LFS -I../ -g -O2 -c ne_basic.c -o ne_basic.lo
> /bin/sh ..//libtool --quiet --mode=compile gcc -DHAVE_CONFIG_H -D_LARGEFILE64_SOURCE -DNE_LFS -I../ -g -O2 -c ne_string.c -o ne_string.lo
> /bin/sh ..//libtool --quiet --mode=compile gcc -DHAVE_CONFIG_H -D_LARGEFILE64_SOURCE -DNE_LFS -I../ -g -O2 -c ne_uri.c -o ne_uri.lo
> /bin/sh ..//libtool --quiet --mode=compile gcc -DHAVE_CONFIG_H -D_LARGEFILE64_SOURCE -DNE_LFS -I../ -g -O2 -c ne_dates.c -o ne_dates.lo
> /bin/sh ..//libtool --quiet --mode=compile gcc -DHAVE_CONFIG_H -D_LARGEFILE64_SOURCE -DNE_LFS -I../ -g -O2 -c ne_alloc.c -o ne_alloc.lo
> /bin/sh ..//libtool --quiet --mode=compile gcc -DHAVE_CONFIG_H -D_LARGEFILE64_SOURCE -DNE_LFS -I../ -g -O2 -c ne_md5.c -o ne_md5.lo
> /bin/sh ..//libtool --quiet --mode=compile gcc -DHAVE_CONFIG_H -D_LARGEFILE64_SOURCE -DNE_LFS -I../ -g -O2 -c ne_utils.c -o ne_utils.lo
> /bin/sh ..//libtool --quiet --mode=compile gcc -DHAVE_CONFIG_H -D_LARGEFILE64_SOURCE -DNE_LFS -I../ -g -O2 -c ne_socket.c -o ne_socket.lo
> /bin/sh ..//libtool --quiet --mode=compile gcc -DHAVE_CONFIG_H -D_LARGEFILE64_SOURCE -DNE_LFS -I../ -g -O2 -c ne_auth.c -o ne_auth.lo
> /bin/sh ..//libtool --quiet --mode=compile gcc -DHAVE_CONFIG_H -D_LARGEFILE64_SOURCE -DNE_LFS -I../ -g -O2 -c ne_redirect.c -o ne_redirect.lo
> /bin/sh ..//libtool --quiet --mode=compile gcc -DHAVE_CONFIG_H -D_LARGEFILE64_SOURCE -DNE_LFS -I../ -g -O2 -c ne_compress.c -o ne_compress.lo
> /bin/sh ..//libtool --quiet --mode=compile gcc -DHAVE_CONFIG_H -D_LARGEFILE64_SOURCE -DNE_LFS -I../ -g -O2 -c ne_207.c -o ne_207.lo
> /bin/sh ..//libtool --quiet --mode=compile gcc -DHAVE_CONFIG_H -D_LARGEFILE64_SOURCE -DNE_LFS -I../ -g -O2 -c ne_xml.c -o ne_xml.lo
> /bin/sh ..//libtool --quiet --mode=compile gcc -DHAVE_CONFIG_H -D_LARGEFILE64_SOURCE -DNE_LFS -I../ -g -O2 -c ne_props.c -o ne_props.lo
> /bin/sh ..//libtool --quiet --mode=compile gcc -DHAVE_CONFIG_H -D_LARGEFILE64_SOURCE -DNE_LFS -I../ -g -O2 -c ne_locks.c -o ne_locks.lo
> /bin/sh ..//libtool --quiet --mode=compile gcc -DHAVE_CONFIG_H -D_LARGEFILE64_SOURCE -DNE_LFS -I../ -g -O2 -c ne_xmlreq.c -o ne_xmlreq.lo
> /bin/sh ..//libtool --quiet --mode=compile gcc -DHAVE_CONFIG_H -D_LARGEFILE64_SOURCE -DNE_LFS -I../ -g -O2 -c ne_acl.c -o ne_acl.lo
> /bin/sh ..//libtool --quiet --mode=compile gcc -DHAVE_CONFIG_H -D_LARGEFILE64_SOURCE -DNE_LFS -I../ -g -O2 -c ne_openssl.c -o ne_openssl.lo
> ne_openssl.c: In function 'ne_ssl_cert_import':
> ne_openssl.c:867: warning: passing argument 2 of 'd2i_X509' from incompatible pointer type
> /bin/sh ..//libtool --quiet --mode=link gcc -no-undefined -rpath /usr/local/lib -version-info 25:0:0 -export-symbols-regex '^ne_[^_]' -o libneon.la ne_request.lo ne_session.lo ne_basic.lo ne_string.lo ne_uri.lo ne_dates.lo ne_alloc.lo ne_md5.lo ne_utils.lo ne_socket.lo ne_auth.lo ne_redirect.lo ne_compress.lo ne_207.lo ne_xml.lo ne_props.lo ne_locks.lo ne_xmlreq.lo ne_acl.lo ne_openssl.lo -lz -lssl -lcrypto -ldl -lz -lexpat
> make[2]: Leaving directory `/home/kfogel/src/subversion/neon/src'
> make[1]: Leaving directory `/home/kfogel/src/subversion/neon'
> ------ completed all in neon
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_delta/cancel.lo -c subversion/libsvn_delta/cancel.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_delta/compose_delta.lo -c subversion/libsvn_delta/compose_delta.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_delta/default_editor.lo -c subversion/libsvn_delta/default_editor.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_delta/path_driver.lo -c subversion/libsvn_delta/path_driver.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_delta/svndiff.lo -c subversion/libsvn_delta/svndiff.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_delta/text_delta.lo -c subversion/libsvn_delta/text_delta.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_delta/vdelta.lo -c subversion/libsvn_delta/vdelta.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_delta/version.lo -c subversion/libsvn_delta/version.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_delta/xdelta.lo -c subversion/libsvn_delta/xdelta.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/auth.lo -c subversion/libsvn_subr/auth.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/cmdline.lo -c subversion/libsvn_subr/cmdline.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/compat.lo -c subversion/libsvn_subr/compat.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/config.lo -c subversion/libsvn_subr/config.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/config_auth.lo -c subversion/libsvn_subr/config_auth.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/config_file.lo -c subversion/libsvn_subr/config_file.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/config_win.lo -c subversion/libsvn_subr/config_win.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/constructors.lo -c subversion/libsvn_subr/constructors.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/ctype.lo -c subversion/libsvn_subr/ctype.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/date.lo -c subversion/libsvn_subr/date.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/error.lo -c subversion/libsvn_subr/error.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/hash.lo -c subversion/libsvn_subr/hash.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/io.lo -c subversion/libsvn_subr/io.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/lock.lo -c subversion/libsvn_subr/lock.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/md5.lo -c subversion/libsvn_subr/md5.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/nls.lo -c subversion/libsvn_subr/nls.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/opt.lo -c subversion/libsvn_subr/opt.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/path.lo -c subversion/libsvn_subr/path.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/pool.lo -c subversion/libsvn_subr/pool.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/prompt.lo -c subversion/libsvn_subr/prompt.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/quoprint.lo -c subversion/libsvn_subr/quoprint.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/simple_providers.lo -c subversion/libsvn_subr/simple_providers.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/sorts.lo -c subversion/libsvn_subr/sorts.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/ssl_client_cert_providers.lo -c subversion/libsvn_subr/ssl_client_cert_providers.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/ssl_client_cert_pw_providers.lo -c subversion/libsvn_subr/ssl_client_cert_pw_providers.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/ssl_server_trust_providers.lo -c subversion/libsvn_subr/ssl_server_trust_providers.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/stream.lo -c subversion/libsvn_subr/stream.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/subst.lo -c subversion/libsvn_subr/subst.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/svn_base64.lo -c subversion/libsvn_subr/svn_base64.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/svn_string.lo -c subversion/libsvn_subr/svn_string.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/target.lo -c subversion/libsvn_subr/target.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/time.lo -c subversion/libsvn_subr/time.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/user.lo -c subversion/libsvn_subr/user.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/username_providers.lo -c subversion/libsvn_subr/username_providers.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/utf.lo -c subversion/libsvn_subr/utf.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/utf_validate.lo -c subversion/libsvn_subr/utf_validate.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/validate.lo -c subversion/libsvn_subr/validate.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/version.lo -c subversion/libsvn_subr/version.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_subr/xml.lo -c subversion/libsvn_subr/xml.c
> cd subversion/libsvn_subr && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o libsvn_subr-1.la auth.lo cmdline.lo compat.lo config.lo config_auth.lo config_file.lo config_win.lo constructors.lo ctype.lo date.lo error.lo hash.lo io.lo lock.lo md5.lo nls.lo opt.lo path.lo pool.lo prompt.lo quoprint.lo simple_providers.lo sorts.lo ssl_client_cert_providers.lo ssl_client_cert_pw_providers.lo ssl_server_trust_providers.lo stream.lo subst.lo svn_base64.lo svn_string.lo target.lo time.lo user.lo username_providers.lo utf.lo utf_validate.lo validate.lo version.lo xml.lo /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> cd subversion/libsvn_delta && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o libsvn_delta-1.la cancel.lo compose_delta.lo default_editor.lo path_driver.lo svndiff.lo text_delta.lo vdelta.lo version.lo xdelta.lo ../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs_fs/dag.lo -c subversion/libsvn_fs_fs/dag.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs_fs/err.lo -c subversion/libsvn_fs_fs/err.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs_fs/fs.lo -c subversion/libsvn_fs_fs/fs.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs_fs/fs_fs.lo -c subversion/libsvn_fs_fs/fs_fs.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs_fs/id.lo -c subversion/libsvn_fs_fs/id.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs_fs/key-gen.lo -c subversion/libsvn_fs_fs/key-gen.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs_fs/lock.lo -c subversion/libsvn_fs_fs/lock.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs_fs/revs-txns.lo -c subversion/libsvn_fs_fs/revs-txns.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs_fs/tree.lo -c subversion/libsvn_fs_fs/tree.c
> cd subversion/libsvn_fs_fs && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o libsvn_fs_fs-1.la dag.lo err.lo fs.lo fs_fs.lo id.lo key-gen.lo lock.lo revs-txns.lo tree.lo ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs_base/bdb/bdb-err.lo -c subversion/libsvn_fs_base/bdb/bdb-err.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs_base/bdb/bdb_compat.lo -c subversion/libsvn_fs_base/bdb/bdb_compat.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs_base/bdb/changes-table.lo -c subversion/libsvn_fs_base/bdb/changes-table.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs_base/bdb/copies-table.lo -c subversion/libsvn_fs_base/bdb/copies-table.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs_base/bdb/dbt.lo -c subversion/libsvn_fs_base/bdb/dbt.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs_base/bdb/lock-tokens-table.lo -c subversion/libsvn_fs_base/bdb/lock-tokens-table.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs_base/bdb/locks-table.lo -c subversion/libsvn_fs_base/bdb/locks-table.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs_base/bdb/nodes-table.lo -c subversion/libsvn_fs_base/bdb/nodes-table.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs_base/bdb/reps-table.lo -c subversion/libsvn_fs_base/bdb/reps-table.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs_base/bdb/rev-table.lo -c subversion/libsvn_fs_base/bdb/rev-table.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs_base/bdb/strings-table.lo -c subversion/libsvn_fs_base/bdb/strings-table.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs_base/bdb/txn-table.lo -c subversion/libsvn_fs_base/bdb/txn-table.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs_base/bdb/uuids-table.lo -c subversion/libsvn_fs_base/bdb/uuids-table.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs_base/dag.lo -c subversion/libsvn_fs_base/dag.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs_base/err.lo -c subversion/libsvn_fs_base/err.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs_base/fs.lo -c subversion/libsvn_fs_base/fs.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs_base/id.lo -c subversion/libsvn_fs_base/id.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs_base/key-gen.lo -c subversion/libsvn_fs_base/key-gen.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs_base/lock.lo -c subversion/libsvn_fs_base/lock.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs_base/node-rev.lo -c subversion/libsvn_fs_base/node-rev.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs_base/reps-strings.lo -c subversion/libsvn_fs_base/reps-strings.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs_base/revs-txns.lo -c subversion/libsvn_fs_base/revs-txns.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs_base/trail.lo -c subversion/libsvn_fs_base/trail.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs_base/tree.lo -c subversion/libsvn_fs_base/tree.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs_base/util/fs_skels.lo -c subversion/libsvn_fs_base/util/fs_skels.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs_base/util/skel.lo -c subversion/libsvn_fs_base/util/skel.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs_base/uuid.lo -c subversion/libsvn_fs_base/uuid.c
> cd subversion/libsvn_fs_base && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o libsvn_fs_base-1.la bdb/bdb-err.lo bdb/bdb_compat.lo bdb/changes-table.lo bdb/copies-table.lo bdb/dbt.lo bdb/lock-tokens-table.lo bdb/locks-table.lo bdb/nodes-table.lo bdb/reps-table.lo bdb/rev-table.lo bdb/strings-table.lo bdb/txn-table.lo bdb/uuids-table.lo dag.lo err.lo fs.lo id.lo key-gen.lo lock.lo node-rev.lo reps-strings.lo revs-txns.lo trail.lo tree.lo util/fs_skels.lo util/skel.lo uuid.lo ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs/access.lo -c subversion/libsvn_fs/access.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_fs/fs-loader.lo -c subversion/libsvn_fs/fs-loader.c
> cd subversion/libsvn_fs && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o libsvn_fs-1.la access.lo fs-loader.lo ../../subversion/libsvn_subr/libsvn_subr-1.la ../../subversion/libsvn_fs_fs/libsvn_fs_fs-1.la ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la ../../subversion/libsvn_fs_base/libsvn_fs_base-1.la ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_ra_local/ra_plugin.lo -c subversion/libsvn_ra_local/ra_plugin.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_ra_local/split_url.lo -c subversion/libsvn_ra_local/split_url.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_repos/authz.lo -c subversion/libsvn_repos/authz.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_repos/commit.lo -c subversion/libsvn_repos/commit.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_repos/delta.lo -c subversion/libsvn_repos/delta.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_repos/dump.lo -c subversion/libsvn_repos/dump.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_repos/fs-wrap.lo -c subversion/libsvn_repos/fs-wrap.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_repos/hooks.lo -c subversion/libsvn_repos/hooks.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_repos/load.lo -c subversion/libsvn_repos/load.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_repos/log.lo -c subversion/libsvn_repos/log.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_repos/node_tree.lo -c subversion/libsvn_repos/node_tree.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_repos/replay.lo -c subversion/libsvn_repos/replay.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_repos/reporter.lo -c subversion/libsvn_repos/reporter.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_repos/repos.lo -c subversion/libsvn_repos/repos.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_repos/rev_hunt.lo -c subversion/libsvn_repos/rev_hunt.c
> cd subversion/libsvn_repos && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o libsvn_repos-1.la authz.lo commit.lo delta.lo dump.lo fs-wrap.lo hooks.lo load.lo log.lo node_tree.lo replay.lo reporter.lo repos.lo rev_hunt.lo ../../subversion/libsvn_fs/libsvn_fs-1.la ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> cd subversion/libsvn_ra_local && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o libsvn_ra_local-1.la ra_plugin.lo split_url.lo ../../subversion/libsvn_repos/libsvn_repos-1.la ../../subversion/libsvn_fs/libsvn_fs-1.la ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_ra_svn/client.lo -c subversion/libsvn_ra_svn/client.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_ra_svn/cram.lo -c subversion/libsvn_ra_svn/cram.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_ra_svn/editor.lo -c subversion/libsvn_ra_svn/editor.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_ra_svn/editorp.lo -c subversion/libsvn_ra_svn/editorp.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_ra_svn/marshal.lo -c subversion/libsvn_ra_svn/marshal.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_ra_svn/version.lo -c subversion/libsvn_ra_svn/version.c
> cd subversion/libsvn_ra_svn && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o libsvn_ra_svn-1.la client.lo cram.lo editor.lo editorp.lo marshal.lo version.lo ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_client/add.lo -c subversion/libsvn_client/add.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_client/blame.lo -c subversion/libsvn_client/blame.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_client/cat.lo -c subversion/libsvn_client/cat.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_client/checkout.lo -c subversion/libsvn_client/checkout.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_client/cleanup.lo -c subversion/libsvn_client/cleanup.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_client/commit.lo -c subversion/libsvn_client/commit.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_client/commit_util.lo -c subversion/libsvn_client/commit_util.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_client/compat_providers.lo -c subversion/libsvn_client/compat_providers.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_client/copy.lo -c subversion/libsvn_client/copy.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_client/ctx.lo -c subversion/libsvn_client/ctx.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_client/delete.lo -c subversion/libsvn_client/delete.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_client/diff.lo -c subversion/libsvn_client/diff.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_client/export.lo -c subversion/libsvn_client/export.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_client/externals.lo -c subversion/libsvn_client/externals.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_client/info.lo -c subversion/libsvn_client/info.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_client/locking_commands.lo -c subversion/libsvn_client/locking_commands.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_client/log.lo -c subversion/libsvn_client/log.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_client/ls.lo -c subversion/libsvn_client/ls.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_client/prop_commands.lo -c subversion/libsvn_client/prop_commands.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_client/ra.lo -c subversion/libsvn_client/ra.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_client/relocate.lo -c subversion/libsvn_client/relocate.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_client/repos_diff.lo -c subversion/libsvn_client/repos_diff.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_client/repos_diff_summarize.lo -c subversion/libsvn_client/repos_diff_summarize.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_client/resolved.lo -c subversion/libsvn_client/resolved.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_client/revert.lo -c subversion/libsvn_client/revert.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_client/revisions.lo -c subversion/libsvn_client/revisions.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_client/status.lo -c subversion/libsvn_client/status.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_client/switch.lo -c subversion/libsvn_client/switch.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_client/update.lo -c subversion/libsvn_client/update.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_client/url.lo -c subversion/libsvn_client/url.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_client/util.lo -c subversion/libsvn_client/util.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_client/version.lo -c subversion/libsvn_client/version.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_wc/adm_crawler.lo -c subversion/libsvn_wc/adm_crawler.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_wc/adm_files.lo -c subversion/libsvn_wc/adm_files.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_wc/adm_ops.lo -c subversion/libsvn_wc/adm_ops.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_wc/copy.lo -c subversion/libsvn_wc/copy.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_wc/diff.lo -c subversion/libsvn_wc/diff.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_wc/entries.lo -c subversion/libsvn_wc/entries.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_wc/lock.lo -c subversion/libsvn_wc/lock.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_wc/log.lo -c subversion/libsvn_wc/log.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_wc/merge.lo -c subversion/libsvn_wc/merge.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_wc/props.lo -c subversion/libsvn_wc/props.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_wc/questions.lo -c subversion/libsvn_wc/questions.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_wc/relocate.lo -c subversion/libsvn_wc/relocate.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_wc/status.lo -c subversion/libsvn_wc/status.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_wc/translate.lo -c subversion/libsvn_wc/translate.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_wc/update_editor.lo -c subversion/libsvn_wc/update_editor.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_wc/util.lo -c subversion/libsvn_wc/util.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_diff/diff.lo -c subversion/libsvn_diff/diff.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_diff/diff3.lo -c subversion/libsvn_diff/diff3.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_diff/diff4.lo -c subversion/libsvn_diff/diff4.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_diff/diff_file.lo -c subversion/libsvn_diff/diff_file.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_diff/lcs.lo -c subversion/libsvn_diff/lcs.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_diff/token.lo -c subversion/libsvn_diff/token.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_diff/util.lo -c subversion/libsvn_diff/util.c
> cd subversion/libsvn_diff && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o libsvn_diff-1.la diff.lo diff3.lo diff4.lo diff_file.lo lcs.lo token.lo util.lo ../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> cd subversion/libsvn_wc && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o libsvn_wc-1.la adm_crawler.lo adm_files.lo adm_ops.lo copy.lo diff.lo entries.lo lock.lo log.lo merge.lo props.lo questions.lo relocate.lo status.lo translate.lo update_editor.lo util.lo ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la ../../subversion/libsvn_diff/libsvn_diff-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_ra_dav/commit.lo -c subversion/libsvn_ra_dav/commit.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_ra_dav/fetch.lo -c subversion/libsvn_ra_dav/fetch.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_ra_dav/file_revs.lo -c subversion/libsvn_ra_dav/file_revs.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_ra_dav/log.lo -c subversion/libsvn_ra_dav/log.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_ra_dav/merge.lo -c subversion/libsvn_ra_dav/merge.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_ra_dav/options.lo -c subversion/libsvn_ra_dav/options.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_ra_dav/props.lo -c subversion/libsvn_ra_dav/props.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_ra_dav/session.lo -c subversion/libsvn_ra_dav/session.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_ra_dav/util.lo -c subversion/libsvn_ra_dav/util.c
> cd subversion/libsvn_ra_dav && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o libsvn_ra_dav-1.la commit.lo fetch.lo file_revs.lo log.lo merge.lo options.lo props.lo session.lo util.lo ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl /home/kfogel/src/subversion/neon/src/libneon.la
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/libsvn_ra/ra_loader.lo -c subversion/libsvn_ra/ra_loader.c
> cd subversion/libsvn_ra && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o libsvn_ra-1.la ra_loader.lo ../../subversion/libsvn_subr/libsvn_subr-1.la ../../subversion/libsvn_ra_local/libsvn_ra_local-1.la ../../subversion/libsvn_repos/libsvn_repos-1.la ../../subversion/libsvn_fs/libsvn_fs-1.la ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la ../../subversion/libsvn_ra_svn/libsvn_ra_svn-1.la ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la ../../subversion/libsvn_ra_dav/libsvn_ra_dav-1.la ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apach!
 e2!
> /lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> cd subversion/libsvn_client && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o libsvn_client-1.la add.lo blame.lo cat.lo checkout.lo cleanup.lo commit.lo commit_util.lo compat_providers.lo copy.lo ctx.lo delete.lo diff.lo export.lo externals.lo info.lo locking_commands.lo log.lo ls.lo prop_commands.lo ra.lo relocate.lo repos_diff.lo repos_diff_summarize.lo resolved.lo revert.lo revisions.lo status.lo switch.lo update.lo url.lo util.lo version.lo ../../subversion/libsvn_wc/libsvn_wc-1.la ../../subversion/libsvn_ra/libsvn_ra-1.la ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_diff/libsvn_diff-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache!
 2/!
> lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/clients/cmdline/add-cmd.o -c subversion/clients/cmdline/add-cmd.c
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/clients/cmdline/blame-cmd.o -c subversion/clients/cmdline/blame-cmd.c
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/clients/cmdline/cat-cmd.o -c subversion/clients/cmdline/cat-cmd.c
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/clients/cmdline/checkout-cmd.o -c subversion/clients/cmdline/checkout-cmd.c
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/clients/cmdline/cleanup-cmd.o -c subversion/clients/cmdline/cleanup-cmd.c
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/clients/cmdline/commit-cmd.o -c subversion/clients/cmdline/commit-cmd.c
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/clients/cmdline/copy-cmd.o -c subversion/clients/cmdline/copy-cmd.c
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/clients/cmdline/delete-cmd.o -c subversion/clients/cmdline/delete-cmd.c
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/clients/cmdline/diff-cmd.o -c subversion/clients/cmdline/diff-cmd.c
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/clients/cmdline/export-cmd.o -c subversion/clients/cmdline/export-cmd.c
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/clients/cmdline/help-cmd.o -c subversion/clients/cmdline/help-cmd.c
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/clients/cmdline/import-cmd.o -c subversion/clients/cmdline/import-cmd.c
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/clients/cmdline/info-cmd.o -c subversion/clients/cmdline/info-cmd.c
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/clients/cmdline/lock-cmd.o -c subversion/clients/cmdline/lock-cmd.c
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/clients/cmdline/log-cmd.o -c subversion/clients/cmdline/log-cmd.c
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/clients/cmdline/ls-cmd.o -c subversion/clients/cmdline/ls-cmd.c
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/clients/cmdline/main.o -c subversion/clients/cmdline/main.c
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/clients/cmdline/merge-cmd.o -c subversion/clients/cmdline/merge-cmd.c
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/clients/cmdline/mkdir-cmd.o -c subversion/clients/cmdline/mkdir-cmd.c
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/clients/cmdline/move-cmd.o -c subversion/clients/cmdline/move-cmd.c
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/clients/cmdline/notify.o -c subversion/clients/cmdline/notify.c
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/clients/cmdline/propdel-cmd.o -c subversion/clients/cmdline/propdel-cmd.c
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/clients/cmdline/propedit-cmd.o -c subversion/clients/cmdline/propedit-cmd.c
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/clients/cmdline/propget-cmd.o -c subversion/clients/cmdline/propget-cmd.c
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/clients/cmdline/proplist-cmd.o -c subversion/clients/cmdline/proplist-cmd.c
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/clients/cmdline/props.o -c subversion/clients/cmdline/props.c
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/clients/cmdline/propset-cmd.o -c subversion/clients/cmdline/propset-cmd.c
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/clients/cmdline/resolved-cmd.o -c subversion/clients/cmdline/resolved-cmd.c
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/clients/cmdline/revert-cmd.o -c subversion/clients/cmdline/revert-cmd.c
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/clients/cmdline/status-cmd.o -c subversion/clients/cmdline/status-cmd.c
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/clients/cmdline/status.o -c subversion/clients/cmdline/status.c
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/clients/cmdline/switch-cmd.o -c subversion/clients/cmdline/switch-cmd.c
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/clients/cmdline/unlock-cmd.o -c subversion/clients/cmdline/unlock-cmd.c
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/clients/cmdline/update-cmd.o -c subversion/clients/cmdline/update-cmd.c
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/clients/cmdline/util.o -c subversion/clients/cmdline/util.c
> cd subversion/clients/cmdline && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o svn add-cmd.o blame-cmd.o cat-cmd.o checkout-cmd.o cleanup-cmd.o commit-cmd.o copy-cmd.o delete-cmd.o diff-cmd.o export-cmd.o help-cmd.o import-cmd.o info-cmd.o lock-cmd.o log-cmd.o ls-cmd.o main.o merge-cmd.o mkdir-cmd.o move-cmd.o notify.o propdel-cmd.o propedit-cmd.o propget-cmd.o proplist-cmd.o props.o propset-cmd.o resolved-cmd.o revert-cmd.o status-cmd.o status.o switch-cmd.o unlock-cmd.o update-cmd.o util.o ../../../subversion/libsvn_client/libsvn_client-1.la ../../../subversion/libsvn_wc/libsvn_wc-1.la ../../../subversion/libsvn_ra/libsvn_ra-1.la ../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la /usr/!
 lo!
> cal/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl /home/kfogel/src/subversion/neon/src/libneon.la
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/svnadmin/main.o -c subversion/svnadmin/main.c
> cd subversion/svnadmin && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o svnadmin main.o ../../subversion/libsvn_repos/libsvn_repos-1.la ../../subversion/libsvn_fs/libsvn_fs-1.la ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/svndumpfilter/main.o -c subversion/svndumpfilter/main.c
> cd subversion/svndumpfilter && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o svndumpfilter main.o ../../subversion/libsvn_repos/libsvn_repos-1.la ../../subversion/libsvn_fs/libsvn_fs-1.la ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/svnlook/main.o -c subversion/svnlook/main.c
> cd subversion/svnlook && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o svnlook main.o ../../subversion/libsvn_repos/libsvn_repos-1.la ../../subversion/libsvn_fs/libsvn_fs-1.la ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_diff/libsvn_diff-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/svnserve/main.o -c subversion/svnserve/main.c
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/svnserve/serve.o -c subversion/svnserve/serve.c
> cd subversion/svnserve && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o svnserve main.o serve.o ../../subversion/libsvn_repos/libsvn_repos-1.la ../../subversion/libsvn_fs/libsvn_fs-1.la ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la ../../subversion/libsvn_ra_svn/libsvn_ra_svn-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/svnversion/main.o -c subversion/svnversion/main.c
> cd subversion/svnversion && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o svnversion main.o ../../subversion/libsvn_client/libsvn_client-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la ../../subversion/libsvn_wc/libsvn_wc-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl /home/kfogel/src/subversion/neon/src/libneon.la
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/tests/libsvn_subr/compat-test.o -c subversion/tests/libsvn_subr/compat-test.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/tests/svn_test_editor.lo -c subversion/tests/svn_test_editor.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/tests/svn_test_fs.lo -c subversion/tests/svn_test_fs.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/tests/svn_test_main.lo -c subversion/tests/svn_test_main.c
> cd subversion/tests && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o libsvn_test-1.la svn_test_editor.lo svn_test_fs.lo svn_test_main.lo ../../subversion/libsvn_repos/libsvn_repos-1.la ../../subversion/libsvn_fs/libsvn_fs-1.la ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> cd subversion/tests/libsvn_subr && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o compat-test compat-test.o ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/tests/libsvn_subr/config-test.o -c subversion/tests/libsvn_subr/config-test.c
> cd subversion/tests/libsvn_subr && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o config-test config-test.o ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/tests/libsvn_diff/diff-diff3-test.o -c subversion/tests/libsvn_diff/diff-diff3-test.c
> cd subversion/tests/libsvn_diff && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o diff-diff3-test diff-diff3-test.o ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_diff/libsvn_diff-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/tests/libsvn_fs/fs-test.o -c subversion/tests/libsvn_fs/fs-test.c
> cd subversion/tests/libsvn_fs && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o fs-test fs-test.o ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_fs/libsvn_fs-1.la ../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/tests/libsvn_subr/hashdump-test.o -c subversion/tests/libsvn_subr/hashdump-test.c
> cd subversion/tests/libsvn_subr && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o hashdump-test hashdump-test.o ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/tests/libsvn_fs/locks-test.o -c subversion/tests/libsvn_fs/locks-test.c
> cd subversion/tests/libsvn_fs && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o locks-test locks-test.o ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_fs/libsvn_fs-1.la ../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/tests/libsvn_subr/opt-test.o -c subversion/tests/libsvn_subr/opt-test.c
> cd subversion/tests/libsvn_subr && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o opt-test opt-test.o ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/tests/libsvn_subr/path-test.o -c subversion/tests/libsvn_subr/path-test.c
> cd subversion/tests/libsvn_subr && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o path-test path-test.o ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/tests/libsvn_ra_local/ra-local-test.o -c subversion/tests/libsvn_ra_local/ra-local-test.c
> cd subversion/tests/libsvn_ra_local && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o ra-local-test ra-local-test.o ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_ra_local/libsvn_ra_local-1.la ../../../subversion/libsvn_ra/libsvn_ra-1.la ../../../subversion/libsvn_fs/libsvn_fs-1.la ../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/tests/libsvn_delta/random-test.o -c subversion/tests/libsvn_delta/random-test.c
> cd subversion/tests/libsvn_delta && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o random-test random-test.o ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/tests/libsvn_repos/dir-delta-editor.o -c subversion/tests/libsvn_repos/dir-delta-editor.c
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/tests/libsvn_repos/repos-test.o -c subversion/tests/libsvn_repos/repos-test.c
> cd subversion/tests/libsvn_repos && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o repos-test dir-delta-editor.o repos-test.o ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_repos/libsvn_repos-1.la ../../../subversion/libsvn_fs/libsvn_fs-1.la ../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/tests/libsvn_subr/stream-test.o -c subversion/tests/libsvn_subr/stream-test.c
> cd subversion/tests/libsvn_subr && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o stream-test stream-test.o ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/tests/libsvn_subr/string-test.o -c subversion/tests/libsvn_subr/string-test.c
> cd subversion/tests/libsvn_subr && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o string-test string-test.o ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/tests/libsvn_delta/svndiff-test.o -c subversion/tests/libsvn_delta/svndiff-test.c
> cd subversion/tests/libsvn_delta && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o svndiff-test svndiff-test.o ../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/tests/libsvn_subr/target-test.o -c subversion/tests/libsvn_subr/target-test.c
> cd subversion/tests/libsvn_subr && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o target-test target-test.o ../../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/tests/libsvn_subr/time-test.o -c subversion/tests/libsvn_subr/time-test.c
> cd subversion/tests/libsvn_subr && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o time-test time-test.o ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/tests/libsvn_wc/translate-test.o -c subversion/tests/libsvn_wc/translate-test.c
> cd subversion/tests/libsvn_wc && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o translate-test translate-test.o ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../subversion/libsvn_wc/libsvn_wc-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/tests/libsvn_subr/utf-test.o -c subversion/tests/libsvn_subr/utf-test.c
> cd subversion/tests/libsvn_subr && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o utf-test utf-test.o ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/tests/libsvn_delta/vdelta-test.o -c subversion/tests/libsvn_delta/vdelta-test.c
> cd subversion/tests/libsvn_delta && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o vdelta-test vdelta-test.o ../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I/usr/local/apache2/include -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/mod_authz_svn/mod_authz_svn.lo -c /home/kfogel/src/subversion/subversion/mod_authz_svn/mod_authz_svn.c
> In file included from /home/kfogel/src/subversion/subversion/mod_authz_svn/mod_authz_svn.c:23:
> /usr/local/apache2/include/http_config.h:144: warning: function declaration isn't a prototype
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I/usr/local/apache2/include -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/mod_dav_svn/activity.lo -c /home/kfogel/src/subversion/subversion/mod_dav_svn/activity.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I/usr/local/apache2/include -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/mod_dav_svn/deadprops.lo -c /home/kfogel/src/subversion/subversion/mod_dav_svn/deadprops.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I/usr/local/apache2/include -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/mod_dav_svn/file_revs.lo -c /home/kfogel/src/subversion/subversion/mod_dav_svn/file_revs.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I/usr/local/apache2/include -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/mod_dav_svn/liveprops.lo -c /home/kfogel/src/subversion/subversion/mod_dav_svn/liveprops.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I/usr/local/apache2/include -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/mod_dav_svn/lock.lo -c /home/kfogel/src/subversion/subversion/mod_dav_svn/lock.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I/usr/local/apache2/include -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/mod_dav_svn/log.lo -c /home/kfogel/src/subversion/subversion/mod_dav_svn/log.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I/usr/local/apache2/include -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/mod_dav_svn/merge.lo -c /home/kfogel/src/subversion/subversion/mod_dav_svn/merge.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I/usr/local/apache2/include -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/mod_dav_svn/mod_dav_svn.lo -c /home/kfogel/src/subversion/subversion/mod_dav_svn/mod_dav_svn.c
> In file included from /home/kfogel/src/subversion/subversion/mod_dav_svn/mod_dav_svn.c:24:
> /usr/local/apache2/include/http_config.h:144: warning: function declaration isn't a prototype
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I/usr/local/apache2/include -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/mod_dav_svn/repos.lo -c /home/kfogel/src/subversion/subversion/mod_dav_svn/repos.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I/usr/local/apache2/include -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/mod_dav_svn/update.lo -c /home/kfogel/src/subversion/subversion/mod_dav_svn/update.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I/usr/local/apache2/include -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/mod_dav_svn/util.lo -c /home/kfogel/src/subversion/subversion/mod_dav_svn/util.c
> /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I/usr/local/apache2/include -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/mod_dav_svn/version.lo -c /home/kfogel/src/subversion/subversion/mod_dav_svn/version.c
> cd subversion/mod_dav_svn && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/apache2/modules -avoid-version -module -o mod_dav_svn.la activity.lo deadprops.lo file_revs.lo liveprops.lo lock.lo log.lo merge.lo mod_dav_svn.lo repos.lo update.lo util.lo version.lo ../../subversion/libsvn_repos/libsvn_repos-1.la ../../subversion/libsvn_fs/libsvn_fs-1.la ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la
> cd subversion/mod_authz_svn && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/apache2/modules -avoid-version -module -o mod_authz_svn.la mod_authz_svn.lo ../../subversion/libsvn_subr/libsvn_subr-1.la ../../subversion/libsvn_repos/libsvn_repos-1.la
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/tests/libsvn_fs_base/changes-test.o -c subversion/tests/libsvn_fs_base/changes-test.c
> cd subversion/tests/libsvn_fs_base && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o changes-test changes-test.o ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_fs_base/libsvn_fs_base-1.la ../../../subversion/libsvn_fs/libsvn_fs-1.la ../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/tests/libsvn_fs_base/fs-base-test.o -c subversion/tests/libsvn_fs_base/fs-base-test.c
> cd subversion/tests/libsvn_fs_base && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o fs-base-test fs-base-test.o ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_fs_base/libsvn_fs_base-1.la ../../../subversion/libsvn_fs/libsvn_fs-1.la ../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/tests/libsvn_fs_base/key-test.o -c subversion/tests/libsvn_fs_base/key-test.c
> cd subversion/tests/libsvn_fs_base && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o key-test key-test.o ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_fs_base/libsvn_fs_base-1.la ../../../subversion/libsvn_fs/libsvn_fs-1.la ../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/tests/libsvn_fs_base/skel-test.o -c subversion/tests/libsvn_fs_base/skel-test.c
> cd subversion/tests/libsvn_fs_base && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o skel-test skel-test.o ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_fs_base/libsvn_fs_base-1.la ../../../subversion/libsvn_fs/libsvn_fs-1.la ../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -I./subversion/include -I./subversion -I/home/kfogel/src/subversion/neon/src -I/usr/local/include/neon -I/usr/local/apache2/include -I/usr/local/apache2/include -o subversion/tests/libsvn_fs_base/strings-reps-test.o -c subversion/tests/libsvn_fs_base/strings-reps-test.c
> cd subversion/tests/libsvn_fs_base && /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o strings-reps-test strings-reps-test.o ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_fs_base/libsvn_fs_base-1.la ../../../subversion/libsvn_fs/libsvn_fs-1.la ../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
> /usr/bin/msgfmt -c -o subversion/po/de.mo subversion/po/de.po
> /usr/bin/msgfmt -c -o subversion/po/es.mo subversion/po/es.po
> /usr/bin/msgfmt -c -o subversion/po/fr.mo subversion/po/fr.po
> /usr/bin/msgfmt -c -o subversion/po/it.mo subversion/po/it.po
> /usr/bin/msgfmt -c -o subversion/po/ja.mo subversion/po/ja.po
> /usr/bin/msgfmt -c -o subversion/po/ko.mo subversion/po/ko.po
> /usr/bin/msgfmt -c -o subversion/po/nb.mo subversion/po/nb.po
> /usr/bin/msgfmt -c -o subversion/po/pl.mo subversion/po/pl.po
> /usr/bin/msgfmt -c -o subversion/po/pt_BR.mo subversion/po/pt_BR.po
> /usr/bin/msgfmt -c -o subversion/po/sv.mo subversion/po/sv.po
> /usr/bin/msgfmt -c -o subversion/po/zh_CN.mo subversion/po/zh_CN.po
> /usr/bin/msgfmt -c -o subversion/po/zh_TW.mo subversion/po/zh_TW.po
>
> Compilation finished at Fri Nov 25 10:07:36
> [floss]:/home/kfogel/src/subversion>sudo make install
> Password:
> ------ making install in neon
> make[1]: Entering directory `/home/kfogel/src/subversion/neon'
> make[2]: Entering directory `/home/kfogel/src/subversion/neon/src'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory `/home/kfogel/src/subversion/neon/src'
> /usr/bin/install -c -d /usr/local/lib
> /bin/sh ./libtool --mode=install /usr/bin/install -c src/libneon.la \
> /usr/local/lib/libneon.la
> /usr/bin/install -c src/.libs/libneon.so.25.0.0 /usr/local/lib/libneon.so.25.0.0
> (cd /usr/local/lib && rm -f libneon.so.25 && ln -s libneon.so.25.0.0 libneon.so.25)
> (cd /usr/local/lib && rm -f libneon.so && ln -s libneon.so.25.0.0 libneon.so)
> /usr/bin/install -c src/.libs/libneon.lai /usr/local/lib/libneon.la
> /usr/bin/install -c src/.libs/libneon.a /usr/local/lib/libneon.a
> ranlib /usr/local/lib/libneon.a
> chmod 644 /usr/local/lib/libneon.a
> PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
> ----------------------------------------------------------------------
> Libraries have been installed in:
> /usr/local/lib
>
> If you ever happen to want to link against installed libraries
> in a given directory, LIBDIR, you must either use libtool, and
> specify the full pathname of the library, or use the `-LLIBDIR'
> flag during linking and do at least one of the following:
> - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
> during execution
> - add LIBDIR to the `LD_RUN_PATH' environment variable
> during linking
> - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
> - have your system administrator add LIBDIR to `/etc/ld.so.conf'
>
> See any operating system documentation about shared libraries for
> more information, such as the ld(1) and ld.so(8) manual pages.
> ----------------------------------------------------------------------
> /usr/bin/install -c -d /usr/local/include/neon
> Installing ne_request.h into /usr/local/include/neon
> Installing ne_session.h into /usr/local/include/neon
> Installing ne_utils.h into /usr/local/include/neon
> Installing ne_uri.h into /usr/local/include/neon
> Installing ne_socket.h into /usr/local/include/neon
> Installing ne_basic.h into /usr/local/include/neon
> Installing ne_207.h into /usr/local/include/neon
> Installing ne_props.h into /usr/local/include/neon
> Installing ne_xml.h into /usr/local/include/neon
> Installing ne_dates.h into /usr/local/include/neon
> Installing ne_string.h into /usr/local/include/neon
> Installing ne_defs.h into /usr/local/include/neon
> Installing ne_locks.h into /usr/local/include/neon
> Installing ne_alloc.h into /usr/local/include/neon
> Installing ne_md5.h into /usr/local/include/neon
> Installing ne_i18n.h into /usr/local/include/neon
> Installing ne_redirect.h into /usr/local/include/neon
> Installing ne_auth.h into /usr/local/include/neon
> Installing ne_compress.h into /usr/local/include/neon
> Installing ne_acl.h into /usr/local/include/neon
> Installing ne_ssl.h into /usr/local/include/neon
> Installing ne_xmlreq.h into /usr/local/include/neon
> /usr/bin/install -c -d /usr/local/bin
> Installing neon-config into /usr/local/bin
> /usr/bin/install -c -d /usr/local/lib/pkgconfig
> /usr/bin/install -c -m 644 neon.pc /usr/local/lib/pkgconfig/neon.pc
> /usr/bin/install -c -d /usr/local/man/man3
> /usr/bin/install -c -d /usr/local/man/man1
> for m in /home/kfogel/src/subversion/neon/doc/man/*.3; do \
> /usr/bin/install -c -m 644 $m /usr/local/man/man3; done
> for m in /home/kfogel/src/subversion/neon/doc/man/*.1; do \
> /usr/bin/install -c -m 644 $m /usr/local/man/man1; done
> /usr/bin/install -c -d /usr/local/share/doc/neon-0.25.0/html
> for d in /home/kfogel/src/subversion/neon/doc/html/*.html; do \
> /usr/bin/install -c -m 644 $d /usr/local/share/doc/neon-0.25.0/html; \
> done
> make[1]: Leaving directory `/home/kfogel/src/subversion/neon'
> ------ completed install in neon
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -d /usr/local/lib
> cd subversion/libsvn_subr ; /bin/sh /home/kfogel/src/subversion/libtool --mode=install /home/kfogel/src/subversion/ac-helpers/install-sh -c libsvn_subr-1.la /usr/local/lib/libsvn_subr-1.la
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_subr-1.so.0.0.0 /usr/local/lib/libsvn_subr-1.so.0.0.0
> (cd /usr/local/lib && { ln -s -f libsvn_subr-1.so.0.0.0 libsvn_subr-1.so.0 || { rm -f libsvn_subr-1.so.0 && ln -s libsvn_subr-1.so.0.0.0 libsvn_subr-1.so.0; }; })
> (cd /usr/local/lib && { ln -s -f libsvn_subr-1.so.0.0.0 libsvn_subr-1.so || { rm -f libsvn_subr-1.so && ln -s libsvn_subr-1.so.0.0.0 libsvn_subr-1.so; }; })
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_subr-1.lai /usr/local/lib/libsvn_subr-1.la
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_subr-1.a /usr/local/lib/libsvn_subr-1.a
> ranlib /usr/local/lib/libsvn_subr-1.a
> chmod 644 /usr/local/lib/libsvn_subr-1.a
> PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
> ----------------------------------------------------------------------
> Libraries have been installed in:
> /usr/local/lib
>
> If you ever happen to want to link against installed libraries
> in a given directory, LIBDIR, you must either use libtool, and
> specify the full pathname of the library, or use the `-LLIBDIR'
> flag during linking and do at least one of the following:
> - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
> during execution
> - add LIBDIR to the `LD_RUN_PATH' environment variable
> during linking
> - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
> - have your system administrator add LIBDIR to `/etc/ld.so.conf'
>
> See any operating system documentation about shared libraries for
> more information, such as the ld(1) and ld.so(8) manual pages.
> ----------------------------------------------------------------------
> cd subversion/libsvn_delta ; /bin/sh /home/kfogel/src/subversion/libtool --mode=install /home/kfogel/src/subversion/ac-helpers/install-sh -c libsvn_delta-1.la /usr/local/lib/libsvn_delta-1.la
> libtool: install: warning: relinking `libsvn_delta-1.la'
> (cd /home/kfogel/src/subversion/subversion/libsvn_delta; /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=relink gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o libsvn_delta-1.la cancel.lo compose_delta.lo default_editor.lo path_driver.lo svndiff.lo text_delta.lo vdelta.lo version.lo xdelta.lo ../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl )
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_delta-1.so.0.0.0T /usr/local/lib/libsvn_delta-1.so.0.0.0
> (cd /usr/local/lib && { ln -s -f libsvn_delta-1.so.0.0.0 libsvn_delta-1.so.0 || { rm -f libsvn_delta-1.so.0 && ln -s libsvn_delta-1.so.0.0.0 libsvn_delta-1.so.0; }; })
> (cd /usr/local/lib && { ln -s -f libsvn_delta-1.so.0.0.0 libsvn_delta-1.so || { rm -f libsvn_delta-1.so && ln -s libsvn_delta-1.so.0.0.0 libsvn_delta-1.so; }; })
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_delta-1.lai /usr/local/lib/libsvn_delta-1.la
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_delta-1.a /usr/local/lib/libsvn_delta-1.a
> ranlib /usr/local/lib/libsvn_delta-1.a
> chmod 644 /usr/local/lib/libsvn_delta-1.a
> PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
> ----------------------------------------------------------------------
> Libraries have been installed in:
> /usr/local/lib
>
> If you ever happen to want to link against installed libraries
> in a given directory, LIBDIR, you must either use libtool, and
> specify the full pathname of the library, or use the `-LLIBDIR'
> flag during linking and do at least one of the following:
> - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
> during execution
> - add LIBDIR to the `LD_RUN_PATH' environment variable
> during linking
> - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
> - have your system administrator add LIBDIR to `/etc/ld.so.conf'
>
> See any operating system documentation about shared libraries for
> more information, such as the ld(1) and ld.so(8) manual pages.
> ----------------------------------------------------------------------
> cd subversion/libsvn_fs_fs ; /bin/sh /home/kfogel/src/subversion/libtool --mode=install /home/kfogel/src/subversion/ac-helpers/install-sh -c libsvn_fs_fs-1.la /usr/local/lib/libsvn_fs_fs-1.la
> libtool: install: warning: relinking `libsvn_fs_fs-1.la'
> (cd /home/kfogel/src/subversion/subversion/libsvn_fs_fs; /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=relink gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o libsvn_fs_fs-1.la dag.lo err.lo fs.lo fs_fs.lo id.lo key-gen.lo lock.lo revs-txns.lo tree.lo ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl )
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_fs_fs-1.so.0.0.0T /usr/local/lib/libsvn_fs_fs-1.so.0.0.0
> (cd /usr/local/lib && { ln -s -f libsvn_fs_fs-1.so.0.0.0 libsvn_fs_fs-1.so.0 || { rm -f libsvn_fs_fs-1.so.0 && ln -s libsvn_fs_fs-1.so.0.0.0 libsvn_fs_fs-1.so.0; }; })
> (cd /usr/local/lib && { ln -s -f libsvn_fs_fs-1.so.0.0.0 libsvn_fs_fs-1.so || { rm -f libsvn_fs_fs-1.so && ln -s libsvn_fs_fs-1.so.0.0.0 libsvn_fs_fs-1.so; }; })
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_fs_fs-1.lai /usr/local/lib/libsvn_fs_fs-1.la
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_fs_fs-1.a /usr/local/lib/libsvn_fs_fs-1.a
> ranlib /usr/local/lib/libsvn_fs_fs-1.a
> chmod 644 /usr/local/lib/libsvn_fs_fs-1.a
> PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
> ----------------------------------------------------------------------
> Libraries have been installed in:
> /usr/local/lib
>
> If you ever happen to want to link against installed libraries
> in a given directory, LIBDIR, you must either use libtool, and
> specify the full pathname of the library, or use the `-LLIBDIR'
> flag during linking and do at least one of the following:
> - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
> during execution
> - add LIBDIR to the `LD_RUN_PATH' environment variable
> during linking
> - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
> - have your system administrator add LIBDIR to `/etc/ld.so.conf'
>
> See any operating system documentation about shared libraries for
> more information, such as the ld(1) and ld.so(8) manual pages.
> ----------------------------------------------------------------------
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -d /usr/local/lib
> cd subversion/libsvn_fs_base ; /bin/sh /home/kfogel/src/subversion/libtool --mode=install /home/kfogel/src/subversion/ac-helpers/install-sh -c libsvn_fs_base-1.la /usr/local/lib/libsvn_fs_base-1.la
> libtool: install: warning: relinking `libsvn_fs_base-1.la'
> (cd /home/kfogel/src/subversion/subversion/libsvn_fs_base; /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=relink gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o libsvn_fs_base-1.la bdb/bdb-err.lo bdb/bdb_compat.lo bdb/changes-table.lo bdb/copies-table.lo bdb/dbt.lo bdb/lock-tokens-table.lo bdb/locks-table.lo bdb/nodes-table.lo bdb/reps-table.lo bdb/rev-table.lo bdb/strings-table.lo bdb/txn-table.lo bdb/uuids-table.lo dag.lo err.lo fs.lo id.lo key-gen.lo lock.lo node-rev.lo reps-strings.lo revs-txns.lo trail.lo tree.lo util/fs_skels.lo util/skel.lo uuid.lo ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl )
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_fs_base-1.so.0.0.0T /usr/local/lib/libsvn_fs_base-1.so.0.0.0
> (cd /usr/local/lib && { ln -s -f libsvn_fs_base-1.so.0.0.0 libsvn_fs_base-1.so.0 || { rm -f libsvn_fs_base-1.so.0 && ln -s libsvn_fs_base-1.so.0.0.0 libsvn_fs_base-1.so.0; }; })
> (cd /usr/local/lib && { ln -s -f libsvn_fs_base-1.so.0.0.0 libsvn_fs_base-1.so || { rm -f libsvn_fs_base-1.so && ln -s libsvn_fs_base-1.so.0.0.0 libsvn_fs_base-1.so; }; })
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_fs_base-1.lai /usr/local/lib/libsvn_fs_base-1.la
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_fs_base-1.a /usr/local/lib/libsvn_fs_base-1.a
> ranlib /usr/local/lib/libsvn_fs_base-1.a
> chmod 644 /usr/local/lib/libsvn_fs_base-1.a
> PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
> ----------------------------------------------------------------------
> Libraries have been installed in:
> /usr/local/lib
>
> If you ever happen to want to link against installed libraries
> in a given directory, LIBDIR, you must either use libtool, and
> specify the full pathname of the library, or use the `-LLIBDIR'
> flag during linking and do at least one of the following:
> - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
> during execution
> - add LIBDIR to the `LD_RUN_PATH' environment variable
> during linking
> - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
> - have your system administrator add LIBDIR to `/etc/ld.so.conf'
>
> See any operating system documentation about shared libraries for
> more information, such as the ld(1) and ld.so(8) manual pages.
> ----------------------------------------------------------------------
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -d /usr/local/lib
> cd subversion/libsvn_fs ; /bin/sh /home/kfogel/src/subversion/libtool --mode=install /home/kfogel/src/subversion/ac-helpers/install-sh -c libsvn_fs-1.la /usr/local/lib/libsvn_fs-1.la
> libtool: install: warning: relinking `libsvn_fs-1.la'
> (cd /home/kfogel/src/subversion/subversion/libsvn_fs; /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=relink gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o libsvn_fs-1.la access.lo fs-loader.lo ../../subversion/libsvn_subr/libsvn_subr-1.la ../../subversion/libsvn_fs_fs/libsvn_fs_fs-1.la ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la ../../subversion/libsvn_fs_base/libsvn_fs_base-1.la ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl )
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_fs-1.so.0.0.0T /usr/local/lib/libsvn_fs-1.so.0.0.0
> (cd /usr/local/lib && { ln -s -f libsvn_fs-1.so.0.0.0 libsvn_fs-1.so.0 || { rm -f libsvn_fs-1.so.0 && ln -s libsvn_fs-1.so.0.0.0 libsvn_fs-1.so.0; }; })
> (cd /usr/local/lib && { ln -s -f libsvn_fs-1.so.0.0.0 libsvn_fs-1.so || { rm -f libsvn_fs-1.so && ln -s libsvn_fs-1.so.0.0.0 libsvn_fs-1.so; }; })
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_fs-1.lai /usr/local/lib/libsvn_fs-1.la
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_fs-1.a /usr/local/lib/libsvn_fs-1.a
> ranlib /usr/local/lib/libsvn_fs-1.a
> chmod 644 /usr/local/lib/libsvn_fs-1.a
> PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
> ----------------------------------------------------------------------
> Libraries have been installed in:
> /usr/local/lib
>
> If you ever happen to want to link against installed libraries
> in a given directory, LIBDIR, you must either use libtool, and
> specify the full pathname of the library, or use the `-LLIBDIR'
> flag during linking and do at least one of the following:
> - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
> during execution
> - add LIBDIR to the `LD_RUN_PATH' environment variable
> during linking
> - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
> - have your system administrator add LIBDIR to `/etc/ld.so.conf'
>
> See any operating system documentation about shared libraries for
> more information, such as the ld(1) and ld.so(8) manual pages.
> ----------------------------------------------------------------------
> cd subversion/libsvn_ra_svn ; /bin/sh /home/kfogel/src/subversion/libtool --mode=install /home/kfogel/src/subversion/ac-helpers/install-sh -c libsvn_ra_svn-1.la /usr/local/lib/libsvn_ra_svn-1.la
> libtool: install: warning: relinking `libsvn_ra_svn-1.la'
> (cd /home/kfogel/src/subversion/subversion/libsvn_ra_svn; /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=relink gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o libsvn_ra_svn-1.la client.lo cram.lo editor.lo editorp.lo marshal.lo version.lo ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl )
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_ra_svn-1.so.0.0.0T /usr/local/lib/libsvn_ra_svn-1.so.0.0.0
> (cd /usr/local/lib && { ln -s -f libsvn_ra_svn-1.so.0.0.0 libsvn_ra_svn-1.so.0 || { rm -f libsvn_ra_svn-1.so.0 && ln -s libsvn_ra_svn-1.so.0.0.0 libsvn_ra_svn-1.so.0; }; })
> (cd /usr/local/lib && { ln -s -f libsvn_ra_svn-1.so.0.0.0 libsvn_ra_svn-1.so || { rm -f libsvn_ra_svn-1.so && ln -s libsvn_ra_svn-1.so.0.0.0 libsvn_ra_svn-1.so; }; })
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_ra_svn-1.lai /usr/local/lib/libsvn_ra_svn-1.la
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_ra_svn-1.a /usr/local/lib/libsvn_ra_svn-1.a
> ranlib /usr/local/lib/libsvn_ra_svn-1.a
> chmod 644 /usr/local/lib/libsvn_ra_svn-1.a
> PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
> ----------------------------------------------------------------------
> Libraries have been installed in:
> /usr/local/lib
>
> If you ever happen to want to link against installed libraries
> in a given directory, LIBDIR, you must either use libtool, and
> specify the full pathname of the library, or use the `-LLIBDIR'
> flag during linking and do at least one of the following:
> - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
> during execution
> - add LIBDIR to the `LD_RUN_PATH' environment variable
> during linking
> - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
> - have your system administrator add LIBDIR to `/etc/ld.so.conf'
>
> See any operating system documentation about shared libraries for
> more information, such as the ld(1) and ld.so(8) manual pages.
> ----------------------------------------------------------------------
> cd subversion/libsvn_repos ; /bin/sh /home/kfogel/src/subversion/libtool --mode=install /home/kfogel/src/subversion/ac-helpers/install-sh -c libsvn_repos-1.la /usr/local/lib/libsvn_repos-1.la
> libtool: install: warning: relinking `libsvn_repos-1.la'
> (cd /home/kfogel/src/subversion/subversion/libsvn_repos; /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=relink gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o libsvn_repos-1.la authz.lo commit.lo delta.lo dump.lo fs-wrap.lo hooks.lo load.lo log.lo node_tree.lo replay.lo reporter.lo repos.lo rev_hunt.lo ../../subversion/libsvn_fs/libsvn_fs-1.la ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl )
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_repos-1.so.0.0.0T /usr/local/lib/libsvn_repos-1.so.0.0.0
> (cd /usr/local/lib && { ln -s -f libsvn_repos-1.so.0.0.0 libsvn_repos-1.so.0 || { rm -f libsvn_repos-1.so.0 && ln -s libsvn_repos-1.so.0.0.0 libsvn_repos-1.so.0; }; })
> (cd /usr/local/lib && { ln -s -f libsvn_repos-1.so.0.0.0 libsvn_repos-1.so || { rm -f libsvn_repos-1.so && ln -s libsvn_repos-1.so.0.0.0 libsvn_repos-1.so; }; })
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_repos-1.lai /usr/local/lib/libsvn_repos-1.la
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_repos-1.a /usr/local/lib/libsvn_repos-1.a
> ranlib /usr/local/lib/libsvn_repos-1.a
> chmod 644 /usr/local/lib/libsvn_repos-1.a
> PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
> ----------------------------------------------------------------------
> Libraries have been installed in:
> /usr/local/lib
>
> If you ever happen to want to link against installed libraries
> in a given directory, LIBDIR, you must either use libtool, and
> specify the full pathname of the library, or use the `-LLIBDIR'
> flag during linking and do at least one of the following:
> - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
> during execution
> - add LIBDIR to the `LD_RUN_PATH' environment variable
> during linking
> - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
> - have your system administrator add LIBDIR to `/etc/ld.so.conf'
>
> See any operating system documentation about shared libraries for
> more information, such as the ld(1) and ld.so(8) manual pages.
> ----------------------------------------------------------------------
> cd subversion/libsvn_ra_local ; /bin/sh /home/kfogel/src/subversion/libtool --mode=install /home/kfogel/src/subversion/ac-helpers/install-sh -c libsvn_ra_local-1.la /usr/local/lib/libsvn_ra_local-1.la
> libtool: install: warning: relinking `libsvn_ra_local-1.la'
> (cd /home/kfogel/src/subversion/subversion/libsvn_ra_local; /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=relink gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o libsvn_ra_local-1.la ra_plugin.lo split_url.lo ../../subversion/libsvn_repos/libsvn_repos-1.la ../../subversion/libsvn_fs/libsvn_fs-1.la ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl )
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_ra_local-1.so.0.0.0T /usr/local/lib/libsvn_ra_local-1.so.0.0.0
> (cd /usr/local/lib && { ln -s -f libsvn_ra_local-1.so.0.0.0 libsvn_ra_local-1.so.0 || { rm -f libsvn_ra_local-1.so.0 && ln -s libsvn_ra_local-1.so.0.0.0 libsvn_ra_local-1.so.0; }; })
> (cd /usr/local/lib && { ln -s -f libsvn_ra_local-1.so.0.0.0 libsvn_ra_local-1.so || { rm -f libsvn_ra_local-1.so && ln -s libsvn_ra_local-1.so.0.0.0 libsvn_ra_local-1.so; }; })
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_ra_local-1.lai /usr/local/lib/libsvn_ra_local-1.la
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_ra_local-1.a /usr/local/lib/libsvn_ra_local-1.a
> ranlib /usr/local/lib/libsvn_ra_local-1.a
> chmod 644 /usr/local/lib/libsvn_ra_local-1.a
> PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
> ----------------------------------------------------------------------
> Libraries have been installed in:
> /usr/local/lib
>
> If you ever happen to want to link against installed libraries
> in a given directory, LIBDIR, you must either use libtool, and
> specify the full pathname of the library, or use the `-LLIBDIR'
> flag during linking and do at least one of the following:
> - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
> during execution
> - add LIBDIR to the `LD_RUN_PATH' environment variable
> during linking
> - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
> - have your system administrator add LIBDIR to `/etc/ld.so.conf'
>
> See any operating system documentation about shared libraries for
> more information, such as the ld(1) and ld.so(8) manual pages.
> ----------------------------------------------------------------------
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -d /usr/local/lib
> cd subversion/libsvn_ra_dav ; /bin/sh /home/kfogel/src/subversion/libtool --mode=install /home/kfogel/src/subversion/ac-helpers/install-sh -c libsvn_ra_dav-1.la /usr/local/lib/libsvn_ra_dav-1.la
> libtool: install: warning: relinking `libsvn_ra_dav-1.la'
> (cd /home/kfogel/src/subversion/subversion/libsvn_ra_dav; /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=relink gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o libsvn_ra_dav-1.la commit.lo fetch.lo file_revs.lo log.lo merge.lo options.lo props.lo session.lo util.lo ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl /home/kfogel/src/subversion/neon/src/libneon.la )
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_ra_dav-1.so.0.0.0T /usr/local/lib/libsvn_ra_dav-1.so.0.0.0
> (cd /usr/local/lib && { ln -s -f libsvn_ra_dav-1.so.0.0.0 libsvn_ra_dav-1.so.0 || { rm -f libsvn_ra_dav-1.so.0 && ln -s libsvn_ra_dav-1.so.0.0.0 libsvn_ra_dav-1.so.0; }; })
> (cd /usr/local/lib && { ln -s -f libsvn_ra_dav-1.so.0.0.0 libsvn_ra_dav-1.so || { rm -f libsvn_ra_dav-1.so && ln -s libsvn_ra_dav-1.so.0.0.0 libsvn_ra_dav-1.so; }; })
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_ra_dav-1.lai /usr/local/lib/libsvn_ra_dav-1.la
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_ra_dav-1.a /usr/local/lib/libsvn_ra_dav-1.a
> ranlib /usr/local/lib/libsvn_ra_dav-1.a
> chmod 644 /usr/local/lib/libsvn_ra_dav-1.a
> PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
> ----------------------------------------------------------------------
> Libraries have been installed in:
> /usr/local/lib
>
> If you ever happen to want to link against installed libraries
> in a given directory, LIBDIR, you must either use libtool, and
> specify the full pathname of the library, or use the `-LLIBDIR'
> flag during linking and do at least one of the following:
> - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
> during execution
> - add LIBDIR to the `LD_RUN_PATH' environment variable
> during linking
> - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
> - have your system administrator add LIBDIR to `/etc/ld.so.conf'
>
> See any operating system documentation about shared libraries for
> more information, such as the ld(1) and ld.so(8) manual pages.
> ----------------------------------------------------------------------
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -d /usr/local/lib
> cd subversion/libsvn_diff ; /bin/sh /home/kfogel/src/subversion/libtool --mode=install /home/kfogel/src/subversion/ac-helpers/install-sh -c libsvn_diff-1.la /usr/local/lib/libsvn_diff-1.la
> libtool: install: warning: relinking `libsvn_diff-1.la'
> (cd /home/kfogel/src/subversion/subversion/libsvn_diff; /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=relink gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o libsvn_diff-1.la diff.lo diff3.lo diff4.lo diff_file.lo lcs.lo token.lo util.lo ../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl )
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_diff-1.so.0.0.0T /usr/local/lib/libsvn_diff-1.so.0.0.0
> (cd /usr/local/lib && { ln -s -f libsvn_diff-1.so.0.0.0 libsvn_diff-1.so.0 || { rm -f libsvn_diff-1.so.0 && ln -s libsvn_diff-1.so.0.0.0 libsvn_diff-1.so.0; }; })
> (cd /usr/local/lib && { ln -s -f libsvn_diff-1.so.0.0.0 libsvn_diff-1.so || { rm -f libsvn_diff-1.so && ln -s libsvn_diff-1.so.0.0.0 libsvn_diff-1.so; }; })
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_diff-1.lai /usr/local/lib/libsvn_diff-1.la
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_diff-1.a /usr/local/lib/libsvn_diff-1.a
> ranlib /usr/local/lib/libsvn_diff-1.a
> chmod 644 /usr/local/lib/libsvn_diff-1.a
> PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
> ----------------------------------------------------------------------
> Libraries have been installed in:
> /usr/local/lib
>
> If you ever happen to want to link against installed libraries
> in a given directory, LIBDIR, you must either use libtool, and
> specify the full pathname of the library, or use the `-LLIBDIR'
> flag during linking and do at least one of the following:
> - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
> during execution
> - add LIBDIR to the `LD_RUN_PATH' environment variable
> during linking
> - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
> - have your system administrator add LIBDIR to `/etc/ld.so.conf'
>
> See any operating system documentation about shared libraries for
> more information, such as the ld(1) and ld.so(8) manual pages.
> ----------------------------------------------------------------------
> cd subversion/libsvn_ra ; /bin/sh /home/kfogel/src/subversion/libtool --mode=install /home/kfogel/src/subversion/ac-helpers/install-sh -c libsvn_ra-1.la /usr/local/lib/libsvn_ra-1.la
> libtool: install: warning: relinking `libsvn_ra-1.la'
> (cd /home/kfogel/src/subversion/subversion/libsvn_ra; /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=relink gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o libsvn_ra-1.la ra_loader.lo ../../subversion/libsvn_subr/libsvn_subr-1.la ../../subversion/libsvn_ra_local/libsvn_ra_local-1.la ../../subversion/libsvn_repos/libsvn_repos-1.la ../../subversion/libsvn_fs/libsvn_fs-1.la ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la ../../subversion/libsvn_ra_svn/libsvn_ra_svn-1.la ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la ../../subversion/libsvn_ra_dav/libsvn_ra_dav-1.la ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2!
  -!
> lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl )
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_ra-1.so.0.0.0T /usr/local/lib/libsvn_ra-1.so.0.0.0
> (cd /usr/local/lib && { ln -s -f libsvn_ra-1.so.0.0.0 libsvn_ra-1.so.0 || { rm -f libsvn_ra-1.so.0 && ln -s libsvn_ra-1.so.0.0.0 libsvn_ra-1.so.0; }; })
> (cd /usr/local/lib && { ln -s -f libsvn_ra-1.so.0.0.0 libsvn_ra-1.so || { rm -f libsvn_ra-1.so && ln -s libsvn_ra-1.so.0.0.0 libsvn_ra-1.so; }; })
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_ra-1.lai /usr/local/lib/libsvn_ra-1.la
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_ra-1.a /usr/local/lib/libsvn_ra-1.a
> ranlib /usr/local/lib/libsvn_ra-1.a
> chmod 644 /usr/local/lib/libsvn_ra-1.a
> PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
> ----------------------------------------------------------------------
> Libraries have been installed in:
> /usr/local/lib
>
> If you ever happen to want to link against installed libraries
> in a given directory, LIBDIR, you must either use libtool, and
> specify the full pathname of the library, or use the `-LLIBDIR'
> flag during linking and do at least one of the following:
> - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
> during execution
> - add LIBDIR to the `LD_RUN_PATH' environment variable
> during linking
> - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
> - have your system administrator add LIBDIR to `/etc/ld.so.conf'
>
> See any operating system documentation about shared libraries for
> more information, such as the ld(1) and ld.so(8) manual pages.
> ----------------------------------------------------------------------
> cd subversion/libsvn_wc ; /bin/sh /home/kfogel/src/subversion/libtool --mode=install /home/kfogel/src/subversion/ac-helpers/install-sh -c libsvn_wc-1.la /usr/local/lib/libsvn_wc-1.la
> libtool: install: warning: relinking `libsvn_wc-1.la'
> (cd /home/kfogel/src/subversion/subversion/libsvn_wc; /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=relink gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o libsvn_wc-1.la adm_crawler.lo adm_files.lo adm_ops.lo copy.lo diff.lo entries.lo lock.lo log.lo merge.lo props.lo questions.lo relocate.lo status.lo translate.lo update_editor.lo util.lo ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la ../../subversion/libsvn_diff/libsvn_diff-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl )
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_wc-1.so.0.0.0T /usr/local/lib/libsvn_wc-1.so.0.0.0
> (cd /usr/local/lib && { ln -s -f libsvn_wc-1.so.0.0.0 libsvn_wc-1.so.0 || { rm -f libsvn_wc-1.so.0 && ln -s libsvn_wc-1.so.0.0.0 libsvn_wc-1.so.0; }; })
> (cd /usr/local/lib && { ln -s -f libsvn_wc-1.so.0.0.0 libsvn_wc-1.so || { rm -f libsvn_wc-1.so && ln -s libsvn_wc-1.so.0.0.0 libsvn_wc-1.so; }; })
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_wc-1.lai /usr/local/lib/libsvn_wc-1.la
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_wc-1.a /usr/local/lib/libsvn_wc-1.a
> ranlib /usr/local/lib/libsvn_wc-1.a
> chmod 644 /usr/local/lib/libsvn_wc-1.a
> PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
> ----------------------------------------------------------------------
> Libraries have been installed in:
> /usr/local/lib
>
> If you ever happen to want to link against installed libraries
> in a given directory, LIBDIR, you must either use libtool, and
> specify the full pathname of the library, or use the `-LLIBDIR'
> flag during linking and do at least one of the following:
> - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
> during execution
> - add LIBDIR to the `LD_RUN_PATH' environment variable
> during linking
> - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
> - have your system administrator add LIBDIR to `/etc/ld.so.conf'
>
> See any operating system documentation about shared libraries for
> more information, such as the ld(1) and ld.so(8) manual pages.
> ----------------------------------------------------------------------
> cd subversion/libsvn_client ; /bin/sh /home/kfogel/src/subversion/libtool --mode=install /home/kfogel/src/subversion/ac-helpers/install-sh -c libsvn_client-1.la /usr/local/lib/libsvn_client-1.la
> libtool: install: warning: relinking `libsvn_client-1.la'
> (cd /home/kfogel/src/subversion/subversion/libsvn_client; /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=relink gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/lib -o libsvn_client-1.la add.lo blame.lo cat.lo checkout.lo cleanup.lo commit.lo commit_util.lo compat_providers.lo copy.lo ctx.lo delete.lo diff.lo export.lo externals.lo info.lo locking_commands.lo log.lo ls.lo prop_commands.lo ra.lo relocate.lo repos_diff.lo repos_diff_summarize.lo resolved.lo revert.lo revisions.lo status.lo switch.lo update.lo url.lo util.lo version.lo ../../subversion/libsvn_wc/libsvn_wc-1.la ../../subversion/libsvn_ra/libsvn_ra-1.la ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_diff/libsvn_diff-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/apache2/lib/libaprutil-0.la -ldb-4.2 !
 -l!
> expat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl )
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_client-1.so.0.0.0T /usr/local/lib/libsvn_client-1.so.0.0.0
> (cd /usr/local/lib && { ln -s -f libsvn_client-1.so.0.0.0 libsvn_client-1.so.0 || { rm -f libsvn_client-1.so.0 && ln -s libsvn_client-1.so.0.0.0 libsvn_client-1.so.0; }; })
> (cd /usr/local/lib && { ln -s -f libsvn_client-1.so.0.0.0 libsvn_client-1.so || { rm -f libsvn_client-1.so && ln -s libsvn_client-1.so.0.0.0 libsvn_client-1.so; }; })
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_client-1.lai /usr/local/lib/libsvn_client-1.la
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/libsvn_client-1.a /usr/local/lib/libsvn_client-1.a
> ranlib /usr/local/lib/libsvn_client-1.a
> chmod 644 /usr/local/lib/libsvn_client-1.a
> PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
> ----------------------------------------------------------------------
> Libraries have been installed in:
> /usr/local/lib
>
> If you ever happen to want to link against installed libraries
> in a given directory, LIBDIR, you must either use libtool, and
> specify the full pathname of the library, or use the `-LLIBDIR'
> flag during linking and do at least one of the following:
> - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
> during execution
> - add LIBDIR to the `LD_RUN_PATH' environment variable
> during linking
> - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
> - have your system administrator add LIBDIR to `/etc/ld.so.conf'
>
> See any operating system documentation about shared libraries for
> more information, such as the ld(1) and ld.so(8) manual pages.
> ----------------------------------------------------------------------
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -d /usr/local/include/subversion-1
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 /home/kfogel/src/subversion/subversion/include/svn_diff.h /usr/local/include/subversion-1/svn_diff.h
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 /home/kfogel/src/subversion/subversion/include/svn_fs.h /usr/local/include/subversion-1/svn_fs.h
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 /home/kfogel/src/subversion/subversion/include/svn_error_codes.h /usr/local/include/subversion-1/svn_error_codes.h
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 /home/kfogel/src/subversion/subversion/include/svn_ra.h /usr/local/include/subversion-1/svn_ra.h
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 /home/kfogel/src/subversion/subversion/include/svn_opt.h /usr/local/include/subversion-1/svn_opt.h
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 /home/kfogel/src/subversion/subversion/include/svn_auth.h /usr/local/include/subversion-1/svn_auth.h
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 /home/kfogel/src/subversion/subversion/include/svn_time.h /usr/local/include/subversion-1/svn_time.h
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 /home/kfogel/src/subversion/subversion/include/svn_utf.h /usr/local/include/subversion-1/svn_utf.h
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 /home/kfogel/src/subversion/subversion/include/svn_pools.h /usr/local/include/subversion-1/svn_pools.h
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 /home/kfogel/src/subversion/subversion/include/svn_error.h /usr/local/include/subversion-1/svn_error.h
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 /home/kfogel/src/subversion/subversion/include/svn_md5.h /usr/local/include/subversion-1/svn_md5.h
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 /home/kfogel/src/subversion/subversion/include/svn_hash.h /usr/local/include/subversion-1/svn_hash.h
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 /home/kfogel/src/subversion/subversion/include/svn_quoprint.h /usr/local/include/subversion-1/svn_quoprint.h
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 /home/kfogel/src/subversion/subversion/include/svn_client.h /usr/local/include/subversion-1/svn_client.h
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 /home/kfogel/src/subversion/subversion/include/svn_wc.h /usr/local/include/subversion-1/svn_wc.h
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 /home/kfogel/src/subversion/subversion/include/svn_io.h /usr/local/include/subversion-1/svn_io.h
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 /home/kfogel/src/subversion/subversion/include/svn_string.h /usr/local/include/subversion-1/svn_string.h
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 /home/kfogel/src/subversion/subversion/include/svn_config.h /usr/local/include/subversion-1/svn_config.h
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 /home/kfogel/src/subversion/subversion/include/svn_types.h /usr/local/include/subversion-1/svn_types.h
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 /home/kfogel/src/subversion/subversion/include/svn_props.h /usr/local/include/subversion-1/svn_props.h
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 /home/kfogel/src/subversion/subversion/include/svn_xml.h /usr/local/include/subversion-1/svn_xml.h
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 /home/kfogel/src/subversion/subversion/include/svn_subst.h /usr/local/include/subversion-1/svn_subst.h
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 /home/kfogel/src/subversion/subversion/include/svn_path.h /usr/local/include/subversion-1/svn_path.h
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 /home/kfogel/src/subversion/subversion/include/svn_delta.h /usr/local/include/subversion-1/svn_delta.h
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 /home/kfogel/src/subversion/subversion/include/svn_repos.h /usr/local/include/subversion-1/svn_repos.h
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 /home/kfogel/src/subversion/subversion/include/svn_ra_svn.h /usr/local/include/subversion-1/svn_ra_svn.h
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 /home/kfogel/src/subversion/subversion/include/svn_version.h /usr/local/include/subversion-1/svn_version.h
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 /home/kfogel/src/subversion/subversion/include/svn_base64.h /usr/local/include/subversion-1/svn_base64.h
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 /home/kfogel/src/subversion/subversion/include/svn_nls.h /usr/local/include/subversion-1/svn_nls.h
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 /home/kfogel/src/subversion/subversion/include/svn_sorts.h /usr/local/include/subversion-1/svn_sorts.h
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 /home/kfogel/src/subversion/subversion/include/svn_dav.h /usr/local/include/subversion-1/svn_dav.h
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 /home/kfogel/src/subversion/subversion/include/svn_cmdline.h /usr/local/include/subversion-1/svn_cmdline.h
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 /home/kfogel/src/subversion/subversion/include/mod_dav_svn.h /usr/local/include/subversion-1/mod_dav_svn.h
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 /home/kfogel/src/subversion/subversion/include/svn_ctype.h /usr/local/include/subversion-1/svn_ctype.h
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 /home/kfogel/src/subversion/subversion/include/svn_user.h /usr/local/include/subversion-1/svn_user.h
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -d /usr/local/bin
> cd subversion/clients/cmdline ; /bin/sh /home/kfogel/src/subversion/libtool --mode=install /home/kfogel/src/subversion/ac-helpers/install-sh -c svn /usr/local/bin/svn
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/svn /usr/local/bin/svn
> cd subversion/svnadmin ; /bin/sh /home/kfogel/src/subversion/libtool --mode=install /home/kfogel/src/subversion/ac-helpers/install-sh -c svnadmin /usr/local/bin/svnadmin
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/svnadmin /usr/local/bin/svnadmin
> cd subversion/svndumpfilter ; /bin/sh /home/kfogel/src/subversion/libtool --mode=install /home/kfogel/src/subversion/ac-helpers/install-sh -c svndumpfilter /usr/local/bin/svndumpfilter
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/svndumpfilter /usr/local/bin/svndumpfilter
> cd subversion/svnlook ; /bin/sh /home/kfogel/src/subversion/libtool --mode=install /home/kfogel/src/subversion/ac-helpers/install-sh -c svnlook /usr/local/bin/svnlook
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/svnlook /usr/local/bin/svnlook
> cd subversion/svnserve ; /bin/sh /home/kfogel/src/subversion/libtool --mode=install /home/kfogel/src/subversion/ac-helpers/install-sh -c svnserve /usr/local/bin/svnserve
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/svnserve /usr/local/bin/svnserve
> cd subversion/svnversion ; /bin/sh /home/kfogel/src/subversion/libtool --mode=install /home/kfogel/src/subversion/ac-helpers/install-sh -c svnversion /usr/local/bin/svnversion
> /home/kfogel/src/subversion/ac-helpers/install-sh -c .libs/svnversion /usr/local/bin/svnversion
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 ./subversion/clients/cmdline/svn.1 /usr/local/man/man1/svn.1
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 ./subversion/svnadmin/svnadmin.1 /usr/local/man/man1/svnadmin.1
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 ./subversion/svndumpfilter/svndumpfilter.1 /usr/local/man/man1/svndumpfilter.1
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 ./subversion/svnlook/svnlook.1 /usr/local/man/man1/svnlook.1
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 ./subversion/svnserve/svnserve.8 /usr/local/man/man8/svnserve.8
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 ./subversion/svnserve/svnserve.conf.5 /usr/local/man/man5/svnserve.conf.5
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 ./subversion/svnversion/svnversion.1 /usr/local/man/man1/svnversion.1
> cd subversion/mod_dav_svn ; /home/kfogel/src/subversion/ac-helpers/install-sh -c -d "/usr/local/apache2/modules" ; /usr/local/apache2/bin/apxs -i -S LIBEXECDIR="/usr/local/apache2/modules" -a -n dav_svn mod_dav_svn.la
> /usr/local/apache2/build/instdso.sh SH_LIBTOOL='/usr/local/apache2/build/libtool' mod_dav_svn.la /usr/local/apache2/modules
> /usr/local/apache2/build/libtool --mode=install cp mod_dav_svn.la /usr/local/apache2/modules/
> libtool: install: warning: relinking `mod_dav_svn.la'
> (cd /home/kfogel/src/subversion/subversion/mod_dav_svn; /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=relink gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/apache2/modules -avoid-version -module -o mod_dav_svn.la activity.lo deadprops.lo file_revs.lo liveprops.lo lock.lo log.lo merge.lo mod_dav_svn.lo repos.lo update.lo util.lo version.lo ../../subversion/libsvn_repos/libsvn_repos-1.la ../../subversion/libsvn_fs/libsvn_fs-1.la ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la @inst_prefix_dir@)
> cp .libs/mod_dav_svn.soT /usr/local/apache2/modules/mod_dav_svn.so
> cp .libs/mod_dav_svn.lai /usr/local/apache2/modules/mod_dav_svn.la
> cp .libs/mod_dav_svn.a /usr/local/apache2/modules/mod_dav_svn.a
> ranlib /usr/local/apache2/modules/mod_dav_svn.a
> chmod 644 /usr/local/apache2/modules/mod_dav_svn.a
> PATH="$PATH:/sbin" ldconfig -n /usr/local/apache2/modules
> ----------------------------------------------------------------------
> Libraries have been installed in:
> /usr/local/apache2/modules
>
> If you ever happen to want to link against installed libraries
> in a given directory, LIBDIR, you must either use libtool, and
> specify the full pathname of the library, or use the `-LLIBDIR'
> flag during linking and do at least one of the following:
> - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
> during execution
> - add LIBDIR to the `LD_RUN_PATH' environment variable
> during linking
> - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
> - have your system administrator add LIBDIR to `/etc/ld.so.conf'
>
> See any operating system documentation about shared libraries for
> more information, such as the ld(1) and ld.so(8) manual pages.
> ----------------------------------------------------------------------
> chmod 755 /usr/local/apache2/modules/mod_dav_svn.so
> [activating module `dav_svn' in /usr/local/apache2/conf/httpd.conf]
> cd subversion/mod_authz_svn ; /home/kfogel/src/subversion/ac-helpers/install-sh -c -d "/usr/local/apache2/modules" ; /usr/local/apache2/bin/apxs -i -S LIBEXECDIR="/usr/local/apache2/modules" -a -n authz_svn mod_authz_svn.la
> /usr/local/apache2/build/instdso.sh SH_LIBTOOL='/usr/local/apache2/build/libtool' mod_authz_svn.la /usr/local/apache2/modules
> /usr/local/apache2/build/libtool --mode=install cp mod_authz_svn.la /usr/local/apache2/modules/
> libtool: install: warning: relinking `mod_authz_svn.la'
> (cd /home/kfogel/src/subversion/subversion/mod_authz_svn; /bin/sh /home/kfogel/src/subversion/libtool --tag=CC --silent --mode=relink gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -rpath /usr/local/apache2/modules -avoid-version -module -o mod_authz_svn.la mod_authz_svn.lo ../../subversion/libsvn_subr/libsvn_subr-1.la ../../subversion/libsvn_repos/libsvn_repos-1.la @inst_prefix_dir@)
> cp .libs/mod_authz_svn.soT /usr/local/apache2/modules/mod_authz_svn.so
> cp .libs/mod_authz_svn.lai /usr/local/apache2/modules/mod_authz_svn.la
> cp .libs/mod_authz_svn.a /usr/local/apache2/modules/mod_authz_svn.a
> ranlib /usr/local/apache2/modules/mod_authz_svn.a
> chmod 644 /usr/local/apache2/modules/mod_authz_svn.a
> PATH="$PATH:/sbin" ldconfig -n /usr/local/apache2/modules
> ----------------------------------------------------------------------
> Libraries have been installed in:
> /usr/local/apache2/modules
>
> If you ever happen to want to link against installed libraries
> in a given directory, LIBDIR, you must either use libtool, and
> specify the full pathname of the library, or use the `-LLIBDIR'
> flag during linking and do at least one of the following:
> - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
> during execution
> - add LIBDIR to the `LD_RUN_PATH' environment variable
> during linking
> - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
> - have your system administrator add LIBDIR to `/etc/ld.so.conf'
>
> See any operating system documentation about shared libraries for
> more information, such as the ld(1) and ld.so(8) manual pages.
> ----------------------------------------------------------------------
> chmod 755 /usr/local/apache2/modules/mod_authz_svn.so
> [activating module `authz_svn' in /usr/local/apache2/conf/httpd.conf]
> /home/kfogel/src/subversion/ac-helpers/install-sh -c -d /usr/local/share/locale
> cd subversion/po ; /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 de.mo /usr/local/share/locale/de/LC_MESSAGES/subversion.mo
> cd subversion/po ; /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 es.mo /usr/local/share/locale/es/LC_MESSAGES/subversion.mo
> cd subversion/po ; /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 fr.mo /usr/local/share/locale/fr/LC_MESSAGES/subversion.mo
> cd subversion/po ; /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 it.mo /usr/local/share/locale/it/LC_MESSAGES/subversion.mo
> cd subversion/po ; /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 ja.mo /usr/local/share/locale/ja/LC_MESSAGES/subversion.mo
> cd subversion/po ; /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 ko.mo /usr/local/share/locale/ko/LC_MESSAGES/subversion.mo
> cd subversion/po ; /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 nb.mo /usr/local/share/locale/nb/LC_MESSAGES/subversion.mo
> cd subversion/po ; /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 pl.mo /usr/local/share/locale/pl/LC_MESSAGES/subversion.mo
> cd subversion/po ; /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 pt_BR.mo /usr/local/share/locale/pt_BR/LC_MESSAGES/subversion.mo
> cd subversion/po ; /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 sv.mo /usr/local/share/locale/sv/LC_MESSAGES/subversion.mo
> cd subversion/po ; /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 zh_CN.mo /usr/local/share/locale/zh_CN/LC_MESSAGES/subversion.mo
> cd subversion/po ; /home/kfogel/src/subversion/ac-helpers/install-sh -c -m 644 zh_TW.mo /usr/local/share/locale/zh_TW/LC_MESSAGES/subversion.mo
> subversion/svnversion/svnversion . /repos/svn/trunk > /usr/local/include/subversion-1/svn-revision.txt
> $ cd ~/src/versioncontrol
> $ pwd
> /home/kfogel/src/versioncontrol
> $ svn info
> Path: .
> URL: https://versioncontrol.extranet.collab.net/svn/versioncontrol/trunk
> Repository Root: https://versioncontrol.extranet.collab.net/svn/versioncontrol
> Repository UUID: 22006a41-a1fb-0310-bd7e-c51a55d5d677
> Revision: 2022
> Node Kind: directory
> Schedule: normal
> Last Changed Author: kfogel
> Last Changed Rev: 2022
> Last Changed Date: 2005-11-21 11:01:39 -0600 (Mon, 21 Nov 2005)
>
> $ svn up
> subversion/libsvn_ra_dav/session.c:649: (apr_err=175000)
> svn: SSL is not supported
> $ which svn
> /usr/local/bin/svn
> $ /usr/local/bin/svn up
> subversion/libsvn_ra_dav/session.c:649: (apr_err=175000)
> svn: SSL is not supported
> $
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>

-- 
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Nov 26 06:24:39 2005

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

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