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

Re: Core dump

From: Julian Fitzell <julian_at_beta4.com>
Date: 2002-07-26 00:14:55 CEST

Ben Collins-Sussman wrote:
> Julian Fitzell <julian@beta4.com> writes:
>
>
>>But the problem hasn't gone away.
>>
>>Can someone confirm how to enable debugging symbols? At least that
>>way I can figure out where it's dropping core.
>
>
> ./configure --disable-shared --enable-maintainer-mode
>
> That's all you should need. The resulting svn binary should be
> perfectly gdb'able.
>
> But then again, it seems that's how you built it already. I'm totally
> mystified at your situation. I don't know why your gdb isn't showing
> any stack trace...
>
> You're running svn from *within* gdb, right? Not just trying to gdb
> the core file?

Originally I was doing "gdb /path/to/svn core" but I have lately been
trying "gdb /path/to/svn" with no more luck... all I get is:

[julian@cable static-debug-client-build]$ gdb /usr/local/svnstatic/bin/svn
GNU gdb 5.0
Copyright 2000 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux"...
(gdb) r
Starting program: /usr/local/svnstatic/bin/svn

Program received signal SIGSEGV, Segmentation fault.
0x4000acd0 in ?? ()
(gdb) bt
#0 0x4000acd0 in ?? ()
#1 0x40002902 in ?? ()
#2 0x4000f8f6 in ?? ()
#3 0x40002332 in ?? ()
#4 0x4000217f in ?? ()

I attached my config.log just for kicks in case it shows anybody something.

I also have to keep removing Makefile lines about the handbook because
it bombs during "make install" because of errors about "Cross reference
to nonexistent node". I can't imagine it's related but it seems odd
that no one else is complaining about it.

Hmm... just occurred to me, I didn't compile apache with debugging
enabled because the problem was in the svn client, but that means apr
and apr-util won't have debugging enabled... I was using in-tree apr
and apr-util at one point but I can't remember if I was trying to gdb at
the time... Ugh, I guess I can just put apr and apr-util back in-tree
and try again?

