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

Problem bootstrapping from r3200

From: Bjarne Høgh Nielsen <bhn_at_oncable.dk>
Date: 2002-10-08 21:46:42 CEST

Hi.

After having downloaded the subversion-r3200 tar-ball and having
successfully run "configure" I cannot run "make". The result is as
follows:

[bhn@localhost subversion-r3200]$ make
------ making all in apr
make[1]: Entering directory `/home/bhn/DL/subversion-r3200/apr'
Making all in strings
make[2]: Entering directory `/home/bhn/DL/subversion-r3200/apr/strings'
make[3]: Entering directory `/home/bhn/DL/subversion-r3200/apr/strings'
/bin/sh /home/bhn/DL/subversion-r3200/apr/libtool --silent
--mode=compile gcc -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes
-Wmissing-declarations -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
-I../include -I../include/arch/unix -c apr_cpystrn.c && touch
apr_cpystrn.lo
In file included from apr_cpystrn.c:55:
../include/apr.h:256:2: #error Can not determine the proper size for
size_t
make[3]: *** [apr_cpystrn.lo] Error 1
make[3]: Leaving directory `/home/bhn/DL/subversion-r3200/apr/strings'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/bhn/DL/subversion-r3200/apr/strings'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/bhn/DL/subversion-r3200/apr'
make: *** [external-all] Error 1

The first few lines from the config.log-file is as follows:

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.53. Invocation command line was

  $ ./configure --enable-maintainer-mode

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

hostname = localhost.localdomain
uname -m = i586
uname -r = 2.4.19-16mdk
uname -s = Linux
uname -v = #1 Fri Sep 20 18:15:05 CEST 2002

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

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

PATH: /bin
PATH: /usr/bin
PATH: /usr/bin/X11
PATH: /usr/X11R6/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/games
PATH: /home/bhn/bin
PATH: /home/bhn/bin

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

configure:1689: Apache Portable Runtime (APR) library configuration
configure:1702: checking for APR
configure:1768: result: reconfig
configure:1957: Apache Portable Runtime Utility (APRUTIL) library
configuration
configure:1963: checking for APR-util
configure:2031: result: reconfig
configure:2378: checking for gcc
configure:2394: found /usr/bin/gcc
configure:2404: result: gcc
configure:2648: checking for C compiler version
configure:2651: gcc --version </dev/null >&5
gcc (GCC) 3.2 (Mandrake Linux 9.0 3.2-1mdk)
Copyright (C) 2002 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:2654: $? = 0
configure:2656: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2/specs
Configured with: ../configure --prefix=/usr --libdir=/usr/lib
--with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info
--enable-shared --enable-threads=posix --disable-checking
--enable-long-long --enable-__cxa_atexit
--enable-languages=c,c++,ada,f77,objc,java
--host=i586-mandrake-linux-gnu --with-system-zlib
Thread model: posix
gcc version 3.2 (Mandrake Linux 9.0 3.2-1mdk)

Any help or hints would be very welcome indeed as I am stuck.

/BJARNE

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 8 21:47:20 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.