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

segmentation fault after upgrade

From: Klaus Fehlker <klaus.fehlker_at_dhl.com>
Date: 2004-12-06 11:08:22 CET

Hi all,

I tried to upgrade our existing Subversion server 1.0.2 on an HP-UX machine to 1.1.1 because I want to switch to fsfs. But after the compilation finishes i get segementation faults while running svnadmin as well as one of the Apache modules.

The compilation process for svn 1.1.1 seemed quite promising and the binaries were created. The only thing i noticed was during make install:

*** Warning: linker path does not have real file for library -lz.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have
*** because I did check the linker path looking for a file starting
*** with libz and none of the candidates passed a file format test
*** using a file magic. Last file checked: /usr/local/lib/libz.a
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.

Is this a serious thing that might cause the segmentation fault? For example, when i try to run a dump-load process i can reproduce this:

bash-2.05b# /u00/svn111/bin/svnadmin load ./nps-svn/test < test_dump

<<< Started new transaction, based on original revision 1
* adding path : labels ... done.
* adding path : labels/labelA ... done.
* adding path : labels/labelA/trunk ... done.
* adding path : labels/labelA/trunk/output_configure ...Segmentation fault (core dumped)

Also an exerpt of the Apache error_log after an "svn update" is telling me about segmentation faults:

[Fri Dec 03 18:05:22 2004] [notice] Apache/2.0.52 HP-UX_Apache-based_Web_Server (Unix) DAV/2 SVN/1.1.1 configured -- resuming normal operations
[Fri Dec 03 18:05:30 2004] [notice] child pid 9542 exit signal Segmentation fault (11)
[Fri Dec 03 18:05:30 2004] [notice] child pid 9541 exit signal Segmentation fault (11)

I have no clue how to read the core, therefore cannot gain any information out of that. Can anyone help me further with that?

I assume that this is a kind of linking error. Therefore, I attach the config.log below, but to my little experience with configure i cannot see any errors logged there. Can someone help me a little step further?

Best regards,
Klaus

config.log:

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.1.1, which was
generated by GNU Autoconf 2.59. Invocation command line was

  $ ./configure --prefix=/usr/local --exec-prefix=/usr/local --with-berkeley-db=/usr/local/BerkeleyDB.4.2 --with-apxs=/opt/hpws/apache/bin/apxs --with-neon=/usr/local/ --with-apr=/u00/yib/subversion-1.1.1/apr --with-apr-util=/u00/yib/subversion-1.1.1/apr-util --disable-libtool-lock --srcdir=./ --disable-neon-version-check --enable-experimental-libtool

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

hostname = parhs003
uname -m = 9000/800
uname -r = B.11.11
uname -s = HP-UX
uname -v = U

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

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

PATH: /usr/sbin
PATH: /usr/bin
PATH: /opt/ansic/bin
PATH: /usr/ccs/bin
PATH: /usr/contrib/bin
PATH: /opt/hparray/bin
PATH: /opt/nettladm/bin
PATH: /opt/upgrade/bin
PATH: /opt/fcms/bin
PATH: /opt/pd/bin
PATH: /usr/bin/X11
PATH: /usr/contrib/bin/X11
PATH: /opt/cfg2html
PATH: /opt/resmon/bin
PATH: /opt/perf/bin
PATH: /opt/prm/bin
PATH: /opt/mx/bin
PATH: /opt/gnome/bin
PATH: /opt/mozilla
PATH: /opt/ignite/bin
PATH: /opt/graphics/common/bin
PATH: /usr/sbin/diag/contrib
PATH: /opt/langtools/bin
PATH: /opt/imake/bin
PATH: /usr/local/bin
PATH: /sbin
PATH: /home/root
PATH: /usr/local/bin
PATH: /usr/local/lib

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