-- 
julian@beta4.com
Beta4 Productions (http://www.beta4.com)
-- 
julian@beta4.com
Beta4 Productions (http://www.beta4.com)

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.52d. Invocation command line was

  $ ../repos/configure --enable-maintainer-mode --disable-shared --prefix=/usr/local/svnstatic --enable-debug --with-apr=/usr/local/apache2 --with-apr-util=/usr/local/apache2

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

hostname = cable.beta4.com
uname -m = i686
uname -r = 2.4.17
uname -s = Linux
uname -v = #11 Sun Mar 10 02:43:39 PST 2002

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

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

PATH = /usr/local/bin:/usr/local/sbin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/firstworks/bin:/home/julian/bin

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

configure:1169: PATH=".;."; conftest.sh
../repos/configure: conftest.sh: command not found
configure:1172: $? = 127
configure:1379: Apache Portable Runtime (APR) library configuration
configure:1391: checking for APR
configure:1457: result: yes
configure:1639: Apache Portable Runtime Utility (APRUTIL) library configuration
configure:1644: checking for APR-util
configure:1712: result: yes
configure:2047: checking for gcc
configure:2062: found /usr/bin/gcc
configure:2070: result: gcc
configure:2298: checking for C compiler version
configure:2301: gcc --version </dev/null >&5
2.96
configure:2304: $? = 0
configure:2306: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-85)
configure:2309: $? = 0
configure:2311: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2314: $? = 1
configure:2340: checking for C compiler default output
configure:2343: gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -L/usr/local/BerkeleyDB.4.0/lib -L/software/builds/apache2/srclib/apr-util/xml/expat/lib conftest.c >&5
configure:2346: $? = 0
configure:2375: result: a.out
configure:2380: checking whether the C compiler works
configure:2386: ./a.out
configure:2389: $? = 0
configure:2404: result: yes
configure:2411: checking whether we are cross compiling
configure:2413: result: no
configure:2416: checking for executable suffix
configure:2418: gcc -o conftest -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -L/usr/local/BerkeleyDB.4.0/lib -L/software/builds/apache2/srclib/apr-util/xml/expat/lib conftest.c >&5
configure:2421: $? = 0
configure:2443: result:
configure:2449: checking for object suffix
configure:2473: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:2476: $? = 0
configure:2495: result: o
configure:2499: checking whether we are using the GNU C compiler
configure:2526: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:2529: $? = 0
configure:2532: test -s conftest.o
configure:2535: $? = 0
configure:2547: result: yes
configure:2553: checking whether gcc accepts -g
configure:2577: gcc -c -g -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:2580: $? = 0
configure:2583: test -s conftest.o
configure:2586: $? = 0
configure:2596: result: yes
configure:2623: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
conftest.c:2: parse error before `me'
configure:2626: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:2736: checking whether ln -s works
configure:2740: result: yes
configure:2820: checking build system type
configure:2838: result: i686-pc-linux-gnu
configure:2845: checking host system type
configure:2859: result: i686-pc-linux-gnu
configure:2876: checking for ld used by GCC
configure:2939: result: /usr/bin/ld
configure:2948: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.10.90 (with BFD 2.10.0.18)
configure:2960: result: yes
configure:2964: checking for /usr/bin/ld option to reload object files
configure:2971: result: -r
configure:2976: checking for BSD-compatible nm
configure:3012: result: /usr/bin/nm -B
configure:3015: checking how to recognise dependant libraries
configure:3183: result: pass_all
configure:3189: checking command to parse /usr/bin/nm -B output
configure:3266: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:3269: $? = 0
configure:3273: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:3276: $? = 0
configure:3328: gcc -o conftest -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -L/usr/local/BerkeleyDB.4.0/lib -L/software/builds/apache2/srclib/apr-util/xml/expat/lib conftest.c conftstm.o >&5
configure:3331: $? = 0
configure:3372: result: ok
configure:3381: checking how to run the C preprocessor
configure:3407: gcc -E -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c
configure:3413: $? = 0
configure:3440: gcc -E -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c
configure:3437:28: ac_nonexistent.h: No such file or directory
configure:3446: $? = 1
configure: failed program was:
#line 3436 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:3483: result: gcc -E
configure:3498: gcc -E -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c
configure:3504: $? = 0
configure:3531: gcc -E -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c
configure:3528:28: ac_nonexistent.h: No such file or directory
configure:3537: $? = 1
configure: failed program was:
#line 3527 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:3576: checking for ANSI C header files
configure:3590: gcc -E -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c
configure:3596: $? = 0
configure:3683: gcc -o conftest -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -L/usr/local/BerkeleyDB.4.0/lib -L/software/builds/apache2/srclib/apr-util/xml/expat/lib conftest.c >&5
configure:3686: $? = 0
configure:3688: ./conftest
configure:3691: $? = 0
configure:3704: result: yes
configure:3720: checking for sys/types.h
configure:3733: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:3736: $? = 0
configure:3739: test -s conftest.o
configure:3742: $? = 0
configure:3752: result: yes
configure:3720: checking for sys/stat.h
configure:3733: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:3736: $? = 0
configure:3739: test -s conftest.o
configure:3742: $? = 0
configure:3752: result: yes
configure:3720: checking for stdlib.h
configure:3733: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:3736: $? = 0
configure:3739: test -s conftest.o
configure:3742: $? = 0
configure:3752: result: yes
configure:3720: checking for string.h
configure:3733: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:3736: $? = 0
configure:3739: test -s conftest.o
configure:3742: $? = 0
configure:3752: result: yes
configure:3720: checking for memory.h
configure:3733: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:3736: $? = 0
configure:3739: test -s conftest.o
configure:3742: $? = 0
configure:3752: result: yes
configure:3720: checking for strings.h
configure:3733: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:3736: $? = 0
configure:3739: test -s conftest.o
configure:3742: $? = 0
configure:3752: result: yes
configure:3720: checking for inttypes.h
configure:3733: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:3736: $? = 0
configure:3739: test -s conftest.o
configure:3742: $? = 0
configure:3752: result: yes
configure:3720: checking for stdint.h
configure:3733: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:3736: $? = 0
configure:3739: test -s conftest.o
configure:3742: $? = 0
configure:3752: result: yes
configure:3720: checking for unistd.h
configure:3733: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:3736: $? = 0
configure:3739: test -s conftest.o
configure:3742: $? = 0
configure:3752: result: yes
configure:3776: checking dlfcn.h usability
configure:3785: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:3788: $? = 0
configure:3791: test -s conftest.o
configure:3794: $? = 0
configure:3803: result: yes
configure:3807: checking dlfcn.h presence
configure:3814: gcc -E -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c
configure:3820: $? = 0
configure:3838: result: yes
configure:3856: checking for dlfcn.h
configure:3863: result: yes
configure:4053: checking for ranlib
configure:4068: found /usr/bin/ranlib
configure:4077: result: ranlib
configure:4127: checking for strip
configure:4142: found /usr/bin/strip
configure:4151: result: strip
configure:4354: checking for objdir
configure:4365: result: .libs
configure:4385: checking for gcc option to produce PIC
configure:4535: result: -fPIC
configure:4539: checking if gcc PIC flag -fPIC works
configure:4565: gcc -c -g -O2 -pthread -fPIC -DPIC -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:4568: $? = 0
configure:4571: test -s conftest.o
configure:4574: $? = 0
configure:4610: result: yes
configure:4630: checking if gcc static flag -static works
configure:4657: gcc -o conftest -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -L/usr/local/BerkeleyDB.4.0/lib -L/software/builds/apache2/srclib/apr-util/xml/expat/lib -static conftest.c >&5
configure:4660: $? = 0
configure:4663: test -s conftest
configure:4666: $? = 0
configure:4680: result: yes
configure:4695: checking if gcc supports -c -o file.o
configure:4715: gcc -c -g -O2 -pthread -o out/conftest2.o -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:4739: result: yes
configure:4744: checking if gcc supports -c -o file.lo
configure:4772: gcc -c -g -O2 -pthread -c -o conftest.lo -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:4775: $? = 0
configure:4778: test -s conftest.o
configure:4781: $? = 1
configure: failed program was:
#line 4754 "configure"
#include "confdefs.h"

#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
     extern "C"
# endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
int some_variable = 0;
  ;
  return 0;
}
configure:4801: result: no
configure:4840: checking if gcc supports -fno-rtti -fno-exceptions
configure:4865: gcc -c -g -O2 -pthread -fno-rtti -fno-exceptions -c conftest.c -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:4868: $? = 0
configure:4871: test -s conftest.o
configure:4874: $? = 0
configure:4890: result: yes
configure:4905: checking whether the linker (/usr/bin/ld) supports shared libraries
configure:5517: result: yes
configure:5526: checking how to hardcode library paths into programs
configure:5550: result: immediate
configure:5559: checking whether stripping libraries is possible
configure:5564: result: yes
configure:5579: checking dynamic linker characteristics
configure:5961: result: GNU/Linux ld.so
configure:5970: checking if libtool supports shared libraries
configure:5972: result: yes
configure:7195: checking neon library
configure:7264: checking neon library version
configure:7267: result: 0.21.3
configure:7400: checking for any extra libraries neon needs
configure:7405: result: -L/usr/local/svnstatic/lib -lz -L/usr/lib -lxml -lz
configure:7528: checking for static Apache module support
configure:7562: result: no
configure:7567: checking for Apache module support via DSO through APXS
configure:7600: result: found at /usr/local/apache2/bin/apxs
configure:7688: checking for built-in Berkeley DB
configure:7698: result: no
configure:7773: checking for Berkeley DB in the standard places
configure:7819: gcc -o conftest -g -O2 -pthread -DNEON_ZLIB -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -L/usr/local/BerkeleyDB.4.0/lib -L/software/builds/apache2/srclib/apr-util/xml/expat/lib conftest.c -ldb >&5
configure:7822: $? = 0
configure:7824: ./conftest
configure:7827: $? = 0
configure:7846: result: yes
configure:7914: checking for ANSI C header files
configure:8042: result: yes
configure:8052: checking for gcc option to accept ANSI C
configure:8115: gcc -c -g -O2 -pthread -DNEON_ZLIB -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:8118: $? = 0
configure:8121: test -s conftest.o
configure:8124: $? = 0
configure:8141: result: none needed
configure:8149: checking for an ANSI C-conforming const
configure:8219: gcc -c -g -O2 -pthread -DNEON_ZLIB -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:8222: $? = 0
configure:8225: test -s conftest.o
configure:8228: $? = 0
configure:8238: result: yes
configure:8248: checking for size_t
configure:8275: gcc -c -g -O2 -pthread -DNEON_ZLIB -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:8278: $? = 0
configure:8281: test -s conftest.o
configure:8284: $? = 0
configure:8294: result: yes
configure:8306: checking for working memcmp
configure:8357: gcc -o conftest -g -O2 -pthread -DNEON_ZLIB -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -L/usr/local/BerkeleyDB.4.0/lib -L/software/builds/apache2/srclib/apr-util/xml/expat/lib conftest.c >&5
configure:8360: $? = 0
configure:8362: ./conftest
configure:8365: $? = 0
configure:8377: result: yes
configure:8384: checking for vprintf
configure:8427: gcc -o conftest -g -O2 -pthread -DNEON_ZLIB -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -L/usr/local/BerkeleyDB.4.0/lib -L/software/builds/apache2/srclib/apr-util/xml/expat/lib conftest.c >&5
configure:8430: $? = 0
configure:8433: test -s conftest
configure:8436: $? = 0
configure:8446: result: yes
configure:8453: checking for _doprnt
configure:8496: gcc -o conftest -g -O2 -pthread -DNEON_ZLIB -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -L/usr/local/BerkeleyDB.4.0/lib -L/software/builds/apache2/srclib/apr-util/xml/expat/lib conftest.c >&5
/tmp/ccKRBCJc.o: In function `main':
/software/builds/subversion/static-debug-client-build/configure:8487: undefined reference to `_doprnt'
collect2: ld returned 1 exit status
configure:8499: $? = 1
configure: failed program was:
#line 8459 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char _doprnt (); below. */
#include <assert.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 _doprnt ();
char (*f) ();

#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
     extern "C"
# endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS. Some functions are actually named
    something starting with __ and the normal name is an alias. */
#if defined (__stub__doprnt) || defined (__stub____doprnt)
choke me
#else
f = _doprnt;
#endif

  ;
  return 0;
}
configure:8515: result: no
configure:8570: checking for diff
configure:8588: result: /usr/bin/diff
configure:8595: checking for non-broken GNU diff3
configure:8623: result: /usr/bin/diff3
configure:8630: checking whether diff3 supports --diff-program arg
configure:8642: result: no
configure:8656: checking for python2
configure:8673: found /usr/bin/python2
configure:8685: result: /usr/bin/python2
configure:8741: checking for swig
configure:8770: result: none
configure:8814: checking for makeinfo
configure:8831: found /usr/bin/makeinfo
configure:8843: result: /usr/bin/makeinfo
configure:8994: creating ./config.status

## --------------- ##
## Running $as_me. ##
## --------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.52d. Invocation command line was

  CONFIG_FILES =
  CONFIG_HEADERS =
  CONFIG_LINKS =
  CONFIG_COMMANDS =
  $

on cable.beta4.com

config.status:9500: creating Makefile
config.status:9500: creating svn-config
config.status:9591: creating svn_private_config.h
config.status:9818: executing default commands

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
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_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_func__doprnt=no
ac_cv_func_memcmp_working=yes
ac_cv_func_vprintf=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_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_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_MAKEINFO=/usr/bin/makeinfo
ac_cv_path_PYTHON2=/usr/bin/python2
ac_cv_path_SWIG=none
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_type_size_t=yes
lt_cv_compiler_c_o=yes
lt_cv_compiler_o_lo=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.2.4.so'
lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\'''
lt_cv_ld_reload_flag=-r
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_prog_cc_can_build_shared=yes
lt_cv_prog_cc_no_builtin=
lt_cv_prog_cc_pic=' -fPIC'
lt_cv_prog_cc_pic_works=yes
lt_cv_prog_cc_shlib=
lt_cv_prog_cc_static=-static
lt_cv_prog_cc_static_works=yes
lt_cv_prog_cc_wl=-Wl,
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
lt_cv_sys_path_separator=:
svn_cv_lib_berkeley_db_std=yes

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

#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define SVN_FS_WANT_DB_MAJOR 4
#define SVN_FS_WANT_DB_MINOR 0
#define SVN_FS_WANT_DB_PATCH 14
#define STDC_HEADERS 1
#define HAVE_VPRINTF 1
#define SVN_CLIENT_DIFF "/usr/bin/diff"
#define SVN_CLIENT_DIFF3 "/usr/bin/diff3"
#define SVN_PATH_LOCAL_SEPARATOR '/'
#define SVN_PATH_STRIP_TRAILING_SLASHDOT 0
#define SVN_LIBSVN_CLIENT_LINKS_RA_DAV 1
#define SVN_LIBSVN_CLIENT_LINKS_RA_LOCAL 1

configure: exit 0

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 26 00:15:40 2002

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

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