On 5/10/2013 1:20 AM, P.Marek wrote:
> Hello Thomas,
>
>> Will FSVS compile against SVN 1.7? I've downloaded the 1.7.9 source
>> tarball for Subversion on CentOS 6.4 (minimal install) and installed
>> packages "zlib-devel sqlite-devel pcre-devel gdbm-devel openssh-clients".
> Yes, it should work.
>
>> However, after compiling (./configure && make && make install) and
>> installing SVN, I get the following error during fsvs-1.2.5 ./configure:
> ...
>> configure: No compatible valgrind version.
>> configure: error: in `/usr/local/src/fsvs-1.2.5':
>> configure: error: You have a sparse S_IFMT. Please tell the dev@ mailing
>> list.
>> See `config.log' for more details
> That's a bit misleading here.
I suspect it's a PEBKAC error, because I've compiled this before on
CentOS 6.2 using the subversion-devel 1.6 install. I've attached the
config.log file.
For the moment, I'm going to go back a step, install the
subversion-devel 1.6 packages and see if I can get it to compile.
Will FSVS compiled against SVN 1.6 work on a machine which then has SVN
1.7 installed afterwards?
------------------------------------------------------
http://fsvs.tigris.org/ds/viewMessage.do?dsForumId=3928&dsMessageId=3055267
To unsubscribe from this discussion, e-mail:
[[email protected]].
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by fsvs configure , which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = athens.intra.nybeta.com
uname -m = x86_64
uname -r = 2.6.32-358.el6.x86_64
uname -s = Linux
uname -v = #1 SMP Fri Feb 22 00:31:26 UTC 2013
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /root/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2360: checking for gcc
configure:2376: found /usr/bin/gcc
configure:2387: result: gcc
configure:2616: checking for C compiler version
configure:2625: gcc --version >&5
gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-3)
Copyright (C) 2010 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:2636: $? = 0
configure:2625: gcc -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla
--enable-bootstrap --enable-shared --enable-threads=posix
--enable-checking=release --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-gnu-unique-object
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk
--disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre
--enable-libgcj-multifile --enable-java-maintainer-mode
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib
--with-ppl --with-cloog --with-tune=generic --with-arch_32=i686
--build=x86_64-redhat-linux
Thread model: posix
gcc version 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC)
configure:2636: $? = 0
configure:2625: gcc -V >&5
gcc: '-V' option must have argument
configure:2636: $? = 1
configure:2625: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:2636: $? = 1
configure:2656: checking whether the C compiler works
configure:2678: gcc conftest.c >&5
configure:2682: $? = 0
configure:2730: result: yes
configure:2733: checking for C compiler default output file name
configure:2735: result: a.out
configure:2741: checking for suffix of executables
configure:2748: gcc -o conftest conftest.c >&5
configure:2752: $? = 0
configure:2774: result:
configure:2796: checking whether we are cross compiling
configure:2804: gcc -o conftest conftest.c >&5
configure:2808: $? = 0
configure:2815: ./conftest
configure:2819: $? = 0
configure:2834: result: no
configure:2839: checking for suffix of object files
configure:2861: gcc -c conftest.c >&5
configure:2865: $? = 0
configure:2886: result: o
configure:2890: checking whether we are using the GNU C compiler
configure:2909: gcc -c conftest.c >&5
configure:2909: $? = 0
configure:2918: result: yes
configure:2927: checking whether gcc accepts -g
configure:2947: gcc -c -g conftest.c >&5
configure:2947: $? = 0
configure:2988: result: yes
configure:3005: checking for gcc option to accept ISO C89
configure:3068: gcc -c -g -O2 conftest.c >&5
configure:3068: $? = 0
configure:3081: result: none needed
configure:3107: checking how to run the C preprocessor
configure:3138: gcc -E conftest.c
configure:3138: $? = 0
configure:3152: gcc -E conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:3152: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fsvs"
| #define PACKAGE_TARNAME "fsvs"
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING "fsvs "
| #define PACKAGE_BUGREPORT "http://fsvs.tigris.org/"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3177: result: gcc -E
configure:3197: gcc -E conftest.c
configure:3197: $? = 0
configure:3211: gcc -E conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:3211: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fsvs"
| #define PACKAGE_TARNAME "fsvs"
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING "fsvs "
| #define PACKAGE_BUGREPORT "http://fsvs.tigris.org/"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3240: checking for grep that handles long lines and -e
configure:3298: result: /bin/grep
configure:3303: checking for egrep
configure:3365: result: /bin/grep -E
configure:3370: checking for ANSI C header files
configure:3390: gcc -c -g -O2 conftest.c >&5
configure:3390: $? = 0
configure:3463: gcc -o conftest -g -O2 conftest.c >&5
configure:3463: $? = 0
configure:3463: ./conftest
configure:3463: $? = 0
configure:3474: result: yes
configure:3487: checking for sys/types.h
configure:3487: gcc -c -g -O2 conftest.c >&5
configure:3487: $? = 0
configure:3487: result: yes
configure:3487: checking for sys/stat.h
configure:3487: gcc -c -g -O2 conftest.c >&5
configure:3487: $? = 0
configure:3487: result: yes
configure:3487: checking for stdlib.h
configure:3487: gcc -c -g -O2 conftest.c >&5
configure:3487: $? = 0
configure:3487: result: yes
configure:3487: checking for string.h
configure:3487: gcc -c -g -O2 conftest.c >&5
configure:3487: $? = 0
configure:3487: result: yes
configure:3487: checking for memory.h
configure:3487: gcc -c -g -O2 conftest.c >&5
configure:3487: $? = 0
configure:3487: result: yes
configure:3487: checking for strings.h
configure:3487: gcc -c -g -O2 conftest.c >&5
configure:3487: $? = 0
configure:3487: result: yes
configure:3487: checking for inttypes.h
configure:3487: gcc -c -g -O2 conftest.c >&5
configure:3487: $? = 0
configure:3487: result: yes
configure:3487: checking for stdint.h
configure:3487: gcc -c -g -O2 conftest.c >&5
configure:3487: $? = 0
configure:3487: result: yes
configure:3487: checking for unistd.h
configure:3487: gcc -c -g -O2 conftest.c >&5
configure:3487: $? = 0
configure:3487: result: yes
configure:3500: checking minix/config.h usability
configure:3500: gcc -c -g -O2 conftest.c >&5
conftest.c:52:26: error: minix/config.h: No such file or directory
configure:3500: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fsvs"
| #define PACKAGE_TARNAME "fsvs"
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING "fsvs "
| #define PACKAGE_BUGREPORT "http://fsvs.tigris.org/"
| #define PACKAGE_URL ""
| #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
| /* 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
| #include <minix/config.h>
configure:3500: result: no
configure:3500: checking minix/config.h presence
configure:3500: gcc -E conftest.c
conftest.c:19:26: error: minix/config.h: No such file or directory
configure:3500: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fsvs"
| #define PACKAGE_TARNAME "fsvs"
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING "fsvs "
| #define PACKAGE_BUGREPORT "http://fsvs.tigris.org/"
| #define PACKAGE_URL ""
| #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
| /* end confdefs.h. */
| #include <minix/config.h>
configure:3500: result: no
configure:3500: checking for minix/config.h
configure:3500: result: no
configure:3521: checking whether it is safe to define __EXTENSIONS__
configure:3539: gcc -c -g -O2 conftest.c >&5
configure:3539: $? = 0
configure:3546: result: yes
configure:3572: *** Now configuring FSVS ***
configure:3624: checking for gcc
configure:3651: result: gcc
configure:3880: checking for C compiler version
configure:3889: gcc --version >&5
gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-3)
Copyright (C) 2010 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:3900: $? = 0
configure:3889: gcc -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla
--enable-bootstrap --enable-shared --enable-threads=posix
--enable-checking=release --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-gnu-unique-object
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk
--disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre
--enable-libgcj-multifile --enable-java-maintainer-mode
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib
--with-ppl --with-cloog --with-tune=generic --with-arch_32=i686
--build=x86_64-redhat-linux
Thread model: posix
gcc version 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC)
configure:3900: $? = 0
configure:3889: gcc -V >&5
gcc: '-V' option must have argument
configure:3900: $? = 1
configure:3889: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:3900: $? = 1
configure:3904: checking whether we are using the GNU C compiler
configure:3932: result: yes
configure:3941: checking whether gcc accepts -g
configure:4002: result: yes
configure:4019: checking for gcc option to accept ISO C89
configure:4095: result: none needed
configure:4120: checking how to run the C preprocessor
configure:4190: result: gcc -E
configure:4210: gcc -E conftest.c
configure:4210: $? = 0
configure:4224: gcc -E conftest.c
conftest.c:24:28: error: ac_nonexistent.h: No such file or directory
configure:4224: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fsvs"
| #define PACKAGE_TARNAME "fsvs"
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING "fsvs "
| #define PACKAGE_BUGREPORT "http://fsvs.tigris.org/"
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4333: "CFLAGS=-g -O2 -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64
-idirafter /usr/local/include -idirafter /usr/include -idirafter
/openpkg/include -idirafter /usr/include/apr-1"
configure:4367: "LDFLAGS= -L/usr/local/lib -L/openpkg/lib"
configure:4394: checking for pcre_compile in -lpcre
configure:4419: gcc -o conftest -g -O2 -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64
-idirafter /usr/local/include -idirafter /usr/include -idirafter
/openpkg/include -idirafter /usr/include/apr-1 -L/usr/local/lib
-L/openpkg/lib conftest.c -lpcre >&5
configure:4419: $? = 0
configure:4428: result: yes
configure:4444: checking for apr_md5_init in -laprutil-1
configure:4469: gcc -o conftest -g -O2 -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64
-idirafter /usr/local/include -idirafter /usr/include -idirafter
/openpkg/include -idirafter /usr/include/apr-1 -L/usr/local/lib
-L/openpkg/lib conftest.c -laprutil-1 -lpcre >&5
configure:4469: $? = 0
configure:4478: result: yes
configure:4494: checking for svn_txdelta_apply in -lsvn_delta-1
configure:4519: gcc -o conftest -g -O2 -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64
-idirafter /usr/local/include -idirafter /usr/include -idirafter
/openpkg/include -idirafter /usr/include/apr-1 -L/usr/local/lib
-L/openpkg/lib conftest.c -lsvn_delta-1 -laprutil-1 -lpcre >&5
configure:4519: $? = 0
configure:4528: result: yes
configure:4544: checking for svn_ra_initialize in -lsvn_ra-1
configure:4569: gcc -o conftest -g -O2 -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64
-idirafter /usr/local/include -idirafter /usr/include -idirafter
/openpkg/include -idirafter /usr/include/apr-1 -L/usr/local/lib
-L/openpkg/lib conftest.c -lsvn_ra-1 -lsvn_delta-1 -laprutil-1 -lpcre >&5
configure:4569: $? = 0
configure:4578: result: yes
configure:4594: checking for gdbm_firstkey in -lgdbm
configure:4619: gcc -o conftest -g -O2 -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64
-idirafter /usr/local/include -idirafter /usr/include -idirafter
/openpkg/include -idirafter /usr/include/apr-1 -L/usr/local/lib
-L/openpkg/lib conftest.c -lgdbm -lsvn_ra-1 -lsvn_delta-1 -laprutil-1 -lpcre
>&5
configure:4619: $? = 0
configure:4628: result: yes
configure:4646: checking for ANSI C header files
configure:4750: result: yes
configure:4761: checking fcntl.h usability
configure:4761: gcc -c -g -O2 -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -idirafter
/usr/local/include -idirafter /usr/include -idirafter /openpkg/include
-idirafter /usr/include/apr-1 conftest.c >&5
configure:4761: $? = 0
configure:4761: result: yes
configure:4761: checking fcntl.h presence
configure:4761: gcc -E conftest.c
configure:4761: $? = 0
configure:4761: result: yes
configure:4761: checking for fcntl.h
configure:4761: result: yes
configure:4761: checking stddef.h usability
configure:4761: gcc -c -g -O2 -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -idirafter
/usr/local/include -idirafter /usr/include -idirafter /openpkg/include
-idirafter /usr/include/apr-1 conftest.c >&5
configure:4761: $? = 0
configure:4761: result: yes
configure:4761: checking stddef.h presence
configure:4761: gcc -E conftest.c
configure:4761: $? = 0
configure:4761: result: yes
configure:4761: checking for stddef.h
configure:4761: result: yes
configure:4761: checking for stdlib.h
configure:4761: result: yes
configure:4761: checking for string.h
configure:4761: result: yes
configure:4761: checking sys/time.h usability
configure:4761: gcc -c -g -O2 -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -idirafter
/usr/local/include -idirafter /usr/include -idirafter /openpkg/include
-idirafter /usr/include/apr-1 conftest.c >&5
configure:4761: $? = 0
configure:4761: result: yes
configure:4761: checking sys/time.h presence
configure:4761: gcc -E conftest.c
configure:4761: $? = 0
configure:4761: result: yes
configure:4761: checking for sys/time.h
configure:4761: result: yes
configure:4761: checking for unistd.h
configure:4761: result: yes
configure:4761: checking pcre.h usability
configure:4761: gcc -c -g -O2 -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -idirafter
/usr/local/include -idirafter /usr/include -idirafter /openpkg/include
-idirafter /usr/include/apr-1 conftest.c >&5
configure:4761: $? = 0
configure:4761: result: yes
configure:4761: checking pcre.h presence
configure:4761: gcc -E conftest.c
configure:4761: $? = 0
configure:4761: result: yes
configure:4761: checking for pcre.h
configure:4761: result: yes
configure:4781: checking for dirent.h that defines DIR
configure:4800: gcc -c -g -O2 -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -idirafter
/usr/local/include -idirafter /usr/include -idirafter /openpkg/include
-idirafter /usr/include/apr-1 conftest.c >&5
configure:4800: $? = 0
configure:4808: result: yes
configure:4821: checking for library containing opendir
configure:4852: gcc -o conftest -g -O2 -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64
-idirafter /usr/local/include -idirafter /usr/include -idirafter
/openpkg/include -idirafter /usr/include/apr-1 -L/usr/local/lib
-L/openpkg/lib conftest.c -lgdbm -lsvn_ra-1 -lsvn_delta-1 -laprutil-1 -lpcre
>&5
configure:4852: $? = 0
configure:4869: result: none required
configure:4937: checking for struct stat.st_mtim
configure:4937: gcc -c -g -O2 -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -idirafter
/usr/local/include -idirafter /usr/include -idirafter /openpkg/include
-idirafter /usr/include/apr-1 conftest.c >&5
conftest.c: In function 'main':
conftest.c:79: error: used struct type value where scalar is required
configure:4937: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fsvs"
| #define PACKAGE_TARNAME "fsvs"
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING "fsvs "
| #define PACKAGE_BUGREPORT "http://fsvs.tigris.org/"
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define WAA_WC_MD5_CHARS 0
| #define CFLAGS -g -O2 -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -idirafter
/usr/local/include -idirafter /usr/include -idirafter /openpkg/include
-idirafter /usr/include/apr-1
| #define LDFLAGS -L/usr/local/lib -L/openpkg/lib
| #define EXTRALIBS -laprutil-1 -lapr-1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBAPRUTIL_1 1
| #define HAVE_LIBSVN_DELTA_1 1
| #define HAVE_LIBSVN_RA_1 1
| #define HAVE_LIBGDBM 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PCRE_H 1
| #define HAVE_DIRENT_H 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 ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_mtim)
| return 0;
| ;
| return 0;
| }
configure:4937: gcc -c -g -O2 -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -idirafter
/usr/local/include -idirafter /usr/include -idirafter /openpkg/include
-idirafter /usr/include/apr-1 conftest.c >&5
configure:4937: $? = 0
configure:4937: result: yes
configure:4959: gcc -c -g -O2 -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -idirafter
/usr/local/include -idirafter /usr/include -idirafter /openpkg/include
-idirafter /usr/include/apr-1 conftest.c >&5
conftest.c:43:32: error: valgrind/memcheck.h: No such file or directory
configure:4959: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fsvs"
| #define PACKAGE_TARNAME "fsvs"
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING "fsvs "
| #define PACKAGE_BUGREPORT "http://fsvs.tigris.org/"
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define WAA_WC_MD5_CHARS 0
| #define CFLAGS -g -O2 -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -idirafter
/usr/local/include -idirafter /usr/include -idirafter /openpkg/include
-idirafter /usr/include/apr-1
| #define LDFLAGS -L/usr/local/lib -L/openpkg/lib
| #define EXTRALIBS -laprutil-1 -lapr-1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBAPRUTIL_1 1
| #define HAVE_LIBSVN_DELTA_1 1
| #define HAVE_LIBSVN_RA_1 1
| #define HAVE_LIBGDBM 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PCRE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM 1
| /* end confdefs.h. */
| #include <valgrind/memcheck.h>
| int
| main ()
| {
| VALGRIND_MAKE_MEM_DEFINED(0, 2);
| ;
| return 0;
| }
configure:4970: No compatible valgrind version.
configure:4999: gcc -o conftest -g -O2 -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64
-idirafter /usr/local/include -idirafter /usr/include -idirafter
/openpkg/include -idirafter /usr/include/apr-1 -L/usr/local/lib
-L/openpkg/lib conftest.c -lgdbm -lsvn_ra-1 -lsvn_delta-1 -laprutil-1 -lpcre
>&5
configure:4999: $? = 0
configure:4999: ./conftest
./conftest: error while loading shared libraries: libsvn_ra-1.so.0: cannot open
shared object file: No such file or directory
configure:4999: $? = 127
configure: program exited with status 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fsvs"
| #define PACKAGE_TARNAME "fsvs"
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING "fsvs "
| #define PACKAGE_BUGREPORT "http://fsvs.tigris.org/"
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define WAA_WC_MD5_CHARS 0
| #define CFLAGS -g -O2 -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -idirafter
/usr/local/include -idirafter /usr/include -idirafter /openpkg/include
-idirafter /usr/include/apr-1
| #define LDFLAGS -L/usr/local/lib -L/openpkg/lib
| #define EXTRALIBS -laprutil-1 -lapr-1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBAPRUTIL_1 1
| #define HAVE_LIBSVN_DELTA_1 1
| #define HAVE_LIBSVN_RA_1 1
| #define HAVE_LIBGDBM 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PCRE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_STAT_ST_MTIM 1
| /* end confdefs.h. */
|
| #include "src/preproc.h"
| int main(int argc, char *args)
| {
| if (_BITCOUNT( (S_IFMT >> MODE_T_SHIFT_BITS) + 1) == 1)
| return 0;
| else
| return 1;
| }
|
configure:5003: error: in `/usr/local/src/fsvs-1.2.5':
configure:5005: error: You have a sparse S_IFMT. Please tell the dev@ mailing
list.
See `config.log' for more details
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=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_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_header_dirent_dirent_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_pcre_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=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_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_lib_aprutil_1_apr_md5_init=yes
ac_cv_lib_gdbm_gdbm_firstkey=yes
ac_cv_lib_pcre_pcre_compile=yes
ac_cv_lib_svn_delta_1_svn_txdelta_apply=yes
ac_cv_lib_svn_ra_1_svn_ra_initialize=yes
ac_cv_member_struct_stat_st_mtim=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_opendir='none required'
## ----------------- ##
## Output variables. ##
## ----------------- ##
CC='gcc'
CFLAGS='-g -O2 -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -idirafter
/usr/local/include -idirafter /usr/include -idirafter /openpkg/include
-idirafter /usr/include/apr-1'
CHROOTER_JAIL=''
CPP='gcc -E'
CPPFLAGS=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ENABLE_DEBUG=''
ENABLE_DEV_FAKE=''
ENABLE_GCOV=''
ENABLE_RELEASE=''
EXEEXT=''
EXTRALIBS='-laprutil-1 -lapr-1'
GREP='/bin/grep'
HAS_FASTCALL=''
HAVE_FMEMOPEN=''
HAVE_LOCALES=''
HAVE_O_DIRECTORY=''
HAVE_UINT32_T=''
HAVE_UINT64_T=''
LDFLAGS=' -L/usr/local/lib -L/openpkg/lib'
LIBOBJS=''
LIBS='-lgdbm -lsvn_ra-1 -lsvn_delta-1 -laprutil-1 -lpcre '
LTLIBOBJS=''
NEED_ENVIRON_EXTERN=''
NEED_FNESTED_FUNCTIONS=''
OBJEXT='o'
PACKAGE_BUGREPORT='http://fsvs.tigris.org/'
PACKAGE_NAME='fsvs'
PACKAGE_STRING='fsvs '
PACKAGE_TARNAME='fsvs'
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
SHELL='/bin/sh'
WAA_WC_MD5_CHARS='0'
ac_ct_CC='gcc'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "fsvs"
#define PACKAGE_TARNAME "fsvs"
#define PACKAGE_VERSION ""
#define PACKAGE_STRING "fsvs "
#define PACKAGE_BUGREPORT "http://fsvs.tigris.org/"
#define PACKAGE_URL ""
#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 __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define WAA_WC_MD5_CHARS 0
#define CFLAGS -g -O2 -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -idirafter
/usr/local/include -idirafter /usr/include -idirafter /openpkg/include
-idirafter /usr/include/apr-1
#define LDFLAGS -L/usr/local/lib -L/openpkg/lib
#define EXTRALIBS -laprutil-1 -lapr-1
#define HAVE_LIBPCRE 1
#define HAVE_LIBAPRUTIL_1 1
#define HAVE_LIBSVN_DELTA_1 1
#define HAVE_LIBSVN_RA_1 1
#define HAVE_LIBGDBM 1
#define STDC_HEADERS 1
#define HAVE_FCNTL_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_PCRE_H 1
#define HAVE_DIRENT_H 1
#define HAVE_STRUCT_STAT_ST_MTIM 1
configure: exit 1