configure:2202: checking for gcc
configure:2218: found /usr/local/bin/gcc
configure:2228: result: gcc
configure:2472: checking for C compiler version
configure:2475: gcc --version </dev/null >&5
gcc (GCC) 3.3.3
Copyright (C) 2003 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:2478: $? = 0
configure:2480: gcc -v </dev/null >&5
Reading specs from /usr/local/lib/gcc-lib/hppa2.0w-hp-hpux11.11/3.3.3/specs
Configured with: /scratch/zack/pkgbuild/3.3.1/hpux-11/gcc-3.3.3/configure --enable-languages=c,c++ --enable-threads=posix --disable-nls --with-gnu-as --without-gnu-ld --with-as=/usr/local/bin/as --prefix=/usr/local
Thread model: posix
gcc version 3.3.3
configure:2483: $? = 0
configure:2485: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2488: $? = 1
configure:2511: checking for C compiler default output file name
configure:2514: gcc conftest.c >&5
configure:2517: $? = 0
configure:2563: result: a.out
configure:2568: checking whether the C compiler works
configure:2574: ./a.out
configure:2577: $? = 0
configure:2594: result: yes
configure:2601: checking whether we are cross compiling
configure:2603: result: no
configure:2606: checking for suffix of executables
configure:2608: gcc -o conftest conftest.c >&5
configure:2611: $? = 0
configure:2636: result:
configure:2642: checking for suffix of object files
configure:2663: gcc -c conftest.c >&5
configure:2666: $? = 0
configure:2688: result: o
configure:2692: checking whether we are using the GNU C compiler
configure:2716: gcc -c conftest.c >&5
configure:2722: $? = 0
configure:2726: test -z
    || test ! -s conftest.err
configure:2729: $? = 0
configure:2732: test -s conftest.o
configure:2735: $? = 0
configure:2748: result: yes
configure:2754: checking whether gcc accepts -g
configure:2775: gcc -c -g conftest.c >&5
configure:2781: $? = 0
configure:2785: test -z
    || test ! -s conftest.err
configure:2788: $? = 0
configure:2791: test -s conftest.o
configure:2794: $? = 0
configure:2805: result: yes
configure:2822: checking for gcc option to accept ANSI C
configure:2892: gcc -c -g -O2 conftest.c >&5
configure:2898: $? = 0
configure:2902: test -z
    || test ! -s conftest.err
