Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 130306 - subversion 1.3.x won't accept APR version 0.9.12
Summary: subversion 1.3.x won't accept APR version 0.9.12
Status: VERIFIED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Paul de Vrieze (RETIRED)
URL:
Whiteboard:
Keywords:
: 138540 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-04-17 15:44 UTC by Danee
Modified: 2006-07-21 09:51 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Danee 2006-04-17 15:44:26 UTC
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.3.1, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --with-apr=/usr --with-apr-util=/usr --with-apxs=/usr/sbin/apxs2 --disable-javahl --with-swig --with-neon=/usr --with-berkeley-db --with-zlib --with-python --enable-nls --with-apr=/usr --with-apr-util=/usr --disable-experimental-libtool --disable-mod-activation --build=i686-pc-linux-gnu

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

hostname = enterprise
uname -m = i686
uname -r = 2.6.15-gentoo-r1
uname -s = Linux
uname -v = #1 SMP PREEMPT Mon Apr 17 16:17:19 CEST 2006

/usr/bin/uname -p = AMD Athlon(tm) XP 1700+
/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/sbin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/lib/portage/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /opt/bin
PATH: /usr/i686-pc-linux-gnu/gcc-bin/3.4.4
PATH: /opt/ati/bin


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

configure:1612: Configuring Subversion 1.3.1
configure:1631: checking build system type
configure:1649: result: i686-pc-linux-gnu
configure:1657: checking host system type
configure:1671: result: i686-pc-linux-gnu
configure:1681: creating config.nice
configure:1725: checking for i686-pc-linux-gnu-gcc
configure:1741: found /usr/bin/i686-pc-linux-gnu-gcc
configure:1751: result: i686-pc-linux-gnu-gcc
configure:2033: checking for C compiler version
configure:2036: i686-pc-linux-gnu-gcc --version </dev/null >&5
i686-pc-linux-gnu-gcc (GCC) 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8)
Copyright (C) 2004 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:2039: $? = 0
configure:2041: i686-pc-linux-gnu-gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/specs
Configured with: /var/tmp/portage/gcc-3.4.4-r1/work/gcc-3.4.4/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/3.4.4 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.4.4 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/3.4.4/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/3.4.4/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --disable-libunwind-exceptions --disable-multilib --disable-libgcj --enable-languages=c,c++,f77 --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
Thread model: posix
gcc version 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8)
configure:2044: $? = 0
configure:2046: i686-pc-linux-gnu-gcc -V </dev/null >&5
i686-pc-linux-gnu-gcc: `-V' option must have argument
configure:2049: $? = 1
configure:2072: checking for C compiler default output file name
configure:2075: i686-pc-linux-gnu-gcc -O2 -march=athlon-xp -pipe -fomit-frame-pointer -msse -mmmx -m3dnow -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   conftest.c  >&5
configure:2078: $? = 0
configure:2124: result: a.out
configure:2129: checking whether the C compiler works
configure:2135: ./a.out
configure:2138: $? = 0
configure:2155: result: yes
configure:2162: checking whether we are cross compiling
configure:2164: result: no
configure:2167: checking for suffix of executables
configure:2169: i686-pc-linux-gnu-gcc -o conftest -O2 -march=athlon-xp -pipe -fomit-frame-pointer -msse -mmmx -m3dnow -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   conftest.c  >&5
configure:2172: $? = 0
configure:2197: result: 
configure:2203: checking for suffix of object files
configure:2224: i686-pc-linux-gnu-gcc -c -O2 -march=athlon-xp -pipe -fomit-frame-pointer -msse -mmmx -m3dnow -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  conftest.c >&5
configure:2227: $? = 0
configure:2249: result: o
configure:2253: checking whether we are using the GNU C compiler
configure:2277: i686-pc-linux-gnu-gcc -c -O2 -march=athlon-xp -pipe -fomit-frame-pointer -msse -mmmx -m3dnow -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  conftest.c >&5
configure:2283: $? = 0
configure:2287: test -z 
			 || test ! -s conftest.err
configure:2290: $? = 0
configure:2293: test -s conftest.o
configure:2296: $? = 0
configure:2309: result: yes
configure:2315: checking whether i686-pc-linux-gnu-gcc accepts -g
configure:2336: i686-pc-linux-gnu-gcc -c -g  conftest.c >&5
configure:2342: $? = 0
configure:2346: test -z 
			 || test ! -s conftest.err
configure:2349: $? = 0
configure:2352: test -s conftest.o
configure:2355: $? = 0
configure:2366: result: yes
configure:2383: checking for i686-pc-linux-gnu-gcc option to accept ANSI C
configure:2453: i686-pc-linux-gnu-gcc  -c -O2 -march=athlon-xp -pipe -fomit-frame-pointer -msse -mmmx -m3dnow -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  conftest.c >&5
configure:2459: $? = 0
configure:2463: test -z 
			 || test ! -s conftest.err
configure:2466: $? = 0
configure:2469: test -s conftest.o
configure:2472: $? = 0
configure:2490: result: none needed
configure:2508: i686-pc-linux-gnu-gcc -c -O2 -march=athlon-xp -pipe -fomit-frame-pointer -msse -mmmx -m3dnow -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2514: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2653: checking how to run the C preprocessor
configure:2688: i686-pc-linux-gnu-gcc -E  conftest.c
configure:2694: $? = 0
configure:2726: i686-pc-linux-gnu-gcc -E  conftest.c
conftest.c:9:28: ac_nonexistent.h: No such file or directory
configure:2732: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "subversion"
| #define PACKAGE_TARNAME "subversion"
| #define PACKAGE_VERSION "1.3.1"
| #define PACKAGE_STRING "subversion 1.3.1"
| #define PACKAGE_BUGREPORT "http://subversion.tigris.org/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2771: result: i686-pc-linux-gnu-gcc -E
configure:2795: i686-pc-linux-gnu-gcc -E  conftest.c
configure:2801: $? = 0
configure:2833: i686-pc-linux-gnu-gcc -E  conftest.c
conftest.c:9:28: ac_nonexistent.h: No such file or directory
configure:2839: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "subversion"
| #define PACKAGE_TARNAME "subversion"
| #define PACKAGE_VERSION "1.3.1"
| #define PACKAGE_STRING "subversion 1.3.1"
| #define PACKAGE_BUGREPORT "http://subversion.tigris.org/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2883: checking for egrep
configure:2893: result: grep -E
configure:2899: checking whether ln -s works
configure:2903: result: yes
configure:2945: Apache Portable Runtime (APR) library configuration
configure:2973: checking for APR
configure:3055: result: yes
configure:3206: checking APR version
configure:3214: result: 0.9.12
configure:3220: error: invalid apr version found

## ---------------- ##
## 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_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O2 -march=athlon-xp -pipe -fomit-frame-pointer -msse -mmmx -m3dnow -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-O2 -march=athlon-xp -pipe -fomit-frame-pointer -fvisibility-inlines-hidden -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE'
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=i686-pc-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=i686-pc-linux-gnu
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_objext=o
ac_cv_prog_CC=i686-pc-linux-gnu-gcc
ac_cv_prog_CPP='i686-pc-linux-gnu-gcc -E'
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'

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

APACHE_INCLUDES=''
APACHE_LIBEXECDIR=''
APACHE_TARGET=''
APXS=''
AR=''
BDB_TEST_DEPS=''
BDB_TEST_PROGRAMS=''
BINNAME=''
BUILD_APACHE_RULE=''
BUILD_RULES=''
CC='i686-pc-linux-gnu-gcc'
CFLAGS='-O2 -march=athlon-xp -pipe -fomit-frame-pointer -msse -mmmx -m3dnow -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE'
CPP='i686-pc-linux-gnu-gcc -E'
CPPFLAGS=''
CXX=''
CXXCPP=''
CXXFLAGS='-O2 -march=athlon-xp -pipe -fomit-frame-pointer -fvisibility-inlines-hidden -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE'
DEFS=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77=''
FFLAGS=''
FIX_JAVAHL_LIB=''
GETTEXT_CODESET=''
INCLUDE_OUTPUTS=''
INSTALL='/var/tmp/portage/subversion-1.3.1/work/subversion-1.3.1/ac-helpers/install-sh -c'
INSTALL_APACHE_RULE=''
INSTALL_EXTRA_JAVAHL_LIB=''
INSTALL_INFO=''
INSTALL_IT=''
INSTALL_RULES=''
INSTALL_STATIC_RULES=''
JAR=''
JAVA=''
JAVAC=''
JAVAC_FLAGS=''
JAVAH=''
JAVAHL_OBJDIR=''
JAVAHL_TESTS_TARGET=''
JAVA_CLASSPATH=''
JDK=''
JNI_INCLUDES=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LN_S='ln -s'
LTLIBOBJS=''
LT_CXX_LIBADD=''
LT_LDFLAGS=''
LT_NO_UNDEFINED=''
MAKEINFO=''
MKDIR='/var/tmp/portage/subversion-1.3.1/work/subversion-1.3.1/ac-helpers/install-sh -c -d'
MOD_ACTIVATION=''
MSGFMT=''
MSGFMTFLAGS=''
MSGMERGE=''
NEON_LIBS=''
NO_GETTEXT_CODESET=''
OBJEXT='o'
PACKAGE_BUGREPORT='http://subversion.tigris.org/'
PACKAGE_NAME='subversion'
PACKAGE_STRING='subversion 1.3.1'
PACKAGE_TARNAME='subversion'
PACKAGE_VERSION='1.3.1'
PATH_SEPARATOR=':'
PERL=''
PYTHON=''
RANLIB=''
RUBY=''
SHELL='/bin/sh'
STRIP=''
SVN_APRUTIL_EXPORT_LIBS=''
SVN_APRUTIL_INCLUDES=''
SVN_APRUTIL_LIBS=''
SVN_APRUTIL_PREFIX=''
SVN_APR_EXPORT_LIBS=''
SVN_APR_INCLUDES=''
SVN_APR_LIBS=''
SVN_APR_PREFIX=''
SVN_APR_SHLIB_PATH_VAR=''
SVN_BINDIR=''
SVN_EXTRA_INCLUDES='-I$(top_srcdir)/subversion/include -I$(top_builddir)/subversion'
SVN_EXTRA_LIBS=''
SVN_FS_LIB_DEPS=''
SVN_FS_LIB_INSTALL_DEPS=''
SVN_FS_LIB_LINK=''
SVN_LIBTOOL=''
SVN_LT_CCTAG=''
SVN_LT_CXXTAG=''
SVN_NEON_INCLUDES=''
SVN_RA_LIB_DEPS=''
SVN_RA_LIB_INSTALL_DEPS=''
SVN_RA_LIB_LINK=''
SVN_SUBDIRS=''
SWIG=''
SWIG_PL_INCLUDES=''
SWIG_PY_COMPILE=''
SWIG_PY_INCLUDES=''
SWIG_PY_LIBS=''
SWIG_PY_LINK=''
SWIG_RB_COMPILE=''
SWIG_RB_INCLUDES=''
SWIG_RB_LINK=''
SWIG_RB_SITE_ARCH_DIR=''
SWIG_RB_SITE_LIB_DIR=''
SWIG_RB_TEST_VERBOSE=''
XGETTEXT=''
abs_builddir='/var/tmp/portage/subversion-1.3.1/work/subversion-1.3.1'
abs_srcdir='/var/tmp/portage/subversion-1.3.1/work/subversion-1.3.1'
ac_ct_AR=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_F77=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias='i686-pc-linux-gnu'
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='/usr/share'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias='i686-pc-linux-gnu'
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='/usr/share/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir=''
localstatedir='/var/lib'
mandir='/usr/share/man'
neon_config=''
oldincludedir='/usr/include'
prefix='/usr'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/etc'
target_alias=''

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

#define PACKAGE_BUGREPORT "http://subversion.tigris.org/"
#define PACKAGE_NAME "subversion"
#define PACKAGE_STRING "subversion 1.3.1"
#define PACKAGE_TARNAME "subversion"
#define PACKAGE_VERSION "1.3.1"

configure: exit 1
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2006-04-18 00:58:08 UTC
I've just committed a revision of the ebuild with a patch that fixes this.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-06-08 03:11:37 UTC
Reopening this bug, I tried w/ 1.3.2 and it is plain broken with apr-0.9.12

# svn ci -m 'This is just a test'
# svn: MKACTIVITY of '/svn/proj/sunrise/!svn/act/84abd5b4-b215-0410-bf9a-ff1f807c6bfc': 400 Bad Request                          
(http://overlays.gentoo.org)  

Not working:

[ebuild   R   ] dev-util/subversion-1.3.2  USE="-apache2 bash-completion berkdb -emacs -java -minimal nls -nowebdav perl python -ruby zlib" 0 kB 
[ebuild   R   ] dev-libs/apr-0.9.12  USE="ipv6 urandom" 0 kB 
[ebuild   R   ] dev-libs/apr-util-0.9.12  USE="berkdb gdbm -ldap" 0 kB 

Working:

[ebuild   R   ] dev-util/subversion-1.3.2  USE="apache2 bash-completion berkdb -emacs java -minimal nls -nowebdav perl python -ruby zlib" 0 kB 
[ebuild   R   ] dev-libs/apr-0.9.7  USE="-ipv6 urandom" 0 kB 
[ebuild   R   ] dev-libs/apr-util-0.9.7  USE="berkdb gdbm -ldap" 0 kB 

Checkout works fine, commit does not.
Comment 3 Paul de Vrieze (RETIRED) gentoo-dev 2006-06-08 05:06:40 UTC
It works correctly here. I'm running with 0.9.12. It is starting with 1.3.2 also supported officially by subversion. You might want to file a bug at http://subversion.tigris.org/
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-06-28 10:50:14 UTC
*** Bug 138372 has been marked as a duplicate of this bug. ***
Comment 5 Rob Rosenfeld 2006-06-28 18:57:38 UTC
same problem exists for subversion-1.2.x ebuilds.  any fix for that?
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2006-06-28 23:44:33 UTC
(In reply to comment #5)
> same problem exists for subversion-1.2.x ebuilds.  any fix for that?

No, that's why newer version needs to be stabilized.
 

Comment 7 Rob Rosenfeld 2006-06-29 17:52:13 UTC
how about changing the subversion 1.2.x ebuild dependencies to require the apr versions it works with?  
Comment 8 Jakub Moc (RETIRED) gentoo-dev 2006-06-30 00:07:19 UTC
*** Bug 138540 has been marked as a duplicate of this bug. ***