I got the subversion from https://subversion.apache.org/download/ and it's version 1.8.11. BerkeleyDB was downloaded from Oracle site.
I configured the subversion with the following: ./configure --prefix=/dhhs1t/3rdparty/tools/svn --with-apr=/usr/local/apr/ --with-apr-util=/usr/local/apr/ --with-berkeley-db=/usr/local/BerkeleyDB.5.3/include/db.h:/usr/local/BerkeleyDB.5.3/include:/usr/local/BerkeleyDB.5.3/lib:db-5.3 --with-serf=yes --with-apxs=/dhhs1t/3rdparty/tools/apache/bin/apxs --with-sqlite=/dhhs1t/3rdparty/tools/svn/subversion-1.8.11/sqlite-amalgamation/sqlite3.c Below is the content of the config.log. Like I said, the ./configure appears successful: $ ./configure --prefix=/dhhs1t/3rdparty/tools/svn --with-apr=/usr/local/apr/ --with-apr-util=/usr/local/apr/ --with-serf =yes --with-apxs=/dhhs1t/3rdparty/tools/apache2/bin/apxs --with-sqlite=/dhhs1t/3rdparty/tools/svn/subversion-1.8.11/sqlite -amalgamation/sqlite3.c ## --------- ## ## Platform. ## ## --------- ## hostname = znfodhhsfsl011 uname -m = sun4v uname -r = 5.10 uname -s = SunOS uname -v = Generic_Virtual /usr/bin/uname -p = sparc /bin/uname -X = System = SunOS Node = znfodhhsfsl011 Release = 5.10 KernelID = Generic_Virtual Machine = sun4v BusType = <unknown> Serial = <unknown> Users = <unknown> OEM# = 0 Origin# = 1 NumCPU = 491 /bin/arch = sun4 /usr/bin/arch -k = sun4v /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/bin PATH: . PATH: /dhhs1t/3rdparty/bin PATH: /usr PATH: /usr/sbin PATH: /usr/bin PATH: /root/bin PATH: /usr/bin PATH: /usr/sbin PATH: /usr/local PATH: /usr/local/bin PATH: /usr/local/sbin PATH: /bin PATH: /sbin PATH: /opt/csw/bin PATH: /opt/csw/sbin PATH: /opt/csw/gcc3/bin PATH: /.SUNWnative/usr PATH: /usr/sfw PATH: /usr/sfw/sbin PATH: /usr/sfw/bin PATH: /usr/include PATH: /opt/csw/mysql5/bin PATH: /usr/ccs/bin PATH: /dhhs1t/3rdparty/tools/apache/bin PATH: /usr/local/BerkeleyDB.5.3/usr/local/BerkeleyDB.5.3 PATH: /usr/local/BerkeleyDB.5.3/include/usr/local/BerkeleyDB.5.3/include ## ----------- ## ## Core tests. ## ## ----------- ## configure:2664: Configuring Subversion 1.8.11 configure:2683: creating config.nice configure:2755: checking for gcc configure:2771: found /usr/sfw/bin/gcc configure:2782: result: gcc configure:3011: checking for C compiler version configure:3020: gcc --version >&5 gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath) Copyright (C) 2004 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:3031: $? = 0 configure:3020: gcc -v >&5 Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs Configured with: /sfw10/builds/build/sfw10-patch/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/ccs/ bin/as --without-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --enable-shared Thread model: posix gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath) configure:3031: $? = 0 configure:3020: gcc -V >&5 gcc: `-V' option must have argument configure:3031: $? = 1 configure:3020: gcc -qversion >&5 gcc: unrecognized option `-qversion' gcc: no input files configure:3031: $? = 1 configure:3051: checking whether the C compiler works configure:3073: gcc -L/usr/local/lib -L/usr/local/ssl/lib conftest.c >&5 configure:3077: $? = 0 configure:3125: result: yes configure:3128: checking for C compiler default output file name configure:3130: result: a.out configure:3136: checking for suffix of executables configure:3143: gcc -o conftest -L/usr/local/lib -L/usr/local/ssl/lib conftest.c >&5 configure:3147: $? = 0 configure:3169: result: configure:3191: checking whether we are cross compiling configure:3199: gcc -o conftest -L/usr/local/lib -L/usr/local/ssl/lib conftest.c >&5 configure:3203: $? = 0 configure:3210: ./conftest configure:3214: $? = 0 configure:3229: result: no configure:3234: checking for suffix of object files configure:3256: gcc -c conftest.c >&5 configure:3260: $? = 0 configure:3281: result: o configure:3285: checking whether we are using the GNU C compiler configure:3304: gcc -c conftest.c >&5 configure:3304: $? = 0 configure:3313: result: yes configure:3322: checking whether gcc accepts -g configure:3342: gcc -c -g conftest.c >&5 configure:3342: $? = 0 configure:3383: result: yes configure:3400: checking for gcc option to accept ISO C89 configure:3463: gcc -c -g -O2 conftest.c >&5 configure:3463: $? = 0 configure:3476: result: none needed configure:3509: checking if gcc accepts -std=c90 configure:3516: gcc -o conftest -std=c90 -L/usr/local/lib -L/usr/local/ssl/lib conftest.c >&5 cc1: error: unrecognized command line option "-std=c90" configure:3516: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "subversion" | #define PACKAGE_TARNAME "subversion" | #define PACKAGE_VERSION "1.8.11" | #define PACKAGE_STRING "subversion 1.8.11" | #define PACKAGE_BUGREPORT "http://subversion.apache.org/" | #define PACKAGE_URL "" | /* end confdefs.h. */ | int main(void){return 0;} configure:3524: result: no configure:3536: checking if gcc accepts -std=c89 configure:3543: gcc -o conftest -std=c89 -L/usr/local/lib -L/usr/local/ssl/lib conftest.c >&5 configure:3543: $? = 0 configure:3545: result: yes configure:3631: checking if gcc accepts -Werror=unknown-warning-option configure:3638: gcc -o conftest -Werror=unknown-warning-option -g -O2 -L/usr/local/lib -L/usr/local/ssl/lib conftest.c > &5 cc1: error: unrecognized command line option "-Werror=unknown-warning-option" configure:3638: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "subversion" | #define PACKAGE_TARNAME "subversion" | #define PACKAGE_VERSION "1.8.11" | #define PACKAGE_STRING "subversion 1.8.11" | #define PACKAGE_BUGREPORT "http://subversion.apache.org/" | #define PACKAGE_URL "" | /* end confdefs.h. */ | int main(void){return 0;} configure:3646: result: no configure:3724: checking for g++ configure:3740: found /usr/sfw/bin/g++ configure:3751: result: g++ configure:3778: checking for C++ compiler version configure:3787: g++ --version >&5 g++ (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath) Copyright (C) 2004 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:3798: $? = 0 configure:3787: g++ -v >&5 Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs Configured with: /sfw10/builds/build/sfw10-patch/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/ccs/ bin/as --without-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --enable-shared Thread model: posix gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath) configure:3798: $? = 0 configure:3787: g++ -V >&5 g++: `-V' option must have argument configure:3798: $? = 1 configure:3787: g++ -qversion >&5 g++: unrecognized option `-qversion' g++: no input files configure:3798: $? = 1 configure:3802: checking whether we are using the GNU C++ compiler configure:3821: g++ -c conftest.cpp >&5 configure:3821: $? = 0 configure:3830: result: yes configure:3839: checking whether g++ accepts -g configure:3859: g++ -c -g conftest.cpp >&5 configure:3859: $? = 0 configure:3900: result: yes configure:3936: checking if g++ accepts -std=c++98 configure:3943: g++ -o conftest -std=c++98 -L/usr/local/lib -L/usr/local/ssl/lib conftest.cpp >&5 configure:3943: $? = 0 configure:3945: result: yes configure:3980: checking if g++ accepts -Werror=unknown-warning-option configure:3987: g++ -o conftest -Werror=unknown-warning-option -g -O2 -L/usr/local/lib -L/usr/local/ssl/lib conftest.cpp >&5 cc1plus: error: unrecognized command line option "-Werror=unknown-warning-option" configure:3987: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "subversion" | #define PACKAGE_TARNAME "subversion" | #define PACKAGE_VERSION "1.8.11" | #define PACKAGE_STRING "subversion 1.8.11" | #define PACKAGE_BUGREPORT "http://subversion.apache.org/" | #define PACKAGE_URL "" | /* end confdefs.h. */ | int main(){} configure:3995: result: no configure:4018: checking how to run the C preprocessor configure:4049: gcc -E conftest.c configure:4049: $? = 0 configure:4063: gcc -E conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory configure:4063: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "subversion" | #define PACKAGE_TARNAME "subversion" | #define PACKAGE_VERSION "1.8.11" | #define PACKAGE_STRING "subversion 1.8.11" | #define PACKAGE_BUGREPORT "http://subversion.apache.org/" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4088: result: gcc -E configure:4108: gcc -E conftest.c configure:4108: $? = 0 configure:4122: gcc -E conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory configure:4122: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "subversion" | #define PACKAGE_TARNAME "subversion" | #define PACKAGE_VERSION "1.8.11" | #define PACKAGE_STRING "subversion 1.8.11" | #define PACKAGE_BUGREPORT "http://subversion.apache.org/" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4153: checking for a sed that does not truncate output configure:4217: result: /usr/bin/sed configure:4228: checking build system type configure:4242: result: sparc-sun-solaris2.10 configure:4262: checking host system type configure:4275: result: sparc-sun-solaris2.10 configure:4295: checking target system type configure:4308: result: sparc-sun-solaris2.10 configure:4336: checking for grep that handles long lines and -e configure:4394: result: /usr/sfw/bin/ggrep configure:4399: checking for egrep configure:4461: result: /usr/sfw/bin/ggrep -E configure:4467: checking whether ln -s works configure:4471: result: yes configure:4493: checking for a BSD-compatible install configure:4561: result: build/install-sh -c configure:4592: Apache Portable Runtime (APR) library configuration configure:4620: checking for APR configure:4696: result: yes configure:4721: checking APR version configure:4727: result: 1.5.1 configure:4841: Apache Portable Runtime Utility (APRUTIL) library configuration configure:4869: checking for APR-util configure:4945: result: yes configure:4966: checking APRUTIL version configure:4980: result: 1.5.4 configure:5082: checking for pkg-config configure:5100: found /usr/bin/pkg-config configure:5112: result: /usr/bin/pkg-config configure:5122: checking for ANSI C header files configure:5142: gcc -c -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE confte st.c >&5 configure:5142: $? = 0 configure:5215: gcc -o conftest -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOUR CE -L/usr/local/lib -L/usr/local/ssl/lib conftest.c >&5 configure:5215: $? = 0 configure:5215: ./conftest configure:5215: $? = 0 configure:5226: result: yes configure:5239: checking for sys/types.h configure:5239: gcc -c -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE confte st.c >&5 configure:5239: $? = 0 configure:5239: result: yes configure:5239: checking for sys/stat.h configure:5239: gcc -c -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE confte st.c >&5 configure:5239: $? = 0 configure:5239: result: yes configure:5239: checking for stdlib.h configure:5239: gcc -c -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE confte st.c >&5 configure:5239: $? = 0 configure:5239: result: yes configure:5239: checking for string.h configure:5239: gcc -c -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE confte st.c >&5 configure:5239: $? = 0 configure:5239: result: yes configure:5239: checking for memory.h configure:5239: gcc -c -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE confte st.c >&5 configure:5239: $? = 0 configure:5239: result: yes configure:5239: checking for strings.h configure:5239: gcc -c -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE confte st.c >&5 configure:5239: $? = 0 configure:5239: result: yes configure:5239: checking for inttypes.h configure:5239: gcc -c -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE confte st.c >&5 configure:5239: $? = 0 configure:5239: result: yes configure:5239: checking for stdint.h configure:5239: gcc -c -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE confte st.c >&5 configure:5239: $? = 0 configure:5239: result: yes configure:5239: checking for unistd.h configure:5239: gcc -c -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE confte st.c >&5 configure:5239: $? = 0 configure:5239: result: yes configure:5422: serf library configuration via pkg-config configure:5426: checking for serf-2 library configure:5452: result: no configure:5426: checking for serf-1 library configure:5429: result: yes configure:5431: checking serf library version configure:5434: result: 1.3.8 configure:5436: checking serf version is suitable configure:5439: result: yes configure:5460: checking was serf enabled configure:5463: result: yes configure:5562: looking for apr_memcache as part of apr-util configure:5566: checking apr_memcache.h usability configure:5566: gcc -c -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE -I/us r/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 conftest.c >&5 configure:5566: $? = 0 configure:5566: result: yes configure:5566: checking apr_memcache.h presence configure:5566: gcc -E -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE -I/usr/local/apr/inc lude/apr-1 -I/usr/local/apr/include/apr-1 conftest.c configure:5566: $? = 0 configure:5566: result: yes configure:5566: checking for apr_memcache.h configure:5566: result: yes configure:5571: checking for apr_memcache_create in -laprutil-1 configure:5596: gcc -o conftest -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOUR CE -I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -L/usr/local/lib -L/usr/local/ssl/lib -L/usr/local/ apr/lib -laprutil-1 conftest.c -laprutil-1 >&5 configure:5596: $? = 0 configure:5605: result: yes configure:5651: checking for Apache module support via DSO through APXS configure:5683: result: found at /dhhs1t/3rdparty/tools/apache2/bin/apxs configure:5686: checking httpd version configure:5698: result: recent enough configure:5726: checking whether Apache version is compatible with APR version configure:5753: result: yes configure:5772: checking mod_dav version configure:5789: result: acceptable configure:5884: checking sqlite library configure:6016: checking sqlite amalgamation configure:6022: result: yes configure:6024: checking sqlite amalgamation file version configure:6036: result: amalgamation found and is okay configure:6093: checking for shl_load configure:6093: gcc -o conftest -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOUR CE -L/usr/local/lib -L/usr/local/ssl/lib conftest.c >&5 Undefined first referenced symbol in file shl_load /var/tmp//ccGnERi5.o ld: fatal: symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:6093: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "subversion" | #define PACKAGE_TARNAME "subversion" | #define PACKAGE_VERSION "1.8.11" | #define PACKAGE_STRING "subversion 1.8.11" | #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 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:6093: result: no configure:6097: checking for shl_load in -ldld configure:6122: gcc -o conftest -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOUR CE -L/usr/local/lib -L/usr/local/ssl/lib conftest.c -ldld >&5 ld: fatal: library -ldld: not found ld: fatal: file processing errors. No output written to conftest collect2: ld returned 1 exit status configure:6122: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "subversion" | #define PACKAGE_TARNAME "subversion" | #define PACKAGE_VERSION "1.8.11" | #define PACKAGE_STRING "subversion 1.8.11" | #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 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:6131: result: no configure:6136: checking for dlopen configure:6136: gcc -o conftest -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOUR CE -L/usr/local/lib -L/usr/local/ssl/lib conftest.c >&5 configure:6136: $? = 0 configure:6136: result: yes configure:6276: checking additional libraries for sqlite configure:6282: result: none configure:7134: checking whether the compiler provides atomic builtins configure:7181: gcc -o conftest -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOUR CE -L/usr/local/lib -L/usr/local/ssl/lib conftest.c >&5 conftest.c: In function `main': conftest.c:49: warning: comparison between pointer and integer Undefined first referenced symbol in file __sync_synchronize /var/tmp//ccoox6MN.o __sync_sub_and_fetch /var/tmp//ccoox6MN.o __sync_fetch_and_add /var/tmp//ccoox6MN.o __sync_fetch_and_sub /var/tmp//ccoox6MN.o __sync_val_compare_and_swap /var/tmp//ccoox6MN.o __sync_lock_test_and_set /var/tmp//ccoox6MN.o ld: fatal: symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:7181: $? = 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.11" | #define PACKAGE_STRING "subversion 1.8.11" | #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 SVN_HAVE_SERF 1 | #define SVN_HAVE_MEMCACHE 1 | #define SVN_SQLITE_INLINE 1 | /* end confdefs.h. */ | | int main() | { | unsigned long long val = 1010, tmp, *mem = &val; | | if (__sync_fetch_and_add(&val, 1010) != 1010 || val != 2020) | return 1; | | tmp = val; | | if (__sync_fetch_and_sub(mem, 1010) != tmp || val != 1010) | return 1; | | if (__sync_sub_and_fetch(&val, 1010) != 0 || val != 0) | return 1; | | tmp = 3030; | | if (__sync_val_compare_and_swap(mem, 0, tmp) != 0 || val != tmp) | return 1; | | if (__sync_lock_test_and_set(&val, 4040) != 3030) | return 1; | | mem = &tmp; | | if (__sync_val_compare_and_swap(&mem, &tmp, &val) != &tmp) | return 1; | | __sync_synchronize(); | | if (mem != &val) | return 1; | | return 0; | } configure:7191: result: no configure:7249: configuring libtool now configure:7297: checking how to print strings configure:7324: result: printf configure:7345: checking for a sed that does not truncate output configure:7409: result: /usr/bin/sed configure:7427: checking for fgrep configure:7489: result: /usr/sfw/bin/ggrep -F configure:7524: checking for ld used by gcc configure:7591: result: /usr/ccs/bin/ld configure:7598: checking if the linker (/usr/ccs/bin/ld) is GNU ld configure:7613: result: no configure:7625: checking for BSD- or MS-compatible name lister (nm) configure:7679: result: /usr/ccs/bin/nm -p configure:7809: checking the name lister (/usr/ccs/bin/nm -p) interface configure:7816: gcc -c -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE confte st.c >&5 configure:7819: /usr/ccs/bin/nm -p "conftest.o" configure:7822: output conftest.o: 0000000000 s 0000000000 s 0000000000 s 0000000000 b 0000000000 s 0000000000 s 0000000000 f conftest.c 0000000000 B some_variable configure:7829: result: BSD nm configure:7833: checking the maximum length of command line arguments configure:7964: result: 786240 configure:8012: checking how to convert sparc-sun-solaris2.10 file names to sparc-sun-solaris2.10 format configure:8052: result: func_convert_file_noop configure:8059: checking how to convert sparc-sun-solaris2.10 file names to toolchain format configure:8079: result: func_convert_file_noop configure:8086: checking for /usr/ccs/bin/ld option to reload object files configure:8093: result: -r configure:8167: checking for objdump configure:8197: result: no configure:8226: checking how to recognize dependent libraries configure:8423: result: pass_all configure:8508: checking for dlltool configure:8538: result: no configure:8568: checking how to associate runtime and link libraries configure:8595: result: printf %s\n configure:8655: checking for ar configure:8671: found /usr/ccs/bin/ar configure:8682: result: ar configure:8719: checking for archiver @FILE support configure:8736: gcc -c -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE confte st.c >&5 configure:8736: $? = 0 configure:8739: ar cru libconftest.a @conftest.lst >&5 ar: cannot open @conftest.lst: No such file or directory ar: @conftest.lst not found configure:8742: $? = 1 configure:8762: result: no configure:8820: checking for strip configure:8836: found /usr/ccs/bin/strip configure:8847: result: strip configure:8919: checking for ranlib configure:8935: found /usr/ccs/bin/ranlib configure:8946: result: ranlib configure:9023: checking for gawk configure:9053: result: no configure:9023: checking for mawk configure:9053: result: no configure:9023: checking for nawk configure:9039: found /usr/bin/nawk configure:9050: result: nawk configure:9090: checking command to parse /usr/ccs/bin/nm -p output from gcc object configure:9243: gcc -c -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE confte st.c >&5 configure:9246: $? = 0 configure:9250: /usr/ccs/bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\([BDRT][BDRT]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:9253: $? = 0 configure:9319: gcc -o conftest -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOUR CE -L/usr/local/lib -L/usr/local/ssl/lib conftest.c conftstm.o >&5 configure:9322: $? = 0 configure:9360: result: ok configure:9407: checking for sysroot configure:9437: result: no configure:9444: checking for a working dd configure:9482: result: /usr/bin/dd configure:9486: checking how to truncate binary pipes configure:9501: result: /usr/bin/dd bs=4096 count=1 configure:9735: gcc -c -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE confte st.c >&5 configure:9738: $? = 0 configure:9815: checking for mt configure:9831: found /usr/bin/mt configure:9842: result: mt configure:9865: checking if mt is a manifest tool configure:9871: mt '-?' mt: unknown command: -? configure:9879: result: no configure:10518: checking for dlfcn.h configure:10518: gcc -c -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE conft est.c >&5 configure:10518: $? = 0 configure:10518: result: yes configure:10732: checking for objdir configure:10747: result: .libs configure:11018: checking if gcc supports -fno-rtti -fno-exceptions configure:11036: gcc -c -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE -fno- rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:11040: $? = 0 configure:11053: result: no configure:11401: checking for gcc option to produce PIC configure:11408: result: -fPIC -DPIC configure:11416: checking if gcc PIC flag -fPIC -DPIC works configure:11434: gcc -c -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE -fPIC -DPIC -DPIC conftest.c >&5 configure:11438: $? = 0 configure:11451: result: yes configure:11480: checking if gcc static flag -static works configure:11508: result: no configure:11523: checking if gcc supports -c -o file.o configure:11544: gcc -c -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE -o ou t/conftest2.o conftest.c >&5 configure:11548: $? = 0 configure:11570: result: yes configure:11578: checking if gcc supports -c -o file.o configure:11625: result: yes configure:11658: checking whether the gcc linker (/usr/ccs/bin/ld) supports shared libraries configure:12806: result: yes configure:12843: checking whether -lc should be explicitly linked in configure:12851: gcc -c -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE conft est.c >&5 configure:12854: $? = 0 configure:12869: gcc -shared -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,conftest -o conftest conftest.o -v 2\>\&1 \| /usr/sf w/bin/ggrep -lc \>/dev/null 2\>\&1 configure:12872: $? = 1 configure:12886: result: yes configure:13046: checking dynamic linker characteristics configure:13784: result: solaris2.10 ld.so configure:13891: checking how to hardcode library paths into programs configure:13916: result: immediate configure:14464: checking whether stripping libraries is possible configure:14486: result: no configure:14504: checking if libtool supports shared libraries configure:14506: result: yes configure:14509: checking whether to build shared libraries configure:14530: result: yes configure:14533: checking whether to build static libraries configure:14537: result: yes configure:14560: checking how to run the C++ preprocessor configure:14587: g++ -E -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE conftest.cpp configure:14587: $? = 0 configure:14601: g++ -E -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE conftest.cpp conftest.cpp:27:28: ac_nonexistent.h: No such file or directory configure:14601: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "subversion" | #define PACKAGE_TARNAME "subversion" | #define PACKAGE_VERSION "1.8.11" | #define PACKAGE_STRING "subversion 1.8.11" | #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 SVN_HAVE_SERF 1 | #define SVN_HAVE_MEMCACHE 1 | #define SVN_SQLITE_INLINE 1 | #define SVN_BINDIR "/dhhs1t/3rdparty/tools/svn/bin" | #define SVN_LOCALE_DIR "/dhhs1t/3rdparty/tools/svn/share/locale" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:14626: result: g++ -E configure:14646: g++ -E -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE conftest.cpp configure:14646: $? = 0 configure:14660: g++ -E -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE conftest.cpp conftest.cpp:27:28: ac_nonexistent.h: No such file or directory configure:14660: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "subversion" | #define PACKAGE_TARNAME "subversion" | #define PACKAGE_VERSION "1.8.11" | #define PACKAGE_STRING "subversion 1.8.11" | #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 SVN_HAVE_SERF 1 | #define SVN_HAVE_MEMCACHE 1 | #define SVN_SQLITE_INLINE 1 | #define SVN_BINDIR "/dhhs1t/3rdparty/tools/svn/bin" | #define SVN_LOCALE_DIR "/dhhs1t/3rdparty/tools/svn/share/locale" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:14829: checking for ld used by g++ configure:14896: result: /usr/ccs/bin/ld configure:14903: checking if the linker (/usr/ccs/bin/ld) is GNU ld configure:14918: result: no configure:14973: checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries configure:15971: result: yes configure:16007: g++ -c -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE conftest.cpp >&5 configure:16010: $? = 0 configure:16531: checking for g++ option to produce PIC configure:16538: result: -fPIC -DPIC configure:16546: checking if g++ PIC flag -fPIC -DPIC works configure:16564: g++ -c -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE -fPIC -DPIC - DPIC conftest.cpp >&5 configure:16568: $? = 0 configure:16581: result: yes configure:16604: checking if g++ static flag -static works configure:16632: result: no configure:16644: checking if g++ supports -c -o file.o configure:16665: g++ -c -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE -o out/confte st2.o conftest.cpp >&5 configure:16669: $? = 0 configure:16691: result: yes configure:16696: checking if g++ supports -c -o file.o configure:16743: result: yes configure:16773: checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries configure:16809: result: yes configure:16950: checking dynamic linker characteristics configure:17615: result: solaris2.10 ld.so configure:17668: checking how to hardcode library paths into programs configure:17693: result: immediate configure:17797: building both shared and static libraries configure:17853: checking whether libtool needs -no-undefined configure:17862: result: no configure:17869: checking whether to avoid circular linkage at all costs configure:17880: result: no configure:17897: checking for trang configure:17928: result: none configure:17953: checking for doxygen configure:17984: result: none configure:18014: checking for Expat configure:18040: gcc -o conftest -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOU RCE -L/usr/local/lib -L/usr/local/ssl/lib conftest.c -lexpat >&5 configure:18040: $? = 0 configure:18049: result: yes configure:18099: checking for socket in -lsocket configure:18124: gcc -o conftest -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOU RCE -L/usr/local/lib -L/usr/local/ssl/lib conftest.c -lsocket >&5 configure:18124: $? = 0 configure:18133: result: yes configure:18440: checking whether to look for SASL configure:18448: result: yes configure:18454: Looking in default locations configure:18456: checking sasl/sasl.h usability configure:18456: gcc -c -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE conft est.c >&5 configure:18456: $? = 0 configure:18456: result: yes configure:18456: checking sasl/sasl.h presence configure:18456: gcc -E -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE conftest.c configure:18456: $? = 0 configure:18456: result: yes configure:18456: checking for sasl/sasl.h configure:18456: result: yes configure:18458: checking sasl/saslutil.h usability configure:18458: gcc -c -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE conft est.c >&5 configure:18458: $? = 0 configure:18458: result: yes configure:18458: checking sasl/saslutil.h presence configure:18458: gcc -E -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE conftest.c configure:18458: $? = 0 configure:18458: result: yes configure:18458: checking for sasl/saslutil.h configure:18458: result: yes configure:18460: checking for prop_get in -lsasl2 configure:18485: gcc -o conftest -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOU RCE -L/usr/local/lib -L/usr/local/ssl/lib conftest.c -lsasl2 -lsocket >&5 ld: fatal: library -lsasl2: not found ld: fatal: file processing errors. No output written to conftest collect2: ld returned 1 exit status configure:18485: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "subversion" | #define PACKAGE_TARNAME "subversion" | #define PACKAGE_VERSION "1.8.11" | #define PACKAGE_STRING "subversion 1.8.11" | #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 SVN_HAVE_SERF 1 | #define SVN_HAVE_MEMCACHE 1 | #define SVN_SQLITE_INLINE 1 | #define SVN_BINDIR "/dhhs1t/3rdparty/tools/svn/bin" | #define SVN_LOCALE_DIR "/dhhs1t/3rdparty/tools/svn/share/locale" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBSOCKET 1 | #define SVN_FS_WANT_DB_MAJOR 4 | #define SVN_FS_WANT_DB_MINOR 0 | #define SVN_FS_WANT_DB_PATCH 14 | /* 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 prop_get (); | int | main () | { | return prop_get (); | ; | return 0; | } configure:18494: result: no configure:18543: checking for sasl/sasl.h configure:18543: result: yes configure:18545: checking for sasl/saslutil.h configure:18545: result: yes configure:18547: checking for prop_get in -lsasl2 configure:18581: result: no configure:18601: checking for availability of Cyrus SASL v2 configure:18608: result: no configure:18634: checking for Mach-O dynamic module iteration functions configure:18661: gcc -o conftest -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOU RCE -L/usr/local/lib -L/usr/local/ssl/lib conftest.c -lsocket >&5 conftest.c:32:29: mach-o/dyld.h: No such file or directory conftest.c:33:31: mach-o/loader.h: No such file or directory conftest.c: In function `main': conftest.c:39: warning: initialization makes pointer from integer without a cast conftest.c:40: warning: initialization makes pointer from integer without a cast configure:18661: $? = 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.11" | #define PACKAGE_STRING "subversion 1.8.11" | #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 SVN_HAVE_SERF 1 | #define SVN_HAVE_MEMCACHE 1 | #define SVN_SQLITE_INLINE 1 | #define SVN_BINDIR "/dhhs1t/3rdparty/tools/svn/bin" | #define SVN_LOCALE_DIR "/dhhs1t/3rdparty/tools/svn/share/locale" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBSOCKET 1 | #define SVN_FS_WANT_DB_MAJOR 4 | #define SVN_FS_WANT_DB_MINOR 0 | #define SVN_FS_WANT_DB_PATCH 14 | /* 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:18671: result: no configure:18681: checking for Mac OS property list utilities configure:18702: gcc -c -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE conft est.c >&5 conftest.c:32:36: AvailabilityMacros.h: No such file or directory conftest.c:34:6: #error ProperyList API unavailable. configure:18702: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "subversion" | #define PACKAGE_TARNAME "subversion" | #define PACKAGE_VERSION "1.8.11" | #define PACKAGE_STRING "subversion 1.8.11" | #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 SVN_HAVE_SERF 1 | #define SVN_HAVE_MEMCACHE 1 | #define SVN_SQLITE_INLINE 1 | #define SVN_BINDIR "/dhhs1t/3rdparty/tools/svn/bin" | #define SVN_LOCALE_DIR "/dhhs1t/3rdparty/tools/svn/share/locale" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBSOCKET 1 | #define SVN_FS_WANT_DB_MAJOR 4 | #define SVN_FS_WANT_DB_MINOR 0 | #define SVN_FS_WANT_DB_PATCH 14 | /* 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_ALL OWED <= MAC_OS_X_VERSION_10_0) | #error ProperyList API unavailable. | #endif | | int | main () | { | | ; | return 0; | } configure:18714: result: no configure:18729: checking for Mac OS KeyChain Services configure:18751: gcc -c -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE conft est.c >&5 conftest.c:32:38: AvailabilityMacros.h: No such file or directory conftest.c:34:8: #error KeyChain API unavailable. configure:18751: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "subversion" | #define PACKAGE_TARNAME "subversion" | #define PACKAGE_VERSION "1.8.11" | #define PACKAGE_STRING "subversion 1.8.11" | #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 SVN_HAVE_SERF 1 | #define SVN_HAVE_MEMCACHE 1 | #define SVN_SQLITE_INLINE 1 | #define SVN_BINDIR "/dhhs1t/3rdparty/tools/svn/bin" | #define SVN_LOCALE_DIR "/dhhs1t/3rdparty/tools/svn/share/locale" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBSOCKET 1 | #define SVN_FS_WANT_DB_MAJOR 4 | #define SVN_FS_WANT_DB_MINOR 0 | #define SVN_FS_WANT_DB_PATCH 14 | /* 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_M AX_ALLOWED <= MAC_OS_X_VERSION_10_2) | #error KeyChain API unavailable. | #endif | | int | main () | { | | ; | return 0; | } configure:18764: result: no configure:18773: checking whether APR has support for DSOs configure:18785: gcc -E -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE -I/usr/local/apr/in clude/apr-1 conftest.c configure:18785: $? = 0 configure:18787: result: yes configure:18800: checking for D-Bus .pc file configure:18846: result: no configure:18860: checking whether to support GPG-Agent configure:18863: result: yes configure:18886: checking whether to look for GNOME Keyring configure:18889: result: yes configure:18894: checking for GLib and GNOME Keyring .pc files configure:18897: result: yes configure:18902: checking gnome-keyring.h usability configure:18902: gcc -c -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE -I/us r/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gnome-keyring-1 conftest.c >&5 configure:18902: $? = 0 configure:18902: result: yes configure:18902: checking gnome-keyring.h presence configure:18902: gcc -E -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE -I/usr/include/glib- 2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gnome-keyring-1 conftest.c configure:18902: $? = 0 configure:18902: result: yes configure:18902: checking for gnome-keyring.h configure:18902: result: yes configure:18910: checking for GNOME Keyring configure:18913: result: yes configure:18992: checking for msgfmt configure:19010: found /usr/bin/msgfmt configure:19023: result: /usr/bin/msgfmt configure:19033: checking for msgmerge configure:19051: found /usr/bin/msgmerge configure:19064: result: /usr/bin/msgmerge configure:19074: checking for xgettext configure:19092: found /usr/bin/xgettext configure:19105: result: /usr/bin/xgettext configure:19114: checking for library containing bindtextdomain configure:19145: gcc -o conftest -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOU RCE -L/usr/local/lib -L/usr/local/ssl/lib conftest.c -lsocket >&5 configure:19145: $? = 0 configure:19162: result: none required configure:19307: checking for bind_textdomain_codeset configure:19307: gcc -o conftest -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOU RCE -L/usr/local/lib -L/usr/local/ssl/lib conftest.c -lsocket >&5 configure:19307: $? = 0 configure:19307: result: yes configure:19326: checking if we are using GNU gettext configure:19332: result: no configure:19461: checking magic.h usability configure:19461: gcc -c -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE conft est.c >&5 configure:19461: $? = 0 configure:19461: result: yes configure:19461: checking magic.h presence configure:19461: gcc -E -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE conftest.c configure:19461: $? = 0 configure:19461: result: yes configure:19461: checking for magic.h configure:19461: result: yes configure:19464: checking for magic_open in -lmagic configure:19489: gcc -o conftest -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOU RCE -L/usr/local/lib -L/usr/local/ssl/lib conftest.c -lmagic -lsocket >&5 configure:19489: $? = 0 configure:19498: result: yes configure:19556: checking whether to look for KWallet configure:19721: result: no configure:19792: checking for ANSI C header files configure:19896: result: yes configure:19906: checking for an ANSI C-conforming const configure:19972: gcc -c -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE conft est.c >&5 configure:19972: $? = 0 configure:19979: result: yes configure:19988: checking for size_t configure:19988: gcc -c -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE conft est.c >&5 configure:19988: $? = 0 configure:19988: gcc -c -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE conft est.c >&5 conftest.c: In function `main': conftest.c:73: error: syntax error before ')' token configure:19988: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "subversion" | #define PACKAGE_TARNAME "subversion" | #define PACKAGE_VERSION "1.8.11" | #define PACKAGE_STRING "subversion 1.8.11" | #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 SVN_HAVE_SERF 1 | #define SVN_HAVE_MEMCACHE 1 | #define SVN_SQLITE_INLINE 1 | #define SVN_BINDIR "/dhhs1t/3rdparty/tools/svn/bin" | #define SVN_LOCALE_DIR "/dhhs1t/3rdparty/tools/svn/share/locale" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBSOCKET 1 | #define SVN_FS_WANT_DB_MAJOR 4 | #define SVN_FS_WANT_DB_MINOR 0 | #define SVN_FS_WANT_DB_PATCH 14 | #define SVN_HAVE_GPG_AGENT 1 | #define SVN_HAVE_GNOME_KEYRING 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:19988: result: yes configure:20002: checking for working memcmp configure:20045: gcc -o conftest -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOU RCE -L/usr/local/lib -L/usr/local/ssl/lib conftest.c -lsocket >&5 configure:20045: $? = 0 configure:20045: ./conftest configure:20045: $? = 0 configure:20055: result: yes configure:20067: checking for vprintf configure:20067: gcc -o conftest -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOU RCE -L/usr/local/lib -L/usr/local/ssl/lib conftest.c -lsocket >&5 conftest.c:60: warning: conflicting types for built-in function 'vprintf' configure:20067: $? = 0 configure:20067: result: yes configure:20073: checking for _doprnt configure:20073: gcc -o conftest -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOU RCE -L/usr/local/lib -L/usr/local/ssl/lib conftest.c -lsocket >&5 configure:20073: $? = 0 configure:20073: result: yes configure:20088: checking for symlink configure:20088: gcc -o conftest -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOU RCE -L/usr/local/lib -L/usr/local/ssl/lib conftest.c -lsocket >&5 configure:20088: $? = 0 configure:20088: result: yes configure:20088: checking for readlink configure:20088: gcc -o conftest -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOU RCE -L/usr/local/lib -L/usr/local/ssl/lib conftest.c -lsocket >&5 configure:20088: $? = 0 configure:20088: result: yes configure:20100: checking sys/utsname.h usability configure:20100: gcc -c -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE conft est.c >&5 configure:20100: $? = 0 configure:20100: result: yes configure:20100: checking sys/utsname.h presence configure:20100: gcc -E -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE conftest.c configure:20100: $? = 0 configure:20100: result: yes configure:20100: checking for sys/utsname.h configure:20100: result: yes configure:20107: checking for uname configure:20107: gcc -o conftest -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOU RCE -L/usr/local/lib -L/usr/local/ssl/lib conftest.c -lsocket >&5 configure:20107: $? = 0 configure:20107: result: yes configure:20121: checking termios.h usability configure:20121: gcc -c -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE conft est.c >&5 configure:20121: $? = 0 configure:20121: result: yes configure:20121: checking termios.h presence configure:20121: gcc -E -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE conftest.c configure:20121: $? = 0 configure:20121: result: yes configure:20121: checking for termios.h configure:20121: result: yes configure:20127: checking for tcgetattr configure:20127: gcc -o conftest -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOU RCE -L/usr/local/lib -L/usr/local/ssl/lib conftest.c -lsocket >&5 configure:20127: $? = 0 configure:20127: result: yes configure:20127: checking for tcsetattr configure:20127: gcc -o conftest -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOU RCE -L/usr/local/lib -L/usr/local/ssl/lib conftest.c -lsocket >&5 configure:20127: $? = 0 configure:20127: result: yes configure:21789: C compiler flags: -g -O2 -g -O2 configure:21791: user-defined: configure:21793: maintainer-mode: configure:21795: C++ compiler flags: -g -O2 configure:21797: user-defined: configure:21799: maintainer-mode: configure:21961: checking zlib.h usability configure:21961: gcc -c -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE conft est.c >&5 configure:21961: $? = 0 configure:21961: result: yes configure:21961: checking zlib.h presence configure:21961: gcc -E -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE conftest.c configure:21961: $? = 0 configure:21961: result: yes configure:21961: checking for zlib.h configure:21961: result: yes configure:21964: checking for inflate in -lz configure:21989: gcc -o conftest -g -O2 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOU RCE -L/usr/local/lib -L/usr/local/ssl/lib conftest.c -lz -lsocket >&5 configure:21989: $? = 0 configure:21998: result: yes configure:22141: checking for python configure:22159: found /usr/bin/python configure:22171: result: /usr/bin/python configure:22526: checking for JDK configure:22587: result: no configure:22674: checking for perl configure:22692: found /usr/bin/perl configure:22705: result: /usr/bin/perl configure:22761: checking for ruby configure:22794: result: no configure:22761: checking for ruby1.8 configure:22794: result: no configure:22761: checking for ruby18 configure:22794: result: no configure:22761: checking for ruby1.9 configure:22794: result: no configure:22761: checking for ruby1 configure:22794: result: no configure:22761: checking for ruby1.9.3 configure:22794: result: no configure:22761: checking for ruby193 configure:22794: result: no configure:24433: checking for swig configure:24464: result: none configure:24522: Configuring python swig binding configure:24525: checking for Python includes configure:24534: result: -I/usr/include/python2.6 configure:24543: checking for compiling Python extensions configure:24552: result: /usr/lib/python2.6/pycc -KPIC configure:24556: checking for linking Python extensions configure:24565: result: /usr/lib/python2.6/pycc -L. -L/usr/sfw/lib -R/usr/sfw/lib -G configure:24569: checking for linking Python libraries configure:24578: result: -L. -L/usr/sfw/lib configure:24603: checking for apr_int64_t Python/C API format string configure:24651: result: L configure:24665: checking perl version configure:24668: result: 5008004 configure:25145: checking for ctypesgen.py configure:25176: result: none configure:25569: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by subversion config.status 1.8.11, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on znfodhhsfsl011 config.status:1275: creating Makefile config.status:1275: creating tools/backup/hot-backup.py config.status:1275: creating tools/hook-scripts/commit-access-control.pl config.status:1275: creating subversion/bindings/swig/perl/native/Makefile.PL config.status:1275: creating subversion/svn_private_config.h.tmp config.status:1464: executing libtool commands config.status:1464: executing svn_private_config.h.tmp commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=sparc-sun-solaris2.10 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=set ac_cv_env_LDFLAGS_value='-L/usr/local/lib -L/usr/local/ssl/lib' 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=yes ac_cv_func_bind_textdomain_codeset=yes ac_cv_func_dlopen=yes 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_gnome_keyring_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_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=sparc-sun-solaris2.10 ac_cv_lib_aprutil_1_apr_memcache_create=yes ac_cv_lib_dld_shl_load=no ac_cv_lib_magic_magic_open=yes ac_cv_lib_sasl2_prop_get=no ac_cv_lib_socket_socket=yes ac_cv_lib_z_inflate=yes ac_cv_objext=o ac_cv_path_CTYPESGEN=none ac_cv_path_DOXYGEN=none ac_cv_path_EGREP='/usr/sfw/bin/ggrep -E' ac_cv_path_FGREP='/usr/sfw/bin/ggrep -F' ac_cv_path_GREP=/usr/sfw/bin/ggrep 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_SED=/usr/bin/sed ac_cv_path_SWIG=none ac_cv_path_TRANG=none ac_cv_path_XGETTEXT=/usr/bin/xgettext ac_cv_path_lt_DD=/usr/bin/dd ac_cv_prog_AWK=nawk 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_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='/usr/lib/python2.6/pycc -KPIC' ac_cv_python_includes=-I/usr/include/python2.6 ac_cv_python_libs='-L. -L/usr/sfw/lib' ac_cv_python_link='/usr/lib/python2.6/pycc -L. -L/usr/sfw/lib -R/usr/sfw/lib -G' ac_cv_search_bindtextdomain='none required' ac_cv_target=sparc-sun-solaris2.10 ac_cv_type_size_t=yes lt_cv_ar_at_file=no lt_cv_archive_cmds_need_lc=yes 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/ccs/bin/ld lt_cv_path_LDCXX=/usr/ccs/bin/ld lt_cv_path_NM='/usr/ccs/bin/nm -p' 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=no lt_cv_prog_compiler_static_works_CXX=no lt_cv_prog_gnu_ld=no lt_cv_prog_gnu_ldcxx=no lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BDRT][BDRT]*\)[ ][ ]*\([_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/^[BDRT][BDRT ]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^ [BDRT][BDRT]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BDRT][BDRT]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/ p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BDRT][BDRT]* .* \(.*\)$/ extern char \1;/p'\''' lt_cv_sys_global_symbol_to_import= lt_cv_sys_max_cmd_len=786240 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1' svn_cv_atomic_builtins=no svn_cv_pycfmt_apr_int64_t=L ## ----------------- ## ## Output variables. ## ## ----------------- ## APACHE_INCLUDES=' -I/dhhs1t/3rdparty/tools/apache2/include' APACHE_LDFLAGS='' APACHE_LIBEXECDIR='${exec_prefix}/libexec' APXS='/dhhs1t/3rdparty/tools/apache2/bin/apxs' AR='ar' AWK='nawk' BDB_TEST_DEPS='' BDB_TEST_PROGRAMS='' BUILD_RULES='fsmod-lib ramod-lib lib bin test sub-test apache-mod tools serf-lib gnome-keyring-lib locale' CC='gcc' CFLAGS='-g -O2 -g -O2' CMAINTAINERFLAGS='' CMODEFLAGS='-std=c89 ' CPP='gcc -E' CPPFLAGS=' -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_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='/usr/sfw/bin/ggrep -E' EXEEXT='' FGREP='/usr/sfw/bin/ggrep -F' FIX_JAVAHL_LIB='' GETTEXT_CODESET='' GREP='/usr/sfw/bin/ggrep' 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-ramod-lib install-serf-lib install-lib install-gnome-keyring-lib install-include install-static install-mods-shared install-locale' INSTALL_SCRIPT='${INSTALL}' INSTALL_STATIC_RULES='install-bin install-docs install-serf-lib install-gnome-keyring-lib' JAR='none' JAVA='' JAVAC='none' JAVAC_FLAGS='' JAVADOC='none' JAVAH='none' JAVAHL_COMPAT_TESTS_TARGET='' JAVAHL_OBJDIR='' JAVAHL_TESTS_TARGET='' JAVA_CLASSPATH='' JDK='' JNI_INCLUDES='none' KDE4_CONFIG='' LD='/usr/ccs/bin/ld' LDFLAGS='-L/usr/local/lib -L/usr/local/ssl/lib ' LIBOBJS='' LIBS='-lsocket ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBOBJS='' LT_CFLAGS='' LT_CXX_LIBADD='' LT_LDFLAGS='' LT_NO_UNDEFINED='' MANIFEST_TOOL=':' MKDIR='/dhhs1t/3rdparty/tools/svn/subversion-1.8.11/build/install-sh -c -d' MOD_ACTIVATION='' MSGFMT='/usr/bin/msgfmt' MSGFMTFLAGS='' MSGMERGE='/usr/bin/msgmerge' NM='/usr/ccs/bin/nm -p' NMEDIT='' NO_GETTEXT_CODESET='#' OBJDUMP='false' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE_BUGREPORT='http://subversion.apache.org/' PACKAGE_NAME='subversion' PACKAGE_STRING='subversion 1.8.11' PACKAGE_TARNAME='subversion' PACKAGE_URL='' PACKAGE_VERSION='1.8.11' PATH_SEPARATOR=':' PERL='/usr/bin/perl' PKG_CONFIG='/usr/bin/pkg-config' PYTHON='/usr/bin/python' RANLIB='ranlib' RDOC='' RUBY='none' RUBY_MAJOR='' RUBY_MINOR='' RUBY_TEENY='' SED='/usr/bin/sed' SHELL='/bin/bash' STRIP='strip' SVN_APRUTIL_CONFIG='/usr/local/apr//bin/apu-1-config' SVN_APRUTIL_INCLUDES=' -I/usr/local/apr/include/apr-1 ' SVN_APRUTIL_LIBS='-L/usr/local/apr/lib -laprutil-1' SVN_APR_CONFIG='/usr/local/apr//bin/apr-1-config' SVN_APR_INCLUDES=' -I/usr/local/apr/include/apr-1 ' SVN_APR_LIBS='-L/usr/local/apr/lib -lapr-1' SVN_APR_MEMCACHE_INCLUDES='' SVN_APR_MEMCACHE_LIBS='' SVN_APR_SHLIB_PATH_VAR='LD_LIBRARY_PATH' SVN_BINDIR='/dhhs1t/3rdparty/tools/svn/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='' SVN_FS_LIB_DEPS='$(FS_FS_DEPS)' SVN_FS_LIB_INSTALL_DEPS='install-fsmod-lib' SVN_FS_LIB_LINK='$(FS_FS_LINK)' SVN_GNOME_KEYRING_INCLUDES='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gnome-keyring-1 ' SVN_GNOME_KEYRING_LIBS='-lgnome-keyring -lglib-2.0 ' SVN_HAVE_GPG_AGENT='' SVN_KWALLET_INCLUDES='' SVN_KWALLET_LIBS='' SVN_LIBTOOL='$(SHELL) /dhhs1t/3rdparty/tools/svn/subversion-1.8.11/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='' SVN_SERF_INCLUDES='-I/usr/local/include/serf-1 ' SVN_SERF_LIBS='-L/usr/local/lib -lserf-1 ' SVN_SQLITE_INCLUDES='-I/dhhs1t/3rdparty/tools/svn/subversion-1.8.11/sqlite-amalgamation' SVN_SQLITE_LIBS='-lpthread' SVN_XML_INCLUDES='' SVN_XML_LIBS='-lexpat' SVN_ZLIB_INCLUDES='' SVN_ZLIB_LIBS='-lz' SWIG='none' SWIG_CPPFLAGS=' -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE' SWIG_LDFLAGS='-L/usr/local/lib -L/usr/local/ssl/lib' SWIG_PL_INCLUDES='$(SWIG_INCLUDES) -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xarch=v8 -D_TS_ERRNO -I/usr/perl5/5.8.4/l ib/sun4-solaris-64int/CORE ' SWIG_PY_COMPILE='/usr/lib/python2.6/pycc -KPIC -g -O2 -g -O2' SWIG_PY_INCLUDES='$(SWIG_INCLUDES) -I/usr/include/python2.6' SWIG_PY_LIBS='-L. -L/usr/sfw/lib' SWIG_PY_LINK='/usr/lib/python2.6/pycc -L. -L/usr/sfw/lib -R/usr/sfw/lib -G' SWIG_RB_COMPILE='none' SWIG_RB_INCLUDES='' SWIG_RB_LIBS='' SWIG_RB_LINK='none' SWIG_RB_SITE_ARCH_DIR='' SWIG_RB_SITE_LIB_DIR='' SWIG_RB_TEST_VERBOSE='' TRANG='none' TRANSFORM_LIBTOOL_SCRIPTS='' XGETTEXT='/usr/bin/xgettext' abs_builddir='/dhhs1t/3rdparty/tools/svn/subversion-1.8.11' abs_srcdir='/dhhs1t/3rdparty/tools/svn/subversion-1.8.11' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_DUMPBIN='' bindir='${exec_prefix}/bin' build='sparc-sun-solaris2.10' build_alias='' build_cpu='sparc' build_os='solaris2.10' build_vendor='sun' canonicalized_srcdir='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='sparc-sun-solaris2.10' host_alias='' host_cpu='sparc' host_os='solaris2.10' host_vendor='sun' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' libsvn_auth_gnome_keyring_LDFLAGS='' libsvn_auth_kwallet_LDFLAGS='' libsvn_client_LDFLAGS='' libsvn_delta_LDFLAGS='' libsvn_diff_LDFLAGS='' libsvn_fs_LDFLAGS='' libsvn_fs_base_LDFLAGS='' libsvn_fs_fs_LDFLAGS='' libsvn_fs_util_LDFLAGS='' libsvn_ra_LDFLAGS='' libsvn_ra_local_LDFLAGS='' libsvn_ra_serf_LDFLAGS='' libsvn_ra_svn_LDFLAGS='' libsvn_repos_LDFLAGS='' libsvn_subr_LDFLAGS='' libsvn_wc_LDFLAGS='' localedir='${datadir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/dhhs1t/3rdparty/tools/svn' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='sparc-sun-solaris2.10' target_alias='' target_cpu='sparc' target_os='solaris2.10' target_vendor='sun' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "subversion" #define PACKAGE_TARNAME "subversion" #define PACKAGE_VERSION "1.8.11" #define PACKAGE_STRING "subversion 1.8.11" #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 SVN_HAVE_SERF 1 #define SVN_HAVE_MEMCACHE 1 #define SVN_SQLITE_INLINE 1 #define SVN_BINDIR "/dhhs1t/3rdparty/tools/svn/bin" #define SVN_LOCALE_DIR "/dhhs1t/3rdparty/tools/svn/share/locale" #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define HAVE_LIBSOCKET 1 #define SVN_FS_WANT_DB_MAJOR 4 #define SVN_FS_WANT_DB_MINOR 0 #define SVN_FS_WANT_DB_PATCH 14 #define SVN_HAVE_GPG_AGENT 1 #define SVN_HAVE_GNOME_KEYRING 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_DOPRNT 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_PATH_LOCAL_SEPARATOR '/' #define SVN_NULL_DEVICE_NAME "/dev/null" #define DEFAULT_FS_TYPE "fsfs" #define DEFAULT_HTTP_LIBRARY "serf" #define SVN_BUILD_HOST "sparc-sun-solaris2.10" #define SVN_BUILD_TARGET "sparc-sun-solaris2.10" configure: exit 0 -- View this message in context: http://subversion.1072662.n5.nabble.com/Configuring-Subversion-with-Berkeley-DB-Error-configure-error-Berkeley-DB-4-0-14-or-5-x-wasn-t-found-tp191826p191960.html Sent from the Subversion Dev mailing list archive at Nabble.com.