configure:2905: $? = 0
configure:2908: test -s conftest.o
configure:2911: $? = 0
configure:2929: result: none needed
configure:2947: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2953: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3092: checking how to run the C preprocessor
configure:3127: gcc -E conftest.c
configure:3133: $? = 0
configure:3165: gcc -E conftest.c
conftest.c:9:28: ac_nonexistent.h: No such file or directory
configure:3171: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "subversion"
| #define PACKAGE_TARNAME "subversion"
| #define PACKAGE_VERSION " 1.1.1"
| #define PACKAGE_STRING "subversion 1.1.1"
| #define PACKAGE_BUGREPORT "http://subversion.tigris.org/ <http://subversion.tigris.org/> "
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3210: result: gcc -E
configure:3234: gcc -E conftest.c
configure:3240: $? = 0
configure:3272: gcc -E conftest.c
conftest.c:9:28: ac_nonexistent.h: No such file or directory
configure:3278: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "subversion"
| #define PACKAGE_TARNAME "subversion"
| #define PACKAGE_VERSION " 1.1.1"
| #define PACKAGE_STRING "subversion 1.1.1"
| #define PACKAGE_BUGREPORT "http://subversion.tigris.org/ <http://subversion.tigris.org/> "
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3322: checking for egrep
configure:3332: result: grep -E
configure:3338: checking whether ln -s works
configure:3342: result: yes
configure:3386: Apache Portable Runtime (APR) library configuration
configure:3414: checking for APR
configure:3497: result: yes
configure:3647: checking APR version
configure:3655: result: 0.9.5
configure:3733: Apache Portable Runtime Utility (APRUTIL) library configuration
configure:3761: checking for APR-util
configure:3844: result: yes
configure:3987: checking APR-UTIL version
configure:4001: result: 0.9.5
configure:19870: checking whether libtool needs -no-undefined
configure:19879: result: no
configure:19903: checking neon library
configure:19922: checking neon library version
configure:19925: result: 0.24.7
configure:20318: checking for static Apache module support
configure:20380: result: no
configure:20386: checking for Apache module support via DSO through APXS
configure:20419: result: found at /opt/hpws/apache/bin/apxs
configure:20422: checking httpd version
configure:20438: result: recent enough
configure:20522: checking for socket in -lsocket
configure:20552: gcc -o conftest -g -O2 -O2 -pg -DHPUX11 -D_REENTRANT -D_XOPEN_SOURCE_EXTENDED -L/usr/local/BerkeleyDB.4.2/lib -L/u00/yib/subversion-1.1.1/apr-util/xml/expat/lib conftest.c -lsocket >&5
/usr/ccs/bin/ld: Can't find library for -lsocket
collect2: ld returned 1 exit status
configure:20558: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "subversion"
| #define PACKAGE_TARNAME "subversion"
| #define PACKAGE_VERSION " 1.1.1"
| #define PACKAGE_STRING "subversion 1.1.1"
| #define PACKAGE_BUGREPORT "http://subversion.tigris.org/ <http://subversion.tigris.org/> "
| #define SVN_BINARY_DIR "/usr/local/bin"
| #define SVN_LOCALE_DIR "/usr/local/share/locale"
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char socket ();
| int
| main ()
| {
| socket ();
| ;
| return 0;
| }
configure:20584: result: no
configure:20654: WARNING: APR-UTIL may or may not be using the specified
                     Berkeley DB at `/usr/local/BerkeleyDB.4.2'. Using the Berkeley DB
                     supplied by APR-UTIL.
configure:20692: checking for availability of Berkeley DB
configure:20759: gcc -o conftest -g -O2 -O2 -pg -I/u00/yib/subversion-1.1.1/apr-util/include -I/usr/local/BerkeleyDB.4.2/include -I/u00/yib/subversion-1.1.1/apr-util/xml/expat/lib -DHPUX11 -D_REENTRANT -D_XOPEN_SOURCE_EXTENDED -L/usr/local/BerkeleyDB.4.2/lib -L/u00/yib/subversion-1.1.1/apr-util/xml/expat/lib conftest.c -L/usr/local/BerkeleyDB.4.2/lib -L/u00/yib/subversion-1.1.1/apr-util/xml/expat/lib -ldb-4.2 >&5
configure:20762: $? = 0
configure:20764: ./conftest
configure:20767: $? = 0
configure:20786: result: yes
configure:20815: checking for msgfmt
configure:20833: found /opt/gnome/bin/msgfmt
configure:20846: result: /opt/gnome/bin/msgfmt
configure:20855: checking for msgmerge
configure:20873: found /opt/gnome/bin/msgmerge
configure:20886: result: /opt/gnome/bin/msgmerge
configure:20895: checking for xgettext
configure:20913: found /opt/gnome/bin/xgettext
configure:20926: result: /opt/gnome/bin/xgettext
configure:20934: checking for library containing bindtextdomain
configure:20964: gcc -o conftest -g -O2 -O2 -pg -DHPUX11 -D_REENTRANT -D_XOPEN_SOURCE_EXTENDED -L/usr/local/BerkeleyDB.4.2/lib -L/u00/yib/subversion-1.1.1/apr-util/xml/expat/lib conftest.c >&5
/usr/ccs/bin/ld: Unsatisfied symbols:
   bindtextdomain (code)
collect2: ld returned 1 exit status
configure:20970: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "subversion"
| #define PACKAGE_TARNAME "subversion"
| #define PACKAGE_VERSION " 1.1.1"
| #define PACKAGE_STRING "subversion 1.1.1"
| #define PACKAGE_BUGREPORT "http://subversion.tigris.org/ <http://subversion.tigris.org/> "
| #define SVN_BINARY_DIR "/usr/local/bin"
| #define SVN_LOCALE_DIR "/usr/local/share/locale"
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char bindtextdomain ();
| int
| main ()
| {
| bindtextdomain ();
| ;
| return 0;
| }
configure:21019: gcc -o conftest -g -O2 -O2 -pg -DHPUX11 -D_REENTRANT -D_XOPEN_SOURCE_EXTENDED -L/usr/local/BerkeleyDB.4.2/lib -L/u00/yib/subversion-1.1.1/apr-util/xml/expat/lib conftest.c -lintl >&5
configure:21025: $? = 0
configure:21029: test -z
    || test ! -s conftest.err
configure:21032: $? = 0
configure:21035: test -s conftest
configure:21038: $? = 0
configure:21053: result: -lintl
configure:21087: checking for bind_textdomain_codeset
configure:21144: gcc -o conftest -g -O2 -O2 -pg -DHPUX11 -D_REENTRANT -D_XOPEN_SOURCE_EXTENDED -L/usr/local/BerkeleyDB.4.2/lib -L/u00/yib/subversion-1.1.1/apr-util/xml/expat/lib conftest.c -lintl >&5
configure:21150: $? = 0
configure:21154: test -z
    || test ! -s conftest.err
configure:21157: $? = 0
configure:21160: test -s conftest
configure:21163: $? = 0
configure:21175: result: yes
configure:21246: checking for ANSI C header files
configure:21271: gcc -c -g -O2 -O2 -pg -DHPUX11 -D_REENTRANT -D_XOPEN_SOURCE_EXTENDED conftest.c >&5
configure:21277: $? = 0
configure:21281: test -z
    || test ! -s conftest.err
configure:21284: $? = 0
configure:21287: test -s conftest.o
configure:21290: $? = 0
configure:21379: gcc -o conftest -g -O2 -O2 -pg -DHPUX11 -D_REENTRANT -D_XOPEN_SOURCE_EXTENDED -L/usr/local/BerkeleyDB.4.2/lib -L/u00/yib/subversion-1.1.1/apr-util/xml/expat/lib conftest.c -lintl >&5
configure:21382: $? = 0
configure:21384: ./conftest
configure:21387: $? = 0
configure:21402: result: yes
configure:21414: checking for an ANSI C-conforming const
configure:21481: gcc -c -g -O2 -O2 -pg -DHPUX11 -D_REENTRANT -D_XOPEN_SOURCE_EXTENDED conftest.c >&5
configure:21487: $? = 0
configure:21491: test -z
    || test ! -s conftest.err
configure:21494: $? = 0
configure:21497: test -s conftest.o
configure:21500: $? = 0
configure:21511: result: yes
configure:21522: checking for size_t
configure:21546: gcc -c -g -O2 -O2 -pg -DHPUX11 -D_REENTRANT -D_XOPEN_SOURCE_EXTENDED conftest.c >&5
configure:21552: $? = 0
configure:21556: test -z
    || test ! -s conftest.err
configure:21559: $? = 0
configure:21562: test -s conftest.o
configure:21565: $? = 0
configure:21576: result: yes
configure:21591: checking for working memcmp
configure:21639: gcc -o conftest -g -O2 -O2 -pg -DHPUX11 -D_REENTRANT -D_XOPEN_SOURCE_EXTENDED -L/usr/local/BerkeleyDB.4.2/lib -L/u00/yib/subversion-1.1.1/apr-util/xml/expat/lib conftest.c -lintl >&5
configure:21642: $? = 0
configure:21644: ./conftest
configure:21647: $? = 0
configure:21661: result: yes
configure:21677: checking for vprintf
configure:21734: gcc -o conftest -g -O2 -O2 -pg -DHPUX11 -D_REENTRANT -D_XOPEN_SOURCE_EXTENDED -L/usr/local/BerkeleyDB.4.2/lib -L/u00/yib/subversion-1.1.1/apr-util/xml/expat/lib conftest.c -lintl >&5
conftest.c:42: warning: conflicting types for built-in function `vprintf'
configure:21740: $? = 0
configure:21744: test -z
    || test ! -s conftest.err
