Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 136746 - dev-util/subversion-1.3.2 configure fails
Summary: dev-util/subversion-1.3.2 configure fails
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Paul de Vrieze (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-14 00:40 UTC by Dirkjan Ochtman (RETIRED)
Modified: 2006-06-14 04:50 UTC (History)
1 user (show)

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


Attachments
config.log from failing subversion-1.3.2 (config.log,42.41 KB, text/plain)
2006-06-14 00:43 UTC, Dirkjan Ochtman (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dirkjan Ochtman (RETIRED) gentoo-dev 2006-06-14 00:40:59 UTC
Error:

configure: error: APR-UTIL wasn't linked against Berkeley DB 4,
                        while the fs component is required.  Reinstall
                        APR-UTIL with the appropiate options.

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

!!! ERROR: dev-util/subversion-1.3.2 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  subversion-1.3.2.ebuild, line 107:   Called econf '--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'
  ebuild.sh, line 541:   Called die

!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if relevant.

emerge --info:

Portage 2.1 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.3.6-r3, 2.6.15-gentoo-r1 i686)
=================================================================
System uname: 2.6.15-gentoo-r1 i686 AMD Athlon(tm) Processor
Gentoo Base System version 1.6.14
dev-lang/python:     2.2.3-r6, 2.4.2
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
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-r2
sys-devel/gcc-config: 1.3.13-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.4.19-r1, 2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-Os -march=athlon-tbird -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/terminfo"
CXXFLAGS="-Os -march=athlon-tbird -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig confcache distlocks fixpackages metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.snt.utwente.nl/pub/os/linux/gentoo "
LC_ALL="en_US.UTF-8"
LINGUAS="en nl"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.nl.gentoo.org/gentoo-portage"
USE="x86 3dnow acpi apache2 apm berkdb cli dri esd gif gtk2 iconv inifile ipv6 isdnlog jabber jpeg libg++ libwww mailwrapper mmx mp3 msn ncurses nls no-htdocs nptl ogg oscar pam pcre png pppd python readline reflection session spell spl ssl tcpd truetype udev unicode vorbis xml xorg xsl yahoo zlib elibc_glibc kernel_linux linguas_en linguas_nl userland_GNU"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS

I will attach the config.log file.
Comment 1 Dirkjan Ochtman (RETIRED) gentoo-dev 2006-06-14 00:43:40 UTC
Created attachment 89118 [details]
config.log from failing subversion-1.3.2
Comment 2 Daniel Black (RETIRED) gentoo-dev 2006-06-14 03:38:43 UTC
seems to use i686-pc-linux-gnu-gcc for checking a c++ program.
Comment 3 Daniel Black (RETIRED) gentoo-dev 2006-06-14 04:06:39 UTC
looks like http://ipi.fi/~jpalko/config.log and maybe 136748
Comment 4 Paul de Vrieze (RETIRED) gentoo-dev 2006-06-14 04:50:23 UTC
The bug referred to by Daniel is different. In that case the gcc profile seems to be broken, leading to one of the standard c files to not be located. (These files provide a C compatible environment starting with the linux ABI).

That is however not related at all to this bug. You will have to remerge apr-util as the error message says. Unfortunately portage does not support useflag dependencies yet.