Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 174680 - net-nntp/inn-2.4.3-2.4.3 fails to emerge - ovdb.c fails to compile
Summary: net-nntp/inn-2.4.3-2.4.3 fails to emerge - ovdb.c fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: Gentoo Net-news project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-15 13:28 UTC by Steve Carr
Modified: 2007-04-17 23:06 UTC (History)
0 users

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


Attachments
build.log (build.log,49.11 KB, text/plain)
2007-04-15 13:29 UTC, Steve Carr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Carr 2007-04-15 13:28:59 UTC
Attempting to emerge inn...

gcc -O2 -mcpu=G4 -mtune=G4 -maltivec -mabi=altivec -fno-strict-aliasing -pipe -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I/usr/include -c ovdb/ovdb.c  -fPIC -DPIC -o ovdb/.libs/ovdb.lo
ovdb/ovdb.c: In function 'ovdb_open_berkeleydb':
ovdb/ovdb.c:1529: error: 'DB_ENV' has no member named 'set_lk_max'
make[1]: *** [ovdb/ovdb.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/net-nntp/inn-2.4.3/work/inn-2.4.3/storage'
make: *** [all-storage] Error 2

!!! ERROR: net-nntp/inn-2.4.3 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_compile
  ebuild.sh, line 971:   Called qa_call 'src_compile'
  environment, line 3982:   Called src_compile
  inn-2.4.3.ebuild, line 74:   Called die

Reproducible: Always

Steps to Reproduce:
1. emerge --deep inn


Expected Results:  
Should have emerged inn

cookiemonster ~ # emerge --info
Portage 2.1.2.2 (default-linux/ppc/ppc32/2006.1/G4, gcc-4.1.1, glibc-2.5-r0, 2.6.20-gentoo-r5 ppc)
=================================================================
System uname: 2.6.20-gentoo-r5 ppc 7447A, altivec supported
Gentoo Base System release 1.12.9
Timestamp of tree: Sun, 15 Apr 2007 05:00:01 +0000
dev-java/java-config: 1.3.7, 2.0.31
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS="ppc"
AUTOCLEAN="yes"
CBUILD="powerpc-unknown-linux-gnu"
CFLAGS="-O2 -mcpu=G4 -mtune=G4 -maltivec -mabi=altivec -fno-strict-aliasing -pipe"
CHOST="powerpc-unknown-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb /var/bind"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/php/apache1-php5/ext-active/ /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -mcpu=G4 -mtune=G4 -maltivec -mabi=altivec -fno-strict-aliasing -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_EXTRA_OPTS="--timeout=600"
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 --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa altivec apache2 arts berkdb bitmap-fonts bonobo cdr clamav cli cracklib crypt cups curl dri dvd dvdr eds emboss encode esd fam firefox fortran freetds gdbm gif gnome gpm gstreamer gtk gtkhtml iconv ieee1394 imap ipv6 isdnlog java jpeg kde ldap libg++ libwww mad midi mikmod mono mozilla mp3 mpeg mysql ncurses nls nptl nptlonly objc oci8-instant-client odbc ogg opengl oracle pam pcre pdf perl php png ppc pppd python qt3 qt4 quicktime readline reflection ruby samba sasl sdl session spell spl sqlite ssl tcl tcpd tk truetype truetype-fonts type1-fonts unicode usb vorbis xml xorg xv zlib" ALSA_CARDS="aoa aoa-fabric-layout aoa-onyx aoa-soundbus aoa-soundbus-i2s aoa-tas aoa-toonie powermac usb-audio via82xx" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="radeon fbdev"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTDIR_OVERLAY
Comment 1 Steve Carr 2007-04-15 13:29:33 UTC
Created attachment 116302 [details]
build.log
Comment 2 Wulf Krueger (RETIRED) gentoo-dev 2007-04-17 23:06:21 UTC
This was a compatibility problem with sys-libs/db-4.4* and 4.5*. I've just committed a fix to CVS.