configure:21747: $? = 0
configure:21750: test -s conftest
configure:21753: $? = 0
configure:21765: result: yes
configure:21772: checking for _doprnt
configure:21829: gcc -o conftest -g -O2 -O2 -pg -DHPUX11 -D_REENTRANT -D_XOPEN_SOURCE_EXTENDED -L/usr/local/BerkeleyDB.4.2/lib -L/u00/yib/subversion-1.1.1/apr-util/xml/expat/lib conftest.c -lintl >&5
configure:21835: $? = 0
configure:21839: test -z
    || test ! -s conftest.err
configure:21842: $? = 0
configure:21845: test -s conftest
configure:21848: $? = 0
configure:21860: result: yes
configure:21880: checking for symlink
configure:21937: gcc -o conftest -g -O2 -O2 -pg -DHPUX11 -D_REENTRANT -D_XOPEN_SOURCE_EXTENDED -L/usr/local/BerkeleyDB.4.2/lib -L/u00/yib/subversion-1.1.1/apr-util/xml/expat/lib conftest.c -lintl >&5
configure:21943: $? = 0
configure:21947: test -z
    || test ! -s conftest.err
configure:21950: $? = 0
configure:21953: test -s conftest
configure:21956: $? = 0
configure:21968: result: yes
configure:21880: checking for readlink
configure:21937: gcc -o conftest -g -O2 -O2 -pg -DHPUX11 -D_REENTRANT -D_XOPEN_SOURCE_EXTENDED -L/usr/local/BerkeleyDB.4.2/lib -L/u00/yib/subversion-1.1.1/apr-util/xml/expat/lib conftest.c -lintl >&5
configure:21943: $? = 0
configure:21947: test -z
    || test ! -s conftest.err
