All pastes #2492975 Raw Edit

Untitled

public unlisted text v1 · immutable
#2492975 ·published 2013-12-05 19:23 UTC
rendered paste body
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by subversion configure 1.8.5, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --prefix=/usr/local/bin/subversion-1.8.5 --with-apxs=/usr/local/bin/apache-httpd-2.4.7/bin/apxs --with-jdk --enable-javahl --enable-mod-activation --enable-shared --with-openssl --with-serf=/usr/local

## --------- ##
## Platform. ##
## --------- ##

hostname = zzz
uname -m = x86_64
uname -r = 3.2.0-57-generic
uname -s = Linux
uname -v = #87-Ubuntu SMP Tue Nov 12 21:35:10 UTC 2013

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: ./
PATH: /home/abc/bin
PATH: /usr/local/bin/ant/bin
PATH: /usr/local/bin/grails/bin
PATH: /opt/groovy/bin
PATH: /opt/ruby/bin
PATH: /opt/jruby/bin
PATH: /opt/jdk/bin
PATH: /usr/lib/libfm
PATH: /home/abc/bin
PATH: /usr/lib/lightdm/lightdm
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2663: Configuring Subversion 1.8.5
configure:2682: creating config.nice
configure:2754: checking for gcc
configure:2770: found /usr/bin/gcc
configure:2781: result: gcc
configure:3010: checking for C compiler version
configure:3019: gcc --version >&5
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3030: $? = 0
configure:3019: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) 
configure:3030: $? = 0
configure:3019: gcc -V >&5
gcc: error: unrecognized option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3030: $? = 4
configure:3019: gcc -qversion >&5
gcc: error: unrecognized option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3030: $? = 4
configure:3050: checking whether the C compiler works
configure:3072: gcc    conftest.c  >&5
configure:3076: $? = 0
configure:3124: result: yes
configure:3127: checking for C compiler default output file name
configure:3129: result: a.out
configure:3135: checking for suffix of executables
configure:3142: gcc -o conftest    conftest.c  >&5
configure:3146: $? = 0
configure:3168: result: 
configure:3190: checking whether we are cross compiling
configure:3198: gcc -o conftest    conftest.c  >&5
configure:3202: $? = 0
configure:3209: ./conftest
configure:3213: $? = 0
configure:3228: result: no
configure:3233: checking for suffix of object files
configure:3255: gcc -c   conftest.c >&5
configure:3259: $? = 0
configure:3280: result: o
configure:3284: checking whether we are using the GNU C compiler
configure:3303: gcc -c   conftest.c >&5
configure:3303: $? = 0
configure:3312: result: yes
configure:3321: checking whether gcc accepts -g
configure:3341: gcc -c -g  conftest.c >&5
configure:3341: $? = 0
configure:3382: result: yes
configure:3399: checking for gcc option to accept ISO C89
configure:3462: gcc  -c -g -O2  conftest.c >&5
configure:3462: $? = 0
configure:3475: result: none needed
configure:3508: checking if gcc accepts -std=c90
configure:3515: gcc -c -std=c90   conftest.c >&5
configure:3515: $? = 0
configure:3517: result: yes
configure:3627: checking if gcc accepts -Werror=unknown-warning-option
configure:3634: gcc -c -Werror=unknown-warning-option -g -O2  conftest.c >&5
cc1: error: -Werror=unknown-warning-option: no option -Wunknown-warning-option
configure:3634: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "subversion"
| #define PACKAGE_TARNAME "subversion"
| #define PACKAGE_VERSION "1.8.5"
| #define PACKAGE_STRING "subversion 1.8.5"
| #define PACKAGE_BUGREPORT "http://subversion.apache.org/"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| 
configure:3642: result: no
configure:3719: checking for g++
configure:3735: found /usr/bin/g++
configure:3746: result: g++
configure:3773: checking for C++ compiler version
configure:3782: g++ --version >&5
g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3793: $? = 0
configure:3782: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) 
configure:3793: $? = 0
configure:3782: g++ -V >&5
g++: error: unrecognized option '-V'
g++: fatal error: no input files
compilation terminated.
configure:3793: $? = 4
configure:3782: g++ -qversion >&5
g++: error: unrecognized option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:3793: $? = 4
configure:3797: checking whether we are using the GNU C++ compiler
configure:3816: g++ -c   conftest.cpp >&5
configure:3816: $? = 0
configure:3825: result: yes
configure:3834: checking whether g++ accepts -g
configure:3854: g++ -c -g  conftest.cpp >&5
configure:3854: $? = 0
configure:3895: result: yes
configure:3931: checking if g++ accepts -std=c++98
configure:3938: g++ -c -std=c++98   conftest.cpp >&5
configure:3938: $? = 0
configure:3940: result: yes
configure:3974: checking if g++ accepts -Werror=unknown-warning-option
configure:3981: g++ -c -Werror=unknown-warning-option -g -O2  conftest.cpp >&5
cc1plus: error: -Werror=unknown-warning-option: no option -Wunknown-warning-option
configure:3981: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "subversion"
| #define PACKAGE_TARNAME "subversion"
| #define PACKAGE_VERSION "1.8.5"
| #define PACKAGE_STRING "subversion 1.8.5"
| #define PACKAGE_BUGREPORT "http://subversion.apache.org/"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| 
configure:3989: result: no
configure:4011: checking how to run the C preprocessor
configure:4042: gcc -E  conftest.c
configure:4042: $? = 0
configure:4056: gcc -E  conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4056: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "subversion"
| #define PACKAGE_TARNAME "subversion"
| #define PACKAGE_VERSION "1.8.5"
| #define PACKAGE_STRING "subversion 1.8.5"
| #define PACKAGE_BUGREPORT "http://subversion.apache.org/"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4081: result: gcc -E
configure:4101: gcc -E  conftest.c
configure:4101: $? = 0
configure:4115: gcc -E  conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4115: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "subversion"
| #define PACKAGE_TARNAME "subversion"
| #define PACKAGE_VERSION "1.8.5"
| #define PACKAGE_STRING "subversion 1.8.5"
| #define PACKAGE_BUGREPORT "http://subversion.apache.org/"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4146: checking for a sed that does not truncate output
configure:4210: result: /bin/sed
configure:4221: checking build system type
configure:4235: result: x86_64-unknown-linux-gnu
configure:4255: checking host system type
configure:4268: result: x86_64-unknown-linux-gnu
configure:4288: checking target system type
configure:4301: result: x86_64-unknown-linux-gnu
configure:4329: checking for grep that handles long lines and -e
configure:4387: result: /bin/grep
configure:4392: checking for egrep
configure:4454: result: /bin/grep -E
configure:4460: checking whether ln -s works
configure:4464: result: yes
configure:4486: checking for a BSD-compatible install
configure:4554: result: /usr/bin/install -c
configure:4585: Apache Portable Runtime (APR) library configuration
configure:4613: checking for APR
configure:4689: result: yes
configure:4714: checking APR version
configure:4720: result: 1.4.6
configure:4834: Apache Portable Runtime Utility (APRUTIL) library configuration
configure:4862: checking for APR-util
configure:4938: result: yes
configure:4959: checking APRUTIL version
configure:4973: result: 1.3.12
configure:5075: checking for pkg-config
configure:5093: found /usr/bin/pkg-config
configure:5105: result: /usr/bin/pkg-config
configure:5115: checking for ANSI C header files
configure:5135: gcc -c -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:5135: $? = 0
configure:5208: gcc -o conftest -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE    conftest.c  >&5
configure:5208: $? = 0
configure:5208: ./conftest
configure:5208: $? = 0
configure:5219: result: yes
configure:5232: checking for sys/types.h
configure:5232: gcc -c -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:5232: $? = 0
configure:5232: result: yes
configure:5232: checking for sys/stat.h
configure:5232: gcc -c -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:5232: $? = 0
configure:5232: result: yes
configure:5232: checking for stdlib.h
configure:5232: gcc -c -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:5232: $? = 0
configure:5232: result: yes
configure:5232: checking for string.h
configure:5232: gcc -c -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:5232: $? = 0
configure:5232: result: yes
configure:5232: checking for memory.h
configure:5232: gcc -c -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:5232: $? = 0
configure:5232: result: yes
configure:5232: checking for strings.h
configure:5232: gcc -c -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:5232: $? = 0
configure:5232: result: yes
configure:5232: checking for inttypes.h
configure:5232: gcc -c -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:5232: $? = 0
configure:5232: result: yes
configure:5232: checking for stdint.h
configure:5232: gcc -c -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:5232: $? = 0
configure:5232: result: yes
configure:5232: checking for unistd.h
configure:5232: gcc -c -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:5232: $? = 0
configure:5232: result: yes
configure:5264: serf library configuration via prefix
configure:5274: checking serf.h usability
configure:5274: gcc -c -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apr-1.0   -I/usr/include/apr-1.0  -I/usr/local/include/serf-1 conftest.c >&5
configure:5274: $? = 0
configure:5274: result: yes
configure:5274: checking serf.h presence
configure:5274: gcc -E    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apr-1.0   -I/usr/include/apr-1.0  -I/usr/local/include/serf-1 conftest.c
configure:5274: $? = 0
configure:5274: result: yes
configure:5274: checking for serf.h
configure:5274: result: yes
configure:5283: checking for serf_context_create in -lserf-1
configure:5308: gcc -o conftest -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apr-1.0   -I/usr/include/apr-1.0  -I/usr/local/include/serf-1    -L/usr/local/lib conftest.c -lserf-1 -laprutil-1 -lapr-1 -lz  >&5
configure:5308: $? = 0
configure:5318: result: yes
configure:5340: gcc -c -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apr-1.0   -I/usr/include/apr-1.0  -I/usr/local/include/serf-1 conftest.c >&5
configure:5340: $? = 0
configure:5415: checking was serf enabled
configure:5418: result: yes
configure:5517: looking for apr_memcache as part of apr-util
configure:5521: checking apr_memcache.h usability
configure:5521: gcc -c -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apr-1.0   -I/usr/include/apr-1.0  conftest.c >&5
configure:5521: $? = 0
configure:5521: result: yes
configure:5521: checking apr_memcache.h presence
configure:5521: gcc -E    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apr-1.0   -I/usr/include/apr-1.0  conftest.c
configure:5521: $? = 0
configure:5521: result: yes
configure:5521: checking for apr_memcache.h
configure:5521: result: yes
configure:5526: checking for apr_memcache_create in -laprutil-1
configure:5551: gcc -o conftest -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apr-1.0   -I/usr/include/apr-1.0     -L/usr/local/lib -laprutil-1 conftest.c -laprutil-1   >&5
configure:5551: $? = 0
configure:5560: result: yes
configure:5606: checking for Apache module support via DSO through APXS
configure:5638: result: found at /usr/local/bin/apache-httpd-2.4.7/bin/apxs
configure:5641: checking httpd version
configure:5653: result: recent enough
configure:5681: checking whether Apache version is compatible with APR version
configure:5708: result: yes
configure:5807: checking sqlite library
configure:6258: checking sqlite amalgamation
configure:6264: result: yes
configure:6266: checking sqlite amalgamation file version
configure:6278: result: amalgamation found and is okay
configure:6335: checking for shl_load
configure:6335: gcc -o conftest -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE    -L/usr/local/lib conftest.c  >&5
/tmp/cczBd1eq.o: In function `main':
/home/abc/Public/subversion-1.8.5/conftest.c:57: undefined reference to `shl_load'
collect2: ld returned 1 exit status
configure:6335: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "subversion"
| #define PACKAGE_TARNAME "subversion"
| #define PACKAGE_VERSION "1.8.5"
| #define PACKAGE_STRING "subversion 1.8.5"
| #define PACKAGE_BUGREPORT "http://subversion.apache.org/"
| #define PACKAGE_URL ""
| #define SVN_SOVERSION 0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SERF_H 1
| #define SVN_HAVE_SERF 1
| #define SVN_HAVE_MEMCACHE 1
| /* end confdefs.h.  */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define shl_load innocuous_shl_load
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char shl_load (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef shl_load
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_shl_load || defined __stub___shl_load
| choke me
| #endif
| 
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
configure:6335: result: no
configure:6339: checking for shl_load in -ldld
configure:6364: gcc -o conftest -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE    -L/usr/local/lib conftest.c -ldld   >&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:6364: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "subversion"
| #define PACKAGE_TARNAME "subversion"
| #define PACKAGE_VERSION "1.8.5"
| #define PACKAGE_STRING "subversion 1.8.5"
| #define PACKAGE_BUGREPORT "http://subversion.apache.org/"
| #define PACKAGE_URL ""
| #define SVN_SOVERSION 0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SERF_H 1
| #define SVN_HAVE_SERF 1
| #define SVN_HAVE_MEMCACHE 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
configure:6373: result: no
configure:6378: checking for dlopen
configure:6378: gcc -o conftest -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE    -L/usr/local/lib conftest.c  >&5
/tmp/ccPyTy1H.o: In function `main':
/home/abc/Public/subversion-1.8.5/conftest.c:57: undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:6378: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "subversion"
| #define PACKAGE_TARNAME "subversion"
| #define PACKAGE_VERSION "1.8.5"
| #define PACKAGE_STRING "subversion 1.8.5"
| #define PACKAGE_BUGREPORT "http://subversion.apache.org/"
| #define PACKAGE_URL ""
| #define SVN_SOVERSION 0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SERF_H 1
| #define SVN_HAVE_SERF 1
| #define SVN_HAVE_MEMCACHE 1
| /* end confdefs.h.  */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dlopen innocuous_dlopen
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dlopen (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef dlopen
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_dlopen || defined __stub___dlopen
| choke me
| #endif
| 
| int
| main ()
| {
| return dlopen ();
|   ;
|   return 0;
| }
configure:6378: result: no
configure:6382: checking for dlopen in -ldl
configure:6407: gcc -o conftest -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE    -L/usr/local/lib conftest.c -ldl   >&5
configure:6407: $? = 0
configure:6416: result: yes
configure:6518: checking additional libraries for sqlite
configure:6521: result: -ldl
configure:7057: checking whether the compiler provides atomic builtins
configure:7104: gcc -o conftest -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE    -L/usr/local/lib conftest.c  >&5
configure:7104: $? = 0
configure:7104: ./conftest
configure:7104: $? = 0
configure:7114: result: yes
configure:7172: configuring libtool now
configure:7220: checking how to print strings
configure:7247: result: printf
configure:7268: checking for a sed that does not truncate output
configure:7332: result: /bin/sed
configure:7350: checking for fgrep
configure:7412: result: /bin/grep -F
configure:7447: checking for ld used by gcc
configure:7514: result: /usr/bin/ld
configure:7521: checking if the linker (/usr/bin/ld) is GNU ld
configure:7536: result: yes
configure:7548: checking for BSD- or MS-compatible name lister (nm)
configure:7597: result: /usr/bin/nm -B
configure:7727: checking the name lister (/usr/bin/nm -B) interface
configure:7734: gcc -c -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:7737: /usr/bin/nm -B "conftest.o"
configure:7740: output
0000000000000000 B some_variable
configure:7747: result: BSD nm
configure:7751: checking the maximum length of command line arguments
configure:7881: result: 1572864
configure:7898: checking whether the shell understands some XSI constructs
configure:7908: result: yes
configure:7912: checking whether the shell understands "+="
configure:7918: result: yes
configure:7953: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:7993: result: func_convert_file_noop
configure:8000: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:8020: result: func_convert_file_noop
configure:8027: checking for /usr/bin/ld option to reload object files
configure:8034: result: -r
configure:8108: checking for objdump
configure:8124: found /usr/bin/objdump
configure:8135: result: objdump
configure:8167: checking how to recognize dependent libraries
configure:8369: result: pass_all
configure:8454: checking for dlltool
configure:8484: result: no
configure:8514: checking how to associate runtime and link libraries
configure:8541: result: printf %s\n
configure:8601: checking for ar
configure:8617: found /usr/bin/ar
configure:8628: result: ar
configure:8665: checking for archiver @FILE support
configure:8682: gcc -c -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:8682: $? = 0
configure:8685: ar cru libconftest.a @conftest.lst >&5
configure:8688: $? = 0
configure:8693: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:8696: $? = 1
configure:8708: result: @
configure:8766: checking for strip
configure:8782: found /usr/bin/strip
configure:8793: result: strip
configure:8865: checking for ranlib
configure:8881: found /usr/bin/ranlib
configure:8892: result: ranlib
configure:8969: checking for gawk
configure:8985: found /usr/bin/gawk
configure:8996: result: gawk
configure:9036: checking command to parse /usr/bin/nm -B output from gcc object
configure:9156: gcc -c -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:9159: $? = 0
configure:9163: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:9166: $? = 0
configure:9232: gcc -o conftest -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE    -L/usr/local/lib conftest.c conftstm.o >&5
configure:9235: $? = 0
configure:9273: result: ok
configure:9310: checking for sysroot
configure:9340: result: no
configure:9417: gcc -c -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:9420: $? = 0
configure:9596: checking for mt
configure:9612: found /bin/mt
configure:9623: result: mt
configure:9646: checking if mt is a manifest tool
configure:9652: mt '-?'
configure:9660: result: no
configure:10299: checking for dlfcn.h
configure:10299: gcc -c -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:10299: $? = 0
configure:10299: result: yes
configure:10515: checking for objdir
configure:10530: result: .libs
configure:10801: checking if gcc supports -fno-rtti -fno-exceptions
configure:10819: gcc -c -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
configure:10823: $? = 0
configure:10836: result: no
configure:11163: checking for gcc option to produce PIC
configure:11170: result: -fPIC -DPIC
configure:11178: checking if gcc PIC flag -fPIC -DPIC works
configure:11196: gcc -c -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -fPIC -DPIC -DPIC conftest.c >&5
configure:11200: $? = 0
configure:11213: result: yes
configure:11242: checking if gcc static flag -static works
configure:11270: result: yes
configure:11285: checking if gcc supports -c -o file.o
configure:11306: gcc -c -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -o out/conftest2.o conftest.c >&5
configure:11310: $? = 0
configure:11332: result: yes
configure:11340: checking if gcc supports -c -o file.o
configure:11387: result: yes
configure:11420: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:12573: result: yes
configure:12610: checking whether -lc should be explicitly linked in
configure:12618: gcc -c -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:12621: $? = 0
configure:12636: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:12639: $? = 0
configure:12653: result: no
configure:12813: checking dynamic linker characteristics
configure:13324: gcc -o conftest -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE    -L/usr/local/lib -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:13324: $? = 0
configure:13546: result: GNU/Linux ld.so
configure:13653: checking how to hardcode library paths into programs
configure:13678: result: immediate
configure:14218: checking whether stripping libraries is possible
configure:14223: result: yes
configure:14258: checking if libtool supports shared libraries
configure:14260: result: yes
configure:14263: checking whether to build shared libraries
configure:14284: result: yes
configure:14287: checking whether to build static libraries
configure:14291: result: yes
configure:14314: checking how to run the C++ preprocessor
configure:14341: g++ -E    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.cpp
configure:14341: $? = 0
configure:14355: g++ -E    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.cpp
conftest.cpp:29:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:14355: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "subversion"
| #define PACKAGE_TARNAME "subversion"
| #define PACKAGE_VERSION "1.8.5"
| #define PACKAGE_STRING "subversion 1.8.5"
| #define PACKAGE_BUGREPORT "http://subversion.apache.org/"
| #define PACKAGE_URL ""
| #define SVN_SOVERSION 0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SERF_H 1
| #define SVN_HAVE_SERF 1
| #define SVN_HAVE_MEMCACHE 1
| #define SVN_SQLITE_INLINE 1
| #define SVN_HAS_ATOMIC_BUILTINS 1
| #define SVN_BINDIR "/usr/local/bin/subversion-1.8.5/bin"
| #define SVN_LOCALE_DIR "/usr/local/bin/subversion-1.8.5/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:14380: result: g++ -E
configure:14400: g++ -E    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.cpp
configure:14400: $? = 0
configure:14414: g++ -E    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.cpp
conftest.cpp:29:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:14414: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "subversion"
| #define PACKAGE_TARNAME "subversion"
| #define PACKAGE_VERSION "1.8.5"
| #define PACKAGE_STRING "subversion 1.8.5"
| #define PACKAGE_BUGREPORT "http://subversion.apache.org/"
| #define PACKAGE_URL ""
| #define SVN_SOVERSION 0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SERF_H 1
| #define SVN_HAVE_SERF 1
| #define SVN_HAVE_MEMCACHE 1
| #define SVN_SQLITE_INLINE 1
| #define SVN_HAS_ATOMIC_BUILTINS 1
| #define SVN_BINDIR "/usr/local/bin/subversion-1.8.5/bin"
| #define SVN_LOCALE_DIR "/usr/local/bin/subversion-1.8.5/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:14583: checking for ld used by g++
configure:14650: result: /usr/bin/ld -m elf_x86_64
configure:14657: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:14672: result: yes
configure:14727: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:15732: result: yes
configure:15768: g++ -c -g -O2    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.cpp >&5
configure:15771: $? = 0
configure:16291: checking for g++ option to produce PIC
configure:16298: result: -fPIC -DPIC
configure:16306: checking if g++ PIC flag -fPIC -DPIC works
configure:16324: g++ -c -g -O2    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -fPIC -DPIC -DPIC conftest.cpp >&5
configure:16328: $? = 0
configure:16341: result: yes
configure:16364: checking if g++ static flag -static works
configure:16392: result: yes
configure:16404: checking if g++ supports -c -o file.o
configure:16425: g++ -c -g -O2    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -o out/conftest2.o conftest.cpp >&5
configure:16429: $? = 0
configure:16451: result: yes
configure:16456: checking if g++ supports -c -o file.o
configure:16503: result: yes
configure:16533: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:16569: result: yes
configure:16710: checking dynamic linker characteristics
configure:17377: result: GNU/Linux ld.so
configure:17430: checking how to hardcode library paths into programs
configure:17455: result: immediate
configure:17559: building both shared and static libraries
configure:17615: checking whether libtool needs -no-undefined
configure:17624: result: no
configure:17631: checking whether to avoid circular linkage at all costs
configure:17642: result: no
configure:17659: checking for trang
configure:17690: result: none
configure:17715: checking for doxygen
configure:17746: result: none
configure:17776: checking for Expat
configure:17802: gcc -o conftest -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE     -L/usr/local/lib conftest.c  -lexpat >&5
configure:17802: $? = 0
configure:17811: result: yes
configure:17861: checking for socket in -lsocket
configure:17886: gcc -o conftest -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE    -L/usr/local/lib conftest.c -lsocket   >&5
/usr/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
configure:17886: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "subversion"
| #define PACKAGE_TARNAME "subversion"
| #define PACKAGE_VERSION "1.8.5"
| #define PACKAGE_STRING "subversion 1.8.5"
| #define PACKAGE_BUGREPORT "http://subversion.apache.org/"
| #define PACKAGE_URL ""
| #define SVN_SOVERSION 0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SERF_H 1
| #define SVN_HAVE_SERF 1
| #define SVN_HAVE_MEMCACHE 1
| #define SVN_SQLITE_INLINE 1
| #define SVN_HAS_ATOMIC_BUILTINS 1
| #define SVN_BINDIR "/usr/local/bin/subversion-1.8.5/bin"
| #define SVN_LOCALE_DIR "/usr/local/bin/subversion-1.8.5/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char socket ();
| int
| main ()
| {
| return socket ();
|   ;
|   return 0;
| }
configure:17895: result: no
configure:18008: checking for availability of Berkeley DB
configure:18109: gcc -o conftest -g -O2   -pthread   -I/usr/include/apr-1.0     -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE    -L/usr/local/lib conftest.c   -ldb-5.1  >&5
configure:18109: $? = 0
configure:18109: ./conftest
configure:18109: $? = 0
configure:18128: result: yes
configure:18183: checking whether to look for SASL
configure:18191: result: yes
configure:18197: Looking in default locations
configure:18199: checking sasl/sasl.h usability
configure:18199: gcc -c -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:18199: $? = 0
configure:18199: result: yes
configure:18199: checking sasl/sasl.h presence
configure:18199: gcc -E    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:18199: $? = 0
configure:18199: result: yes
configure:18199: checking for sasl/sasl.h
configure:18199: result: yes
configure:18201: checking sasl/saslutil.h usability
configure:18201: gcc -c -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:18201: $? = 0
configure:18201: result: yes
configure:18201: checking sasl/saslutil.h presence
configure:18201: gcc -E    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:18201: $? = 0
configure:18201: result: yes
configure:18201: checking for sasl/saslutil.h
configure:18201: result: yes
configure:18203: checking for prop_get in -lsasl2
configure:18228: gcc -o conftest -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE    -L/usr/local/lib conftest.c -lsasl2   >&5
configure:18228: $? = 0
configure:18237: result: yes
configure:18344: checking for availability of Cyrus SASL v2
configure:18348: result: yes
configure:18377: checking for Mach-O dynamic module iteration functions
configure:18404: gcc -o conftest -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE    -L/usr/local/lib conftest.c  >&5
conftest.c:34:29: fatal error: mach-o/dyld.h: No such file or directory
compilation terminated.
configure:18404: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "subversion"
| #define PACKAGE_TARNAME "subversion"
| #define PACKAGE_VERSION "1.8.5"
| #define PACKAGE_STRING "subversion 1.8.5"
| #define PACKAGE_BUGREPORT "http://subversion.apache.org/"
| #define PACKAGE_URL ""
| #define SVN_SOVERSION 0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SERF_H 1
| #define SVN_HAVE_SERF 1
| #define SVN_HAVE_MEMCACHE 1
| #define SVN_SQLITE_INLINE 1
| #define SVN_HAS_ATOMIC_BUILTINS 1
| #define SVN_BINDIR "/usr/local/bin/subversion-1.8.5/bin"
| #define SVN_LOCALE_DIR "/usr/local/bin/subversion-1.8.5/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define SVN_FS_WANT_DB_MAJOR 4
| #define SVN_FS_WANT_DB_MINOR 0
| #define SVN_FS_WANT_DB_PATCH 14
| #define SVN_HAVE_SASL 1
| /* end confdefs.h.  */
| 
|     #include <mach-o/dyld.h>
|     #include <mach-o/loader.h>
| 
| int
| main ()
| {
| 
|     const struct mach_header *header = _dyld_get_image_header(0);
|     const char *name = _dyld_get_image_name(0);
|     if (name && header) return 0;
|     return 1;
| 
|   ;
|   return 0;
| }
configure:18414: result: no
configure:18424: checking for Mac OS property list utilities
configure:18445: gcc -c -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
conftest.c:34:36: fatal error: AvailabilityMacros.h: No such file or directory
compilation terminated.
configure:18445: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "subversion"
| #define PACKAGE_TARNAME "subversion"
| #define PACKAGE_VERSION "1.8.5"
| #define PACKAGE_STRING "subversion 1.8.5"
| #define PACKAGE_BUGREPORT "http://subversion.apache.org/"
| #define PACKAGE_URL ""
| #define SVN_SOVERSION 0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SERF_H 1
| #define SVN_HAVE_SERF 1
| #define SVN_HAVE_MEMCACHE 1
| #define SVN_SQLITE_INLINE 1
| #define SVN_HAS_ATOMIC_BUILTINS 1
| #define SVN_BINDIR "/usr/local/bin/subversion-1.8.5/bin"
| #define SVN_LOCALE_DIR "/usr/local/bin/subversion-1.8.5/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define SVN_FS_WANT_DB_MAJOR 4
| #define SVN_FS_WANT_DB_MINOR 0
| #define SVN_FS_WANT_DB_PATCH 14
| #define SVN_HAVE_SASL 1
| /* end confdefs.h.  */
| 
|     #include <AvailabilityMacros.h>
|     #if !defined(MAC_OS_X_VERSION_MAX_ALLOWED)      || !defined(MAC_OS_X_VERSION_10_0)      || (MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_0)
|     #error ProperyList API unavailable.
|     #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:18457: result: no
configure:18472: checking for Mac OS KeyChain Services
configure:18494: gcc -c -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
conftest.c:34:38: fatal error: AvailabilityMacros.h: No such file or directory
compilation terminated.
configure:18494: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "subversion"
| #define PACKAGE_TARNAME "subversion"
| #define PACKAGE_VERSION "1.8.5"
| #define PACKAGE_STRING "subversion 1.8.5"
| #define PACKAGE_BUGREPORT "http://subversion.apache.org/"
| #define PACKAGE_URL ""
| #define SVN_SOVERSION 0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SERF_H 1
| #define SVN_HAVE_SERF 1
| #define SVN_HAVE_MEMCACHE 1
| #define SVN_SQLITE_INLINE 1
| #define SVN_HAS_ATOMIC_BUILTINS 1
| #define SVN_BINDIR "/usr/local/bin/subversion-1.8.5/bin"
| #define SVN_LOCALE_DIR "/usr/local/bin/subversion-1.8.5/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define SVN_FS_WANT_DB_MAJOR 4
| #define SVN_FS_WANT_DB_MINOR 0
| #define SVN_FS_WANT_DB_PATCH 14
| #define SVN_HAVE_SASL 1
| /* end confdefs.h.  */
| 
|       #include <AvailabilityMacros.h>
|       #if !defined(MAC_OS_X_VERSION_MAX_ALLOWED)        || !defined(MAC_OS_X_VERSION_10_2)        || (MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_2)
|       #error KeyChain API unavailable.
|       #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:18507: result: no
configure:18516: checking whether APR has support for DSOs
configure:18528: gcc -E    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/apr-1.0  conftest.c
configure:18528: $? = 0
configure:18530: result: yes
configure:18543: checking for D-Bus .pc file
configure:18546: result: yes
configure:18551: checking D-Bus version
configure:18554: result: 1.4.18
configure:18563: checking for D-Bus
configure:18572: gcc -o conftest -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include      -L/usr/local/lib conftest.c  -ldbus-1 -lpthread -lrt   >&5
configure:18572: $? = 0
configure:18580: result: yes
configure:18603: checking whether to support GPG-Agent
configure:18606: result: yes
configure:18629: checking whether to look for GNOME Keyring
configure:18632: result: yes
configure:18637: checking for GLib and GNOME Keyring .pc files
configure:18671: result: no
configure:18735: checking for msgfmt
configure:18753: found /usr/bin/msgfmt
configure:18766: result: /usr/bin/msgfmt
configure:18776: checking for msgmerge
configure:18794: found /usr/bin/msgmerge
configure:18807: result: /usr/bin/msgmerge
configure:18817: checking for xgettext
configure:18835: found /usr/bin/xgettext
configure:18848: result: /usr/bin/xgettext
configure:18857: checking for library containing bindtextdomain
configure:18888: gcc -o conftest -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE    -L/usr/local/lib conftest.c  >&5
configure:18888: $? = 0
configure:18905: result: none required
configure:19050: checking for bind_textdomain_codeset
configure:19050: gcc -o conftest -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE    -L/usr/local/lib conftest.c  >&5
configure:19050: $? = 0
configure:19050: result: yes
configure:19069: checking if we are using GNU gettext
configure:19075: result: yes
configure:19204: checking magic.h usability
configure:19204: gcc -c -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:19204: $? = 0
configure:19204: result: yes
configure:19204: checking magic.h presence
configure:19204: gcc -E    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:19204: $? = 0
configure:19204: result: yes
configure:19204: checking for magic.h
configure:19204: result: yes
configure:19207: checking for magic_open in -lmagic
configure:19232: gcc -o conftest -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE    -L/usr/local/lib conftest.c -lmagic   >&5
configure:19232: $? = 0
configure:19241: result: yes
configure:19299: checking whether to look for KWallet
configure:19464: result: no
configure:19535: checking for ANSI C header files
configure:19639: result: yes
configure:19649: checking for an ANSI C-conforming const
configure:19715: gcc -c -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:19715: $? = 0
configure:19722: result: yes
configure:19731: checking for size_t
configure:19731: gcc -c -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:19731: $? = 0
configure:19731: gcc -c -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
conftest.c: In function 'main':
conftest.c:74:21: error: expected expression before ')' token
configure:19731: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "subversion"
| #define PACKAGE_TARNAME "subversion"
| #define PACKAGE_VERSION "1.8.5"
| #define PACKAGE_STRING "subversion 1.8.5"
| #define PACKAGE_BUGREPORT "http://subversion.apache.org/"
| #define PACKAGE_URL ""
| #define SVN_SOVERSION 0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SERF_H 1
| #define SVN_HAVE_SERF 1
| #define SVN_HAVE_MEMCACHE 1
| #define SVN_SQLITE_INLINE 1
| #define SVN_HAS_ATOMIC_BUILTINS 1
| #define SVN_BINDIR "/usr/local/bin/subversion-1.8.5/bin"
| #define SVN_LOCALE_DIR "/usr/local/bin/subversion-1.8.5/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define SVN_FS_WANT_DB_MAJOR 4
| #define SVN_FS_WANT_DB_MINOR 0
| #define SVN_FS_WANT_DB_PATCH 14
| #define SVN_HAVE_SASL 1
| #define SVN_HAVE_GPG_AGENT 1
| #define ENABLE_NLS 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define SVN_HAVE_LIBMAGIC 1
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:19731: result: yes
configure:19745: checking for working memcmp
configure:19788: gcc -o conftest -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE    -L/usr/local/lib conftest.c  >&5
configure:19788: $? = 0
configure:19788: ./conftest
configure:19788: $? = 0
configure:19798: result: yes
configure:19810: checking for vprintf
configure:19810: gcc -o conftest -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE    -L/usr/local/lib conftest.c  >&5
conftest.c:61:6: warning: conflicting types for built-in function 'vprintf' [enabled by default]
configure:19810: $? = 0
configure:19810: result: yes
configure:19816: checking for _doprnt
configure:19816: gcc -o conftest -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE    -L/usr/local/lib conftest.c  >&5
/tmp/ccdq4fJX.o: In function `main':
/home/abc/Public/subversion-1.8.5/conftest.c:73: undefined reference to `_doprnt'
collect2: ld returned 1 exit status
configure:19816: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "subversion"
| #define PACKAGE_TARNAME "subversion"
| #define PACKAGE_VERSION "1.8.5"
| #define PACKAGE_STRING "subversion 1.8.5"
| #define PACKAGE_BUGREPORT "http://subversion.apache.org/"
| #define PACKAGE_URL ""
| #define SVN_SOVERSION 0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SERF_H 1
| #define SVN_HAVE_SERF 1
| #define SVN_HAVE_MEMCACHE 1
| #define SVN_SQLITE_INLINE 1
| #define SVN_HAS_ATOMIC_BUILTINS 1
| #define SVN_BINDIR "/usr/local/bin/subversion-1.8.5/bin"
| #define SVN_LOCALE_DIR "/usr/local/bin/subversion-1.8.5/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define SVN_FS_WANT_DB_MAJOR 4
| #define SVN_FS_WANT_DB_MINOR 0
| #define SVN_FS_WANT_DB_PATCH 14
| #define SVN_HAVE_SASL 1
| #define SVN_HAVE_GPG_AGENT 1
| #define ENABLE_NLS 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define SVN_HAVE_LIBMAGIC 1
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h.  */
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _doprnt innocuous__doprnt
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _doprnt (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef _doprnt
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _doprnt ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub__doprnt || defined __stub____doprnt
| choke me
| #endif
| 
| int
| main ()
| {
| return _doprnt ();
|   ;
|   return 0;
| }
configure:19816: result: no
configure:19831: checking for symlink
configure:19831: gcc -o conftest -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE    -L/usr/local/lib conftest.c  >&5
configure:19831: $? = 0
configure:19831: result: yes
configure:19831: checking for readlink
configure:19831: gcc -o conftest -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE    -L/usr/local/lib conftest.c  >&5
configure:19831: $? = 0
configure:19831: result: yes
configure:19843: checking sys/utsname.h usability
configure:19843: gcc -c -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:19843: $? = 0
configure:19843: result: yes
configure:19843: checking sys/utsname.h presence
configure:19843: gcc -E    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:19843: $? = 0
configure:19843: result: yes
configure:19843: checking for sys/utsname.h
configure:19843: result: yes
configure:19850: checking for uname
configure:19850: gcc -o conftest -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE    -L/usr/local/lib conftest.c  >&5
configure:19850: $? = 0
configure:19850: result: yes
configure:19864: checking termios.h usability
configure:19864: gcc -c -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:19864: $? = 0
configure:19864: result: yes
configure:19864: checking termios.h presence
configure:19864: gcc -E    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:19864: $? = 0
configure:19864: result: yes
configure:19864: checking for termios.h
configure:19864: result: yes
configure:19870: checking for tcgetattr
configure:19870: gcc -o conftest -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE    -L/usr/local/lib conftest.c  >&5
configure:19870: $? = 0
configure:19870: result: yes
configure:19870: checking for tcsetattr
configure:19870: gcc -o conftest -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE    -L/usr/local/lib conftest.c  >&5
configure:19870: $? = 0
configure:19870: result: yes
configure:19939: checking for -Wl,--no-undefined
configure:19947: gcc -o conftest -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE    -L/usr/local/lib -Wl,--no-undefined conftest.c  >&5
configure:19947: $? = 0
configure:19956: result: yes
configure:21494: C compiler flags: -g -O2   -pthread
configure:21496:     user-defined: 
configure:21498:  maintainer-mode: 
configure:21500: C++ compiler flags: -g -O2
configure:21502:       user-defined: 
configure:21504:    maintainer-mode: 
configure:21666: checking zlib.h usability
configure:21666: gcc -c -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:21666: $? = 0
configure:21666: result: yes
configure:21666: checking zlib.h presence
configure:21666: gcc -E    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:21666: $? = 0
configure:21666: result: yes
configure:21666: checking for zlib.h
configure:21666: result: yes
configure:21669: checking for inflate in -lz
configure:21694: gcc -o conftest -g -O2   -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE    -L/usr/local/lib conftest.c -lz   >&5
configure:21694: $? = 0
configure:21703: result: yes
configure:21757: Enabling apache module activation
configure:21846: checking for python
configure:21864: found /usr/bin/python
configure:21876: result: /usr/bin/python
configure:21916: checking for JDK
configure:21974: result: /opt/jdk/include/jni.h
configure:22379: checking for perl
configure:22397: found /usr/bin/perl
configure:22410: result: /usr/bin/perl
configure:22466: checking for ruby
configure:22484: found /usr/bin/ruby
configure:22496: result: /usr/bin/ruby
configure:22510: checking rb_hash_foreach
configure:22513: result: yes
configure:22562: checking for rdoc
configure:22580: found /usr/bin/rdoc
configure:22592: result: /usr/bin/rdoc
configure:22605: checking for Ruby major version
configure:22614: result: 1
configure:22618: checking for Ruby minor version
configure:22627: result: 8
configure:22631: checking for Ruby teeny version
configure:22640: result: 7
configure:24144: checking for swig
configure:24175: result: none
configure:24233: Configuring python swig binding
configure:24236: checking for Python includes
configure:24245: result: -I/usr/include/python2.7
configure:24254: checking for compiling Python extensions
configure:24263: result: gcc -pthread -fPIC
configure:24267: checking for linking Python extensions
configure:24276: result: gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro
configure:24280: checking for linking Python libraries
configure:24289: result: -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro
configure:24314: checking for apr_int64_t Python/C API format string
configure:24362: result: l
configure:24376: checking perl version
configure:24379: result: 5014002
configure:24401: Configuring Ruby SWIG binding
configure:24404: checking for Ruby include path
configure:24417: result: -I. -I/usr/lib/ruby/1.8/x86_64-linux
configure:24421: checking how to compile Ruby extensions
configure:24430: result: gcc -g -O2   -pthread
configure:24444: checking how to link Ruby extensions
configure:24456: result: gcc -shared -shrext .so
configure:24460: checking how to link Ruby libraries
configure:24469: result: -lruby1.8 -lpthread -lrt -ldl -lcrypt -lm 
configure:24492: checking for rb_errinfo
configure:24514: gcc -o conftest -g -O2   -pthread -I. -I/usr/lib/ruby/1.8/x86_64-linux    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE    -L/usr/local/lib conftest.c -lruby1.8 -lpthread -lrt -ldl -lcrypt -lm >&5
In file included from /usr/lib/ruby/1.8/x86_64-linux/ruby.h:24:0,
                 from conftest.c:49:
/usr/lib/ruby/1.8/x86_64-linux/config.h:2:0: warning: "PACKAGE_NAME" redefined [enabled by default]
conftest.c:2:0: note: this is the location of the previous definition
/usr/lib/ruby/1.8/x86_64-linux/config.h:3:0: warning: "PACKAGE_TARNAME" redefined [enabled by default]
conftest.c:3:0: note: this is the location of the previous definition
/usr/lib/ruby/1.8/x86_64-linux/config.h:4:0: warning: "PACKAGE_VERSION" redefined [enabled by default]
conftest.c:4:0: note: this is the location of the previous definition
/usr/lib/ruby/1.8/x86_64-linux/config.h:5:0: warning: "PACKAGE_STRING" redefined [enabled by default]
conftest.c:5:0: note: this is the location of the previous definition
/usr/lib/ruby/1.8/x86_64-linux/config.h:6:0: warning: "PACKAGE_BUGREPORT" redefined [enabled by default]
conftest.c:6:0: note: this is the location of the previous definition
/tmp/cc5sumld.o: In function `main':
/home/abc/Public/subversion-1.8.5/conftest.c:51: undefined reference to `rb_errinfo'
collect2: ld returned 1 exit status
configure:24514: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "subversion"
| #define PACKAGE_TARNAME "subversion"
| #define PACKAGE_VERSION "1.8.5"
| #define PACKAGE_STRING "subversion 1.8.5"
| #define PACKAGE_BUGREPORT "http://subversion.apache.org/"
| #define PACKAGE_URL ""
| #define SVN_SOVERSION 0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SERF_H 1
| #define SVN_HAVE_SERF 1
| #define SVN_HAVE_MEMCACHE 1
| #define SVN_SQLITE_INLINE 1
| #define SVN_HAS_ATOMIC_BUILTINS 1
| #define SVN_BINDIR "/usr/local/bin/subversion-1.8.5/bin"
| #define SVN_LOCALE_DIR "/usr/local/bin/subversion-1.8.5/share/locale"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define SVN_FS_WANT_DB_MAJOR 4
| #define SVN_FS_WANT_DB_MINOR 0
| #define SVN_FS_WANT_DB_PATCH 14
| #define SVN_HAVE_SASL 1
| #define SVN_HAVE_GPG_AGENT 1
| #define ENABLE_NLS 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define SVN_HAVE_LIBMAGIC 1
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_SYMLINK 1
| #define HAVE_READLINK 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_UNAME 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TCSETATTR 1
| #define HAVE_TERMIOS_H 1
| #define SVN_APR_INT64_T_PYCFMT "l"
| /* end confdefs.h.  */
| 
| #include <ruby.h>
| int main()
| {rb_errinfo();}
configure:24528: result: no
configure:24551: checking where to install Ruby scripts
configure:24563: result: /usr/local/lib/site_ruby/1.8
configure:24566: checking where to install Ruby extensions
configure:24578: result: /usr/local/lib/site_ruby/1.8/x86_64-linux
configure:24581: checking how to use output level for Ruby bindings tests
configure:24600: result: normal
configure:24856: checking for ctypesgen.py
configure:24887: result: none
configure:25030: checking for additional flags to link C++ libraries
configure:25034: result: -lstdc++
configure:25273: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by subversion config.status 1.8.5, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on zzz

config.status:1276: creating Makefile
config.status:1276: creating tools/backup/hot-backup.py
config.status:1276: creating tools/hook-scripts/commit-access-control.pl
config.status:1276: creating subversion/bindings/swig/perl/native/Makefile.PL
config.status:1276: creating subversion/svn_private_config.h.tmp
config.status:1465: executing libtool commands
config.status:1465: executing svn_private_config.h.tmp commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func__doprnt=no
ac_cv_func_bind_textdomain_codeset=yes
ac_cv_func_dlopen=no
ac_cv_func_memcmp_working=yes
ac_cv_func_readlink=yes
ac_cv_func_shl_load=no
ac_cv_func_symlink=yes
ac_cv_func_tcgetattr=yes
ac_cv_func_tcsetattr=yes
ac_cv_func_uname=yes
ac_cv_func_vprintf=yes
ac_cv_header_apr_memcache_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_magic_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_sasl_sasl_h=yes
ac_cv_header_sasl_saslutil_h=yes
ac_cv_header_serf_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_utsname_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_zlib_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_aprutil_1_apr_memcache_create=yes
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_load=no
ac_cv_lib_magic_magic_open=yes
ac_cv_lib_sasl2_prop_get=yes
ac_cv_lib_serf_1___serf_context_create=yes
ac_cv_lib_socket_socket=no
ac_cv_lib_z_inflate=yes
ac_cv_objext=o
ac_cv_path_CTYPESGEN=none
ac_cv_path_DOXYGEN=none
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_PYTHON=/usr/bin/python
ac_cv_path_RDOC=/usr/bin/rdoc
ac_cv_path_RUBY=/usr/bin/ruby
ac_cv_path_SED=/bin/sed
ac_cv_path_SWIG=none
ac_cv_path_TRANG=none
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_python_compile='gcc -pthread -fPIC'
ac_cv_python_includes=-I/usr/include/python2.7
ac_cv_python_libs='-Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro'
ac_cv_python_link='gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro'
ac_cv_ruby_libs='-lruby1.8 -lpthread -lrt -ldl -lcrypt -lm '
ac_cv_search_bindtextdomain='none required'
ac_cv_target=x86_64-unknown-linux-gnu
ac_cv_type_size_t=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
svn_cv_atomic_builtins=yes
svn_cv_pycfmt_apr_int64_t=l
svn_cv_ruby_compile='gcc -g -O2   -pthread'
svn_cv_ruby_includes='-I. -I/usr/lib/ruby/1.8/x86_64-linux'
svn_cv_ruby_link='gcc -shared -shrext .so'
svn_cv_ruby_major=1
svn_cv_ruby_minor=8
svn_cv_ruby_sitedir=/usr/local/lib/site_ruby
svn_cv_ruby_sitedir_archsuffix=/1.8/x86_64-linux
svn_cv_ruby_sitedir_libsuffix=/1.8
svn_cv_ruby_teeny=7
svn_cv_ruby_test_verbose=normal

## ----------------- ##
## Output variables. ##
## ----------------- ##

APACHE_INCLUDES=' -I/usr/local/bin/apache-httpd-2.4.7/include'
APACHE_LDFLAGS=''
APACHE_LIBEXECDIR='${exec_prefix}/libexec'
APXS='/usr/local/bin/apache-httpd-2.4.7/bin/apxs'
AR='ar'
AWK='gawk'
BDB_TEST_DEPS='$(BDB_TEST_DEPS)'
BDB_TEST_PROGRAMS='$(BDB_TEST_PROGRAMS)'
BUILD_RULES='fsmod-lib ramod-lib lib bin test sub-test apache-mod tools bdb-lib bdb-test serf-lib locale'
CC='gcc'
CFLAGS='-g -O2   -pthread'
CMAINTAINERFLAGS=''
CMODEFLAGS='-std=c90 '
CPP='gcc -E'
CPPFLAGS='   -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE'
CTYPESGEN='none'
CXX='g++'
CXXCPP='g++ -E'
CXXFLAGS='-g -O2'
CXXMAINTAINERFLAGS=''
CXXMODEFLAGS='-std=c++98 '
DEFS='-DHAVE_CONFIG_H'
DLLTOOL='false'
DOXYGEN='none'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FGREP='/bin/grep -F'
FIX_JAVAHL_LIB=''
GETTEXT_CODESET=''
GREP='/bin/grep'
INCLUDE_OUTPUTS='include $(top_srcdir)/build-outputs.mk'
INSTALL_APACHE_MODS='true'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_EXTRA_JAVAHL_LIB=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_RULES='install-fsmod-lib install-bdb-lib install-ramod-lib install-serf-lib install-lib install-include install-static install-mods-shared install-locale'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STATIC_RULES='install-bin install-docs install-bdb-lib install-serf-lib'
JAR='$(JDK)/bin/jar'
JAVA='$(JDK)/bin/java'
JAVAC='$(JDK)/bin/javac'
JAVAC_FLAGS='-target 1.5 -source 1.5'
JAVADOC='$(JDK)/bin/javadoc'
JAVAH='$(JDK)/bin/javah'
JAVAHL_COMPAT_TESTS_TARGET=''
JAVAHL_OBJDIR='$(libsvnjavahl_PATH)/.libs'
JAVAHL_TESTS_TARGET=''
JAVA_CLASSPATH=''
JDK='/opt/jdk'
JNI_INCLUDES='-I/opt/jdk/include -I/opt/jdk/include -I/opt/jdk/include/linux'
KDE4_CONFIG=''
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS='   -L/usr/local/lib'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_CFLAGS=''
LT_CXX_LIBADD='-lstdc++'
LT_LDFLAGS=''
LT_NO_UNDEFINED=''
MANIFEST_TOOL=':'
MKDIR='/usr/bin/install -c -d'
MOD_ACTIVATION='-a'
MSGFMT='/usr/bin/msgfmt'
MSGFMTFLAGS='-c'
MSGMERGE='/usr/bin/msgmerge'
NM='/usr/bin/nm -B'
NMEDIT=''
NO_GETTEXT_CODESET='#'
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE_BUGREPORT='http://subversion.apache.org/'
PACKAGE_NAME='subversion'
PACKAGE_STRING='subversion 1.8.5'
PACKAGE_TARNAME='subversion'
PACKAGE_URL=''
PACKAGE_VERSION='1.8.5'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PKG_CONFIG='/usr/bin/pkg-config'
PYTHON='/usr/bin/python'
RANLIB='ranlib'
RDOC='/usr/bin/rdoc'
RUBY='/usr/bin/ruby'
RUBY_MAJOR='1'
RUBY_MINOR='8'
RUBY_TEENY='7'
SED='/bin/sed'
SHELL='/bin/bash'
STRIP='strip'
SVN_APRUTIL_CONFIG='apu-1-config'
SVN_APRUTIL_INCLUDES=' -I/usr/include/apr-1.0 '
SVN_APRUTIL_LIBS='-laprutil-1'
SVN_APR_CONFIG='apr-1-config'
SVN_APR_INCLUDES=' -I/usr/include/apr-1.0 '
SVN_APR_LIBS='-lapr-1'
SVN_APR_MEMCACHE_INCLUDES=''
SVN_APR_MEMCACHE_LIBS=''
SVN_APR_SHLIB_PATH_VAR='LD_LIBRARY_PATH'
SVN_BINDIR='/usr/local/bin/subversion-1.8.5/bin'
SVN_CONFIG_SCRIPT_FILES=' tools/backup/hot-backup.py tools/hook-scripts/commit-access-control.pl subversion/bindings/swig/perl/native/Makefile.PL'
SVN_DB_INCLUDES=''
SVN_DB_LIBS='-ldb-5.1'
SVN_FS_LIB_DEPS='$(FS_FS_DEPS) $(FS_BASE_DEPS)'
SVN_FS_LIB_INSTALL_DEPS='install-fsmod-lib install-bdb-lib'
SVN_FS_LIB_LINK='$(FS_FS_LINK) $(FS_BASE_LINK)'
SVN_GNOME_KEYRING_INCLUDES=''
SVN_GNOME_KEYRING_LIBS=''
SVN_HAVE_GPG_AGENT=''
SVN_KWALLET_INCLUDES=''
SVN_KWALLET_LIBS=''
SVN_LIBTOOL='$(SHELL) /home/abc/Public/subversion-1.8.5/libtool'
SVN_LT_SOVERSION='-version-info 0'
SVN_MAGIC_INCLUDES=''
SVN_MAGIC_LIBS='-lmagic'
SVN_RA_LIB_DEPS='$(RA_LOCAL_DEPS) $(RA_SVN_DEPS) $(RA_SERF_DEPS)'
SVN_RA_LIB_INSTALL_DEPS='install-ramod-lib install-serf-lib'
SVN_RA_LIB_LINK='$(RA_LOCAL_LINK) $(RA_SVN_LINK) $(RA_SERF_LINK)'
SVN_SASL_INCLUDES=''
SVN_SASL_LIBS='-lsasl2'
SVN_SERF_INCLUDES='-I/usr/local/include/serf-1'
SVN_SERF_LIBS='-lserf-1'
SVN_SQLITE_INCLUDES='-I/home/abc/Public/subversion-1.8.5/sqlite-amalgamation'
SVN_SQLITE_LIBS='-ldl -lpthread'
SVN_XML_INCLUDES=''
SVN_XML_LIBS='-lexpat'
SVN_ZLIB_INCLUDES=''
SVN_ZLIB_LIBS='-lz'
SWIG='none'
SWIG_LDFLAGS=''
SWIG_PL_INCLUDES='$(SWIG_INCLUDES)  -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/lib/perl/5.14/CORE '
SWIG_PY_COMPILE='gcc -pthread -fPIC -g -O2   -pthread'
SWIG_PY_INCLUDES='$(SWIG_INCLUDES) -I/usr/include/python2.7'
SWIG_PY_LIBS='-Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro'
SWIG_PY_LINK='gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro'
SWIG_RB_COMPILE='gcc -g -O2   -pthread -Wno-int-to-pointer-cast'
SWIG_RB_INCLUDES='$(SWIG_INCLUDES) -I. -I/usr/lib/ruby/1.8/x86_64-linux'
SWIG_RB_LIBS='-lruby1.8 -lpthread -lrt -ldl -lcrypt -lm'
SWIG_RB_LINK='gcc -shared -shrext .so'
SWIG_RB_SITE_ARCH_DIR='/usr/local/lib/site_ruby/1.8/x86_64-linux'
SWIG_RB_SITE_LIB_DIR='/usr/local/lib/site_ruby/1.8'
SWIG_RB_TEST_VERBOSE='normal'
TRANG='none'
TRANSFORM_LIBTOOL_SCRIPTS=''
XGETTEXT='/usr/bin/xgettext'
abs_builddir='/home/abc/Public/subversion-1.8.5'
abs_srcdir='/home/abc/Public/subversion-1.8.5'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
canonicalized_srcdir=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
libsvn_auth_gnome_keyring_LDFLAGS='-Wl,--no-undefined'
libsvn_auth_kwallet_LDFLAGS='-Wl,--no-undefined'
libsvn_client_LDFLAGS='-Wl,--no-undefined'
libsvn_delta_LDFLAGS='-Wl,--no-undefined'
libsvn_diff_LDFLAGS='-Wl,--no-undefined'
libsvn_fs_LDFLAGS='-Wl,--no-undefined'
libsvn_fs_base_LDFLAGS='-Wl,--no-undefined'
libsvn_fs_fs_LDFLAGS='-Wl,--no-undefined'
libsvn_fs_util_LDFLAGS='-Wl,--no-undefined'
libsvn_ra_LDFLAGS='-Wl,--no-undefined'
libsvn_ra_local_LDFLAGS='-Wl,--no-undefined'
libsvn_ra_serf_LDFLAGS='-Wl,--no-undefined'
libsvn_ra_svn_LDFLAGS='-Wl,--no-undefined'
libsvn_repos_LDFLAGS='-Wl,--no-undefined'
libsvn_subr_LDFLAGS='-Wl,--no-undefined'
libsvn_wc_LDFLAGS='-Wl,--no-undefined'
localedir='${datadir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/bin/subversion-1.8.5'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "subversion"
#define PACKAGE_TARNAME "subversion"
#define PACKAGE_VERSION "1.8.5"
#define PACKAGE_STRING "subversion 1.8.5"
#define PACKAGE_BUGREPORT "http://subversion.apache.org/"
#define PACKAGE_URL ""
#define SVN_SOVERSION 0
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SERF_H 1
#define SVN_HAVE_SERF 1
#define SVN_HAVE_MEMCACHE 1
#define SVN_SQLITE_INLINE 1
#define SVN_HAS_ATOMIC_BUILTINS 1
#define SVN_BINDIR "/usr/local/bin/subversion-1.8.5/bin"
#define SVN_LOCALE_DIR "/usr/local/bin/subversion-1.8.5/share/locale"
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define SVN_FS_WANT_DB_MAJOR 4
#define SVN_FS_WANT_DB_MINOR 0
#define SVN_FS_WANT_DB_PATCH 14
#define SVN_HAVE_SASL 1
#define SVN_HAVE_GPG_AGENT 1
#define ENABLE_NLS 1
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
#define SVN_HAVE_LIBMAGIC 1
#define STDC_HEADERS 1
#define HAVE_VPRINTF 1
#define HAVE_SYMLINK 1
#define HAVE_READLINK 1
#define HAVE_SYS_UTSNAME_H 1
#define HAVE_UNAME 1
#define HAVE_TCGETATTR 1
#define HAVE_TERMIOS_H 1
#define HAVE_TCSETATTR 1
#define HAVE_TERMIOS_H 1
#define SVN_APR_INT64_T_PYCFMT "l"
#define SVN_LIBSVN_CLIENT_LINKS_RA_LOCAL 1
#define SVN_LIBSVN_CLIENT_LINKS_RA_SVN 1
#define SVN_LIBSVN_CLIENT_LINKS_RA_SERF 1
#define SVN_LIBSVN_FS_LINKS_FS_FS 1
#define SVN_LIBSVN_FS_LINKS_FS_BASE 1
#define SVN_PATH_LOCAL_SEPARATOR '/'
#define SVN_NULL_DEVICE_NAME "/dev/null"
#define DEFAULT_FS_TYPE "fsfs"
#define DEFAULT_HTTP_LIBRARY "serf"
#define SVN_BUILD_HOST "x86_64-unknown-linux-gnu"
#define SVN_BUILD_TARGET "x86_64-unknown-linux-gnu"

configure: exit 0