Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 138372 - dev-util/subversion needs newer version stabilized for apr-0.9.12
Summary: dev-util/subversion needs newer version stabilized for apr-0.9.12
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 All
: High normal (vote)
Assignee: Paul de Vrieze (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-28 10:19 UTC by hoadley
Modified: 2006-10-25 01:38 UTC (History)
2 users (show)

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


Attachments
config log of failed ebuild (config.log,12.42 KB, application/octet-stream)
2006-06-28 18:55 UTC, Rob Rosenfeld
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hoadley 2006-06-28 10:19:52 UTC
The emerge subversion

subversion configure fails due to the apr library > 0.9.9

my APR library is 0.9.12  

here's the configure output snippet:

configure:2939: Apache Portable Runtime (APR) library configuration
configure:2967: checking for APR
configure:3049: result: yes
configure:3200: checking APR version
configure:3208: result: 0.9.12
configure:3214: error: invalid apr version found

This was stdout/stderr from the command line:

wanted regex is 0\.9\.[5-9] or 1\.
configure: error: invalid apr version found

here's the emerge --info:


Portage 2.0.54 (default-linux/amd64/2006.0, gcc-3.4.4, glibc-2.3.5-r2, 2.6.16-gentoo-r9 x86_64)
=================================================================
System uname: 2.6.16-gentoo-r9 x86_64 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.6.14
dev-lang/python:     2.4.2
dev-python/pycrypto: [Not Present]
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/gcc-config: 1.3.12-r6
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ "
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X alsa avi berkdb bitmap-fonts bzip2 cli crypt cups dri eds emboss encode expat foomaticdb fortran gdbm gif gnome gpm gstreamer gtk gtk2 imlib ipv6 isdnlog jpeg kde lzw lzw-tiff mp3 mpeg ncurses nls nptl opengl pam pcre pdflib perl png postgres pppd python qt qt3 qt4 quicktime readline reflection sdl session spell spl ssl tcpd tiff truetype truetype-fonts type1-fonts udev usb xorg xpm xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTAGE_RSYNC_OPTS, PORTDIR_OVERLAY
Comment 1 Nes Yarug 2006-06-28 10:48:21 UTC
Same here. Has the 0.9.12 APR library just been released as I have been installing a couple of boxes the last few days and this is the first time I get this error.

Nes
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-06-28 10:50:14 UTC

*** This bug has been marked as a duplicate of 130306 ***
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-06-28 11:16:09 UTC
Actually, we need a newer version stabilized for apr-0.9.12
Comment 4 Gustavo Zacarias (RETIRED) gentoo-dev 2006-06-28 12:29:26 UTC
subversion 1.3.1 sparc stable.
Comment 5 Rob Rosenfeld 2006-06-28 18:55:40 UTC
Created attachment 90396 [details]
config log of failed ebuild
Comment 6 Rob Rosenfeld 2006-06-28 18:56:37 UTC
This shouldn't be marked a dupe because the issue it's linked to relates to svn 1.3.x.  This problem also affects ebuilds for svn 1.2.x.  Here's my output today:

checking whether ln -s works... yes
configure: Apache Portable Runtime (APR) library configuration
checking for APR... yes
checking APR version... 0.9.12
wanted regex is 0\.9\.[5-9] or 1\.
configure: error: invalid apr version found

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/subversion-1.2.3-r2/work/subversion-1.2.3/config.log

!!! ERROR: dev-util/subversion-1.2.3-r2 failed.
Call stack:
  ebuild.sh, line 1545:   Called dyn_compile
  ebuild.sh, line 940:   Called src_compile
  subversion-1.2.3-r2.ebuild, line 99:   Called econf '--with-apr=/usr' '--with-apr-util=/usr' '--without-apxs' '--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'
  ebuild.sh, line 541:   Called die

!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 7 Michael Weyershäuser 2006-06-30 06:34:34 UTC
subversion 1.3.1 tested on amd64 and good to go stable...
Comment 8 Simon Stelling (RETIRED) gentoo-dev 2006-07-03 00:26:13 UTC
amd64 stable
Comment 9 Thomas Cort (RETIRED) gentoo-dev 2006-07-25 10:35:51 UTC
subversion-1.3.2-r1 stable on alpha.
Comment 10 Joshua Kinard gentoo-dev 2006-09-03 16:15:37 UTC
1.3.2-r3 stable on mips.
Comment 11 Tobias Scherbaum (RETIRED) gentoo-dev 2006-10-01 13:54:46 UTC
hppa already stable
Comment 12 Jakub Moc (RETIRED) gentoo-dev 2006-10-25 01:38:27 UTC
1.3.2-r3 stable everywhere, closing.