configure:21950: $? = 0
configure:21953: test -s conftest
configure:21956: $? = 0
configure:21968: result: yes
configure:22341: checking for python2
configure:22372: result: none
configure:22382: checking for python
configure:22400: found /usr/local/bin/python
configure:22413: result: /usr/local/bin/python
configure:22676: checking for JDK
configure:22700: WARNING: no JNI header files found.
configure:22708: result: no
configure:22780: checking for perl
configure:22798: found /usr/local/bin/perl
configure:22811: result: /usr/local/bin/perl
configure:22870: Enabled swig binding: perl
configure:22870: Enabled swig binding: python
configure:22870: Enabled swig binding: java
configure:23342: checking for swig
configure:23360: found /usr/local/bin/swig
configure:23373: result: /usr/local/bin/swig
configure:23394: checking swig version
configure:23410: result: 1.3.21
configure:23421: checking for swig library directory
configure:23430: result: /usr/local/lib/swig1.3
configure:23446: Configuring python swig binding
configure:23448: checking if swig needs -L for its libraries
configure:23465: result: -L/usr/local/lib
configure:23469: checking for Python includes
configure:23478: result: -I/usr/local/include/python2.3
configure:23482: checking for compiling Python extensions
configure:23491: result: cc -Ae -DNDEBUG -O +z
configure:23495: checking for linking Python extensions
configure:23504: result: ld -b
configure:23508: checking for linking Python libraries
configure:23517: result:
configure:23529: checking perl version
configure:23532: result: 5008005
configure:23563: checking for makeinfo
configure:23581: found /usr/local/bin/makeinfo
configure:23594: result: /usr/local/bin/makeinfo
configure:24236: creating ./config.status

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

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

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

on parhs003

config.status:751: creating Makefile
config.status:751: creating svn-config
config.status:751: creating tools/backup/hot-backup.py
config.status:751: creating contrib/client-side/svn_load_dirs.pl
config.status:751: creating tools/hook-scripts/commit-access-control.pl
config.status:751: creating tools/hook-scripts/commit-email.pl
config.status:751: creating tools/hook-scripts/propchange-email.pl
config.status:751: creating subversion/bindings/swig/perl/native/Makefile.PL
config.status:864: creating subversion/svn_private_config.h
config.status:986: subversion/svn_private_config.h is unchanged

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

ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
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_F77_set=''
ac_cv_env_F77_value=''
ac_cv_env_FFLAGS_set=''
ac_cv_env_FFLAGS_value=''
ac_cv_env_LDFLAGS_set=''
ac_cv_env_LDFLAGS_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_exeext=''
ac_cv_func__doprnt=yes
ac_cv_func_bind_textdomain_codeset=yes
ac_cv_func_memcmp_working=yes
ac_cv_func_readlink=yes
ac_cv_func_symlink=yes
ac_cv_func_vprintf=yes
ac_cv_header_stdc=yes
ac_cv_lib_socket_socket=no
ac_cv_objext=o
ac_cv_path_MAKEINFO=/usr/local/bin/makeinfo
ac_cv_path_MSGFMT=/opt/gnome/bin/msgfmt
ac_cv_path_MSGMERGE=/opt/gnome/bin/msgmerge
ac_cv_path_PERL=/usr/local/bin/perl
ac_cv_path_PYTHON=/usr/local/bin/python
ac_cv_path_PYTHON2=none
ac_cv_path_SWIG=/usr/local/bin/swig
ac_cv_path_XGETTEXT=/opt/gnome/bin/xgettext
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=''
ac_cv_prog_egrep='grep -E'
ac_cv_python_compile='cc -Ae -DNDEBUG -O +z'
ac_cv_python_includes=-I/usr/local/include/python2.3
ac_cv_python_libs=''
ac_cv_python_link='ld -b'
ac_cv_search_bindtextdomain=-lintl
ac_cv_swig_ldflags=-L/usr/local/lib
ac_cv_swig_swiglib_dir=/usr/local/lib/swig1.3
ac_cv_type_size_t=yes

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

