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

make install problem on Fedora Core 1/AMD64

From: Anton Ertl <anton_at_mips.complang.tuwien.ac.at>
Date: 2004-10-31 15:28:03 CET

I have tried to install subversion-1.1.0 and then 1.1.1. In several
tries "./configure; make" worked cleanly (and "make check" also worked
when I tried it), but "make install" always fails.

The first attempt (1.1.0) failed with a linker problem when executing

subversion/svnversion/svnversion . /repos/svn/trunk > /usr/local/include/subversion-1/svn-revision.txt

Somewhere in your archive it says that a new libtool helped some
Solaris user with the same problem, so I then installed
libtool-1.5.10. As a result I got a different error at the same
command (see below). I got the same error with 1.1.1.

Finally I tried running autogen.sh before configuring, but also got an
error in "make install" (it appeared to be somewhat earlier).

Ok the error I got for a simple "./configure; make; make install" is this:

... successful commands ...
subversion/svnversion/svnversion . /repos/svn/trunk > /usr/local/include/subversion-1/svn-revision.txt
gcc: ../../subversion/libsvn_client/.libs/libsvn_client-1.so: No such file or directory
gcc: /home/anton/ftp/subversion-1.1.1/subversion/libsvn_ra/.libs/libsvn_ra-1.so: No such file or directory
gcc: /home/anton/ftp/subversion-1.1.1/subversion/libsvn_ra_dav/.libs/libsvn_ra_dav-1.so: No such file or directory
make: *** [revision-install] Error 1

Looking at subversion/libsvn_client/.libs/:
total 4204
-rw-r--r-- 1 anton users 3176942 Oct 31 12:13 libsvn_client-1.a
lrwxrwxrwx 1 anton users 21 Oct 31 12:13 libsvn_client-1.la -> ../libsvn_client-1.la
-rw-r--r-- 1 anton users 1409 Oct 31 12:13 libsvn_client-1.lai
lrwxrwxrwx 1 anton users 24 Oct 31 12:13 libsvn_client-1.so -> libsvn_client-1.so.0.0.0
lrwxrwxrwx 1 anton users 24 Oct 31 12:13 libsvn_client-1.so.0 -> libsvn_client-1.so.0.0.0
-rwxr-xr-x 1 anton users 1114015 Oct 31 12:13 libsvn_client-1.so.0.0.0U*

Apparently libsvn_client-1.so.0.0.0 is missing, for whatever reason.
Similarly libsvn_ra-1.so.0.0.0 and libsvn_ra_dav-1.so.0.0.0 are
missing.

- anton

Here's the config.log (rest of the message):
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.57. Invocation command line was

  $ ./configure

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

hostname = chello080110249196.118.11.tuwien.teleweb.at
uname -m = x86_64
uname -r = 2.6.5
uname -s = Linux
uname -v = #1 Sun May 9 20:14:05 CEST 2004

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

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

PATH: .
PATH: /home/anton/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /bin
PATH: /usr/bin
PATH: /usr/bin/X11
PATH: /sbin
PATH: /usr/sbin

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

configure:1874: checking for gcc
configure:1890: found /usr/bin/gcc
configure:1900: result: gcc
configure:2144: checking for C compiler version
configure:2147: gcc --version </dev/null >&5
gcc (GCC) 3.3.2 20031022 (Red Hat Linux 3.3.2-1)
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:2150: $? = 0
configure:2152: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/x86_64-redhat-linux/3.3.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=x86_64-redhat-linux
Thread model: posix
gcc version 3.3.2 20031022 (Red Hat Linux 3.3.2-1)
configure:2155: $? = 0
configure:2157: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2160: $? = 1
configure:2184: checking for C compiler default output
configure:2187: gcc conftest.c >&5
configure:2190: $? = 0
configure:2236: result: a.out
configure:2241: checking whether the C compiler works
configure:2247: ./a.out
configure:2250: $? = 0
configure:2267: result: yes
configure:2274: checking whether we are cross compiling
configure:2276: result: no
configure:2279: checking for suffix of executables
configure:2281: gcc -o conftest conftest.c >&5
configure:2284: $? = 0
configure:2309: result:
configure:2315: checking for suffix of object files
configure:2337: gcc -c conftest.c >&5
configure:2340: $? = 0
configure:2362: result: o
configure:2366: checking whether we are using the GNU C compiler
configure:2391: gcc -c conftest.c >&5
configure:2394: $? = 0
configure:2397: test -s conftest.o
configure:2400: $? = 0
configure:2413: result: yes
configure:2419: checking whether gcc accepts -g
configure:2441: gcc -c -g conftest.c >&5
configure:2444: $? = 0
configure:2447: test -s conftest.o
configure:2450: $? = 0
configure:2461: result: yes
configure:2478: checking for gcc option to accept ANSI C
configure:2539: gcc -c -g -O2 conftest.c >&5
configure:2542: $? = 0
configure:2545: test -s conftest.o
configure:2548: $? = 0
configure:2566: result: none needed
configure:2584: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2587: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2702: checking how to run the C preprocessor
configure:2738: gcc -E conftest.c
configure:2744: $? = 0
configure:2776: gcc -E conftest.c
configure:2775:28: ac_nonexistent.h: No such file or directory
configure:2782: $? = 1
configure: failed program was:
| #line 2767 "configure"
| /* 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/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2820: result: gcc -E
configure:2845: gcc -E conftest.c
configure:2851: $? = 0
configure:2883: gcc -E conftest.c
configure:2882:28: ac_nonexistent.h: No such file or directory
configure:2889: $? = 1
configure: failed program was:
| #line 2874 "configure"
| /* 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/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2932: checking for egrep
configure:2942: result: grep -E
configure:2948: checking whether ln -s works
configure:2952: result: yes
configure:2996: Apache Portable Runtime (APR) library configuration
configure:3024: checking for APR
configure:3107: result: reconfig
configure:3257: checking APR version
configure:3265: result: 0.9.5
configure:3343: Apache Portable Runtime Utility (APRUTIL) library configuration
configure:3371: checking for APR-util
configure:3454: result: reconfig
configure:3597: checking APR-UTIL version
configure:3611: result: 0.9.5
configure:3822: checking build system type
configure:3840: result: x86_64-unknown-linux-gnu
configure:3848: checking host system type
configure:3862: result: x86_64-unknown-linux-gnu
configure:3892: checking for ld used by GCC
configure:3955: result: /usr/bin/ld
configure:3964: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.14.90.0.6 20030820
configure:3976: result: yes
configure:3981: checking for /usr/bin/ld option to reload object files
configure:3988: result: -r
configure:3993: checking for BSD-compatible nm
configure:4029: result: /usr/bin/nm -B
configure:4032: checking for a sed that does not truncate output
configure:4114: result: /bin/sed
configure:4117: checking how to recognise dependent libraries
configure:4298: result: file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
configure:4311: checking command to parse /usr/bin/nm -B output
configure:4395: gcc -c -g -O2 -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:4398: $? = 0
configure:4402: /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:4405: $? = 0
configure:4457: gcc -o conftest -g -O2 -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c conftstm.o >&5
configure:4460: $? = 0
configure:4504: result: ok
configure:4509: checking for ANSI C header files
configure:4535: gcc -c -g -O2 -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:4538: $? = 0
configure:4541: test -s conftest.o
configure:4544: $? = 0
configure:4633: gcc -o conftest -g -O2 -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:4636: $? = 0
configure:4638: ./conftest
configure:4641: $? = 0
configure:4656: result: yes
configure:4680: checking for sys/types.h
configure:4697: gcc -c -g -O2 -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:4700: $? = 0
configure:4703: test -s conftest.o
configure:4706: $? = 0
configure:4717: result: yes
configure:4680: checking for sys/stat.h
configure:4697: gcc -c -g -O2 -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:4700: $? = 0
configure:4703: test -s conftest.o
configure:4706: $? = 0
configure:4717: result: yes
configure:4680: checking for stdlib.h
configure:4697: gcc -c -g -O2 -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:4700: $? = 0
configure:4703: test -s conftest.o
configure:4706: $? = 0
configure:4717: result: yes
configure:4680: checking for string.h
configure:4697: gcc -c -g -O2 -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:4700: $? = 0
configure:4703: test -s conftest.o
configure:4706: $? = 0
configure:4717: result: yes
configure:4680: checking for memory.h
configure:4697: gcc -c -g -O2 -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:4700: $? = 0
configure:4703: test -s conftest.o
configure:4706: $? = 0
configure:4717: result: yes
configure:4680: checking for strings.h
configure:4697: gcc -c -g -O2 -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:4700: $? = 0
configure:4703: test -s conftest.o
configure:4706: $? = 0
configure:4717: result: yes
configure:4680: checking for inttypes.h
configure:4697: gcc -c -g -O2 -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:4700: $? = 0
configure:4703: test -s conftest.o
configure:4706: $? = 0
configure:4717: result: yes
configure:4680: checking for stdint.h
configure:4697: gcc -c -g -O2 -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:4700: $? = 0
configure:4703: test -s conftest.o
configure:4706: $? = 0
configure:4717: result: yes
configure:4680: checking for unistd.h
configure:4697: gcc -c -g -O2 -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:4700: $? = 0
configure:4703: test -s conftest.o
configure:4706: $? = 0
configure:4717: result: yes
configure:4743: checking dlfcn.h usability
configure:4756: gcc -c -g -O2 -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:4759: $? = 0
configure:4762: test -s conftest.o
configure:4765: $? = 0
configure:4775: result: yes
configure:4779: checking dlfcn.h presence
configure:4790: gcc -E -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c
configure:4796: $? = 0
configure:4815: result: yes
configure:4851: checking for dlfcn.h
configure:4858: result: yes
configure:4880: checking for file
configure:4935: result: /usr/bin/file
configure:5056: checking for ranlib
configure:5072: found /usr/bin/ranlib
configure:5083: result: ranlib
configure:5136: checking for strip
configure:5152: found /usr/bin/strip
configure:5163: result: strip
configure:5375: checking for objdir
configure:5386: result: .libs
configure:5407: checking for gcc option to produce PIC
configure:5553: result: -fPIC
configure:5557: checking if gcc PIC flag -fPIC works
configure:5581: gcc -c -g -O2 -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:5584: $? = 0
configure:5587: test -s conftest.o
configure:5590: $? = 0
configure:5628: result: yes
configure:5648: checking if gcc static flag -static works
configure:5673: gcc -o conftest -g -O2 -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -static conftest.c >&5
configure:5676: $? = 0
configure:5679: test -s conftest
configure:5682: $? = 0
configure:5698: result: yes
configure:5714: checking if gcc supports -c -o file.o
configure:5737: gcc -c -g -O2 -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:5758: result: yes
configure:5763: checking if gcc supports -c -o file.lo
configure:5791: gcc -c -g -O2 -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:5794: $? = 0
configure:5797: test -s conftest.lo
configure:5800: $? = 0
configure:5822: result: yes
configure:5861: checking if gcc supports -fno-rtti -fno-exceptions
configure:5884: gcc -c -g -O2 -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
cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
configure:5887: $? = 0
configure:5890: test -s conftest.o
configure:5893: $? = 0
configure:5910: result: yes
configure:5925: checking whether the linker (/usr/bin/ld) supports shared libraries
configure:6620: result: yes
configure:6629: checking how to hardcode library paths into programs
configure:6653: result: immediate
configure:6662: checking whether stripping libraries is possible
configure:6667: result: yes
configure:6682: checking dynamic linker characteristics
configure:7089: result: GNU/Linux ld.so
configure:7098: checking if libtool supports shared libraries
configure:7100: result: yes
configure:7107: checking whether to build shared libraries
configure:7128: result: yes
configure:7135: checking whether to build static libraries
configure:7139: result: yes
configure:7817: checking whether -lc should be explicitly linked in
configure:7825: gcc -c -g -O2 -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:7828: $? = 0
configure:7842: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:7845: $? = 0
configure:7858: result: no
configure:8452: checking whether libtool needs -no-undefined
configure:8461: result: no
configure:8485: checking neon library
configure:8587: checking neon library version
configure:8590: result: 0.24.7
configure:8724: checking for any extra libraries neon needs
configure:8729: result: -L/usr/local/lib -lz -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv -lxml2 -lz -lpthread -lm
configure:8900: checking for static Apache module support
configure:8963: result: no
configure:8969: checking for Apache module support via DSO through APXS
configure:9002: result: found at /usr/sbin/apxs
configure:9005: checking httpd version
configure:9022: result: recent enough
configure:9106: checking for socket in -lsocket
configure:9137: gcc -o conftest -g -O2 -g -O2 -pthread -DNEON_ZLIB -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c -lsocket >&5
/usr/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
configure:9140: $? = 1
configure: failed program was:
| #line 9113 "configure"
| /* 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/"
| #define SVN_BINARY_DIR "/usr/local/bin"
| #define SVN_LOCALE_DIR "/usr/local/share/locale"
| #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
| /* 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:9158: result: no
configure:9266: checking for availability of Berkeley DB
configure:9334: gcc -o conftest -g -O2 -g -O2 -pthread -DNEON_ZLIB -I/home/anton/ftp/subversion-1.1.1/apr-util/include -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c -ldb-4.1 >&5
configure:9337: $? = 0
configure:9339: ./conftest
configure:9342: $? = 0
configure:9361: result: yes
configure:9390: checking for msgfmt
configure:9408: found /usr/bin/msgfmt
configure:9421: result: /usr/bin/msgfmt
configure:9430: checking for msgmerge
configure:9448: found /usr/bin/msgmerge
configure:9461: result: /usr/bin/msgmerge
configure:9470: checking for xgettext
configure:9488: found /usr/bin/xgettext
configure:9501: result: /usr/bin/xgettext
configure:9509: checking for library containing bindtextdomain
configure:9540: gcc -o conftest -g -O2 -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:9543: $? = 0
configure:9546: test -s conftest
configure:9549: $? = 0
configure:9608: result: none required
configure:9642: checking for bind_textdomain_codeset
configure:9692: gcc -o conftest -g -O2 -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:9695: $? = 0
configure:9698: test -s conftest
configure:9701: $? = 0
configure:9712: result: yes
configure:9783: checking for ANSI C header files
configure:9930: result: yes
configure:9942: checking for an ANSI C-conforming const
configure:10010: gcc -c -g -O2 -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:10013: $? = 0
configure:10016: test -s conftest.o
configure:10019: $? = 0
configure:10030: result: yes
configure:10041: checking for size_t
configure:10066: gcc -c -g -O2 -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:10069: $? = 0
configure:10072: test -s conftest.o
configure:10075: $? = 0
configure:10086: result: yes
configure:10101: checking for working memcmp
configure:10150: gcc -o conftest -g -O2 -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:10153: $? = 0
configure:10155: ./conftest
configure:10158: $? = 0
configure:10172: result: yes
configure:10181: checking for vprintf
configure:10231: gcc -o conftest -g -O2 -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:10230: warning: conflicting types for built-in function `vprintf'
configure:10234: $? = 0
configure:10237: test -s conftest
configure:10240: $? = 0
configure:10251: result: yes
configure:10258: checking for _doprnt
configure:10308: gcc -o conftest -g -O2 -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
/usr/tmp/cc62XL1b.o(.text+0x9): In function `main':
/home/anton/ftp/subversion-1.1.1/configure:10324: undefined reference to `_doprnt'
/usr/tmp/cc62XL1b.o(.data+0x0):/home/anton/ftp/subversion-1.1.1/configure:10324: undefined reference to `_doprnt'
collect2: ld returned 1 exit status
configure:10311: $? = 1
configure: failed program was:
| #line 10263 "configure"
| /* 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/"
| #define SVN_BINARY_DIR "/usr/local/bin"
| #define SVN_LOCALE_DIR "/usr/local/share/locale"
| #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 ENABLE_NLS 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define SVN_FS_WANT_DB_MAJOR 4
| #define SVN_FS_WANT_DB_MINOR 0
| #define SVN_FS_WANT_DB_PATCH 14
| #define DEFAULT_FS_TYPE "bdb"
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h. */
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _doprnt (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| /* 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 ();
| /* 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
| char (*f) () = _doprnt;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != _doprnt;
| ;
| return 0;
| }
configure:10328: result: no
configure:10348: checking for symlink
configure:10398: gcc -o conftest -g -O2 -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:10401: $? = 0
configure:10404: test -s conftest
configure:10407: $? = 0
configure:10418: result: yes
configure:10348: checking for readlink
configure:10398: gcc -o conftest -g -O2 -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:10401: $? = 0
configure:10404: test -s conftest
configure:10407: $? = 0
configure:10418: result: yes
configure:10773: checking for python2
configure:10791: found /usr/bin/python2
configure:10804: result: /usr/bin/python2
configure:11108: checking for JDK
configure:11132: WARNING: no JNI header files found.
configure:11140: result: no
configure:11212: checking for perl
configure:11230: found /usr/local/bin/perl
configure:11243: result: /usr/local/bin/perl
configure:11302: Enabled swig binding: perl
configure:11302: Enabled swig binding: python
configure:11302: Enabled swig binding: java
configure:11774: checking for swig
configure:11792: found /usr/bin/swig
configure:11805: result: /usr/bin/swig
configure:11826: checking swig version
configure:11842: result: 1.3.19
configure:11853: checking for swig library directory
configure:11862: result: /usr/lib64/swig1.3
configure:11878: Configuring python swig binding
configure:11880: checking if swig needs -L for its libraries
configure:11897: result: -L/usr/lib64
configure:11901: checking for Python includes
configure:11910: result: -I/usr/include/python2.2
configure:11914: checking for compiling Python extensions
configure:11923: result: gcc -DNDEBUG -O2 -g -pipe -D_GNU_SOURCE -fPIC -fPIC
configure:11927: checking for linking Python extensions
configure:11936: result: gcc -shared
configure:11940: checking for linking Python libraries
configure:11949: result:
configure:11961: checking perl version
configure:11964: result: 5008001
configure:11995: checking for makeinfo
configure:12013: found /usr/local/bin/makeinfo
configure:12026: result: /usr/local/bin/makeinfo
configure:12633: creating ./config.status

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

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

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

on chello080110249196.118.11.tuwien.teleweb.at

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

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

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_build_alias=x86_64-unknown-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_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_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=no
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_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=x86_64-unknown-linux-gnu
ac_cv_host_alias=x86_64-unknown-linux-gnu
ac_cv_lib_socket_socket=no
ac_cv_objext=o
ac_cv_path_MAKEINFO=/usr/local/bin/makeinfo
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_PERL=/usr/local/bin/perl
ac_cv_path_PYTHON2=/usr/bin/python2
ac_cv_path_SWIG=/usr/bin/swig
ac_cv_path_XGETTEXT=/usr/bin/xgettext
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_prog_egrep='grep -E'
ac_cv_python_compile='gcc -DNDEBUG -O2 -g -pipe -D_GNU_SOURCE -fPIC -fPIC'
ac_cv_python_includes=-I/usr/include/python2.2
ac_cv_python_libs=
ac_cv_python_link='gcc -shared'
ac_cv_search_bindtextdomain='none required'
ac_cv_swig_ldflags=-L/usr/lib64
ac_cv_swig_swiglib_dir=/usr/lib64/swig1.3
ac_cv_type_size_t=yes
lt_cv_archive_cmds_need_lc=no
lt_cv_compiler_c_o=yes
lt_cv_compiler_o_lo=yes
lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.3.2.so'
lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
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_MAGIC_CMD=/usr/bin/file
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
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'\'''

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

APACHE_INCLUDES=' -I/usr/include/httpd'
APACHE_LIBEXECDIR='/usr/lib64/httpd/modules'
APACHE_TARGET=''
APXS='/usr/sbin/apxs'
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 -g -O2 -pthread -DNEON_ZLIB'
CPP='gcc -E'
CPPFLAGS=' -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE'
CXX=''
CXXFLAGS=''
DEFS='-DHAVE_CONFIG_H'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
GETTEXT_CODESET=''
INCLUDE_OUTPUTS='include $(top_srcdir)/build-outputs.mk'
INSTALL='/home/anton/ftp/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=' '
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
LT_CXX_LIBADD=''
LT_LDFLAGS=''
LT_NO_UNDEFINED=''
MAKEINFO='/usr/local/bin/makeinfo'
MKDIR='/home/anton/ftp/subversion-1.1.1/ac-helpers/install-sh -c -d'
MOD_ACTIVATION='-a'
MSGFMT='/usr/bin/msgfmt'
MSGMERGE='/usr/bin/msgmerge'
NEON_LIBS='$(abs_builddir)/neon/src/libneon.la -L/usr/local/lib -lz -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv -lxml2 -lz -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='/usr/bin/python2'
PYTHON='/usr/bin/python2'
RANLIB='ranlib'
SHELL='/bin/sh'
STRIP='strip'
SVN_APRUTIL_EXPORT_LIBS=' -L/home/anton/ftp/subversion-1.1.1/apr-util -laprutil-0 -lgdbm -ldb-4.1 -lexpat'
SVN_APRUTIL_INCLUDES=' -I/home/anton/ftp/subversion-1.1.1/apr-util/include '
SVN_APRUTIL_LIBS=' /home/anton/ftp/subversion-1.1.1/apr-util/libaprutil-0.la -lgdbm -ldb-4.1 -lexpat'
SVN_APRUTIL_PREFIX=''
SVN_APR_EXPORT_LIBS=' -L/home/anton/ftp/subversion-1.1.1/apr -lapr-0 -lrt -lm -lcrypt -lnsl -lpthread -ldl'
SVN_APR_INCLUDES=' -I/home/anton/ftp/subversion-1.1.1/apr/include '
SVN_APR_LIBS=' /home/anton/ftp/subversion-1.1.1/apr/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl'
SVN_APR_PREFIX='/usr/local/apr'
SVN_APR_SHLIB_PATH_VAR='LD_LIBRARY_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='$(SHELL) $(abs_builddir)/libtool'
SVN_NEON_INCLUDES='-I$(abs_srcdir)/neon/src -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=' apr apr-util neon'
SWIG='/usr/bin/swig'
SWIG_CLEAN_RULES=' clean-swig-pl'
SWIG_JAVA_COMPILE=''
SWIG_JAVA_INCLUDES=''
SWIG_JAVA_LINK=''
SWIG_LDFLAGS='-L/usr/lib64'
SWIG_LIBSWIG_DIR='/usr/lib64/swig1.3'
SWIG_NORUNTIME_FLAG='-c'
SWIG_PL_INCLUDES='$(SWIG_INCLUDES) -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -I/usr/lib64/perl5/5.8.1/x86_64-linux-thread-multi/CORE '
SWIG_PY_COMPILE='gcc -DNDEBUG -O2 -g -pipe -D_GNU_SOURCE -fPIC -fPIC'
SWIG_PY_INCLUDES='$(SWIG_INCLUDES) -I/usr/include/python2.2'
SWIG_PY_LIBS=''
SWIG_PY_LINK='gcc -shared'
SWIG_VERSION='103019'
XGETTEXT='/usr/bin/xgettext'
abs_builddir='/home/anton/ftp/subversion-1.1.1'
abs_srcdir='/home/anton/ftp/subversion-1.1.1'
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${prefix}/share'
docdir='${datadir}/doc/subversion-1.1.1'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
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=''
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_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_READLINK 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYMLINK 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_VPRINTF 1
#define PACKAGE_BUGREPORT "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 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 Nov 1 16:39:59 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.