APACHE_INCLUDES=' -I/opt/hpws/apache/include'
APACHE_LIBEXECDIR='/opt/hpws/apache/modules'
APACHE_TARGET=''
APXS='/opt/hpws/apache/bin/apxs'
AR=''
BDB_TEST_DEPS='$(BDB_TEST_DEPS)'
BDB_TEST_PROGRAMS='$(BDB_TEST_PROGRAMS)'
BINNAME='mod_dav_svn.so'
BUILD_APACHE_RULE='apache-mod'
BUILD_RULES='fsmod-lib ramod-lib lib bin test apache-mod bdb-lib bdb-test dav-lib locale'
CC='gcc'
CFLAGS='-g -O2 -O2 -pg '
CPP='gcc -E'
CPPFLAGS=' -DHPUX11 -D_REENTRANT -D_XOPEN_SOURCE_EXTENDED'
CXX=''
CXXCPP=''
CXXFLAGS=''
DEFS='-DHAVE_CONFIG_H'
ECHO='print -r'
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77=''
FFLAGS=''
GETTEXT_CODESET=''
INCLUDE_OUTPUTS='include $(top_srcdir)/build-outputs.mk'
INSTALL='/u00/yib/subversion-1.1.1/ac-helpers/install-sh -c'
INSTALL_APACHE_RULE='install-mods-shared'
INSTALL_EXTRA_JAVAHL_LIB=''
INSTALL_INFO='install-info'
INSTALL_IT='$(APXS) -i -a -n dav_svn mod_dav_svn.so'
INSTALL_RULES='install-fsmod-lib install-bdb-lib install-ramod-lib install-dav-lib install-lib install-include install-static install-mods-shared install-locale'
INSTALL_STATIC_RULES='install-bin install-docs install-bdb-lib install-dav-lib'
JAR='none'
JAVA=''
JAVAC='none'
JAVAC_FLAGS=''
JAVAH='none'
JAVAHL_TESTS_TARGET=''
JAVA_CLASSPATH=''
JDK='none'
JNI_INCLUDES='none'
LDFLAGS=' -L/usr/local/BerkeleyDB.4.2/lib -L/u00/yib/subversion-1.1.1/apr-util/xml/expat/lib'
LIBOBJS=''
LIBS='-lintl '
LIBTOOL='/u00/yib/subversion-1.1.1/apr/libtool'
LN_S='ln -s'
LTLIBOBJS=''
LT_CXX_LIBADD=''
LT_LDFLAGS=''
LT_NO_UNDEFINED=''
MAKEINFO='/usr/local/bin/makeinfo'
MKDIR='/u00/yib/subversion-1.1.1/ac-helpers/install-sh -c -d'
MOD_ACTIVATION='-a'
MSGFMT='/opt/gnome/bin/msgfmt'
MSGMERGE='/opt/gnome/bin/msgmerge'
NEON_LIBS='-L/usr/local/lib -lneon -L/usr/local/lib -lxml2 -lpthread -lm'
NO_GETTEXT_CODESET='#'
OBJEXT='o'
PACKAGE_BUGREPORT='http://subversion.tigris.org/'
PACKAGE_NAME='subversion'
PACKAGE_STRING='subversion 1.1.1'
PACKAGE_TARNAME='subversion'
PACKAGE_VERSION=' 1.1.1'
PATH_SEPARATOR=':'
PERL='/usr/local/bin/perl'
PYTHON2='none'
PYTHON='/usr/local/bin/python'
RANLIB=''
SHELL='/bin/sh'
STRIP=''
SVN_APRUTIL_EXPORT_LIBS=' -L/u00/yib/subversion-1.1.1/apr-util -laprutil-0 -ldb-4.2 /u00/yib/subversion-1.1.1/apr-util/xml/expat/lib/libexpat.la -liconv'
SVN_APRUTIL_INCLUDES=' -I/u00/yib/subversion-1.1.1/apr-util/include -I/usr/local/BerkeleyDB.4.2/include -I/u00/yib/subversion-1.1.1/apr-util/xml/expat/lib'
SVN_APRUTIL_LIBS=' /u00/yib/subversion-1.1.1/apr-util/libaprutil-0.la -ldb-4.2 /u00/yib/subversion-1.1.1/apr-util/xml/expat/lib/libexpat.la -liconv'
SVN_APRUTIL_PREFIX=''
SVN_APR_EXPORT_LIBS=' -L/u00/yib/subversion-1.1.1/apr -lapr-0 -lm -ldld'
SVN_APR_INCLUDES=' -I/u00/yib/subversion-1.1.1/apr/include '
SVN_APR_LIBS=' /u00/yib/subversion-1.1.1/apr/libapr-0.la -lm -ldld'
SVN_APR_PREFIX='/usr/local'
SVN_APR_SHLIB_PATH_VAR='SHLIB_PATH'
SVN_BINDIR='/usr/local/bin'
SVN_EXTRA_INCLUDES='-I$(top_srcdir)/subversion/include -I$(top_builddir)/subversion'
SVN_EXTRA_LIBS=''
SVN_FS_LIB_DEPS='$(FS_FS_DEPS) $(FS_BASE_DEPS)'
SVN_FS_LIB_LINK='$(FS_FS_LINK) $(FS_BASE_LINK)'
SVN_LIBTOOL='/u00/yib/subversion-1.1.1/apr/libtool'
SVN_NEON_INCLUDES='-I/usr/local/include/neon'
SVN_RA_LIB_DEPS='$(RA_LOCAL_DEPS) $(RA_SVN_DEPS) $(RA_DAV_DEPS)'
SVN_RA_LIB_LINK='$(RA_LOCAL_LINK) $(RA_SVN_LINK) $(RA_DAV_LINK)'
SVN_SUBDIRS=''
SWIG='/usr/local/bin/swig'
SWIG_CLEAN_RULES=' clean-swig-pl'
SWIG_JAVA_COMPILE=''
SWIG_JAVA_INCLUDES=''
SWIG_JAVA_LINK=''
SWIG_LDFLAGS='-L/usr/local/lib'
SWIG_LIBSWIG_DIR='/usr/local/lib/swig1.3'
SWIG_NORUNTIME_FLAG='-noruntime'
SWIG_PL_INCLUDES='$(SWIG_INCLUDES) -D_HPUX_SOURCE -mpa-risc-2-0 -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -I/usr/local/lib/perl5/5.8.5/PA-RISC2.0/CORE '
SWIG_PY_COMPILE='cc -Ae -DNDEBUG -O +z'
SWIG_PY_INCLUDES='$(SWIG_INCLUDES) -I/usr/local/include/python2.3'
SWIG_PY_LIBS=''
SWIG_PY_LINK='ld -b'
SWIG_VERSION='103021'
XGETTEXT='/opt/gnome/bin/xgettext'
abs_builddir='/u00/yib/subversion-1.1.1'
abs_srcdir='/u00/yib/subversion-1.1.1'
ac_ct_AR=''
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_F77=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
bindir='${exec_prefix}/bin'
build=''
build_alias=''
build_cpu=''
build_os=''
build_vendor=''
datadir='${prefix}/share'
docdir='${datadir}/doc/subversion-1.1.1'
exec_prefix='/usr/local'
host=''
host_alias=''
host_cpu=''
host_os=''
host_vendor=''
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datadir}/locale'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
neon_config='/usr/local//bin/neon-config'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define DEFAULT_FS_TYPE "bdb"
#define ENABLE_NLS 1
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
#define HAVE_DOPRNT 1
#define HAVE_READLINK 1
#define HAVE_SYMLINK 1
#define HAVE_VPRINTF 1
#define PACKAGE_BUGREPORT "http://subversion.tigris.org/ <http://subversion.tigris.org/> "
#define PACKAGE_NAME "subversion"
#define PACKAGE_STRING "subversion 1.1.1"
#define PACKAGE_TARNAME "subversion"
#define PACKAGE_VERSION " 1.1.1"
#define STDC_HEADERS 1
#define SVN_BINARY_DIR "/usr/local/bin"
#define SVN_FS_WANT_DB_MAJOR 4
#define SVN_FS_WANT_DB_MINOR 0
#define SVN_FS_WANT_DB_PATCH 14
#define SVN_LIBSVN_CLIENT_LINKS_RA_DAV 1
#define SVN_LIBSVN_CLIENT_LINKS_RA_LOCAL 1
#define SVN_LIBSVN_CLIENT_LINKS_RA_SVN 1
#define SVN_LIBSVN_FS_LINKS_FS_BASE 1
#define SVN_LIBSVN_FS_LINKS_FS_FS 1
#define SVN_LOCALE_DIR "/usr/local/share/locale"
#define SVN_NULL_DEVICE_NAME "/dev/null"
#define SVN_PATH_LOCAL_SEPARATOR '/'

configure: exit 0

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Dec 6 11:11:02 2004

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

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