Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 285679

Summary: app-office/openoffice-3.1.1 fails to configure with db 4.8.24
Product: Gentoo Linux Reporter: Adam Hunt <ahunt>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Openoffice only searches for sys-libs/db between 4.0 and 4.7.

Description Adam Hunt 2009-09-20 12:29:34 UTC
app-office/openoffice-3.1.1 fails to configure with sys-libs/db greater than 4.7.

Reproducible: Always

Steps to Reproduce:
1.emerge >sys-libs/db-4.7
2.emerge openoffice 
3.

Actual Results:  
Failed to configure.

Expected Results:  
Configure.

Portage 2.1.6.13 (default/linux/x86/2008.0/desktop, gcc-4.4.1, glibc-2.10.1-r0, 2.6.31-gentoo i686)
=================================================================                                  
System uname: Linux-2.6.31-gentoo-i686-Intel-R-_Core-TM-2_CPU_T7600_@_2.33GHz-with-gentoo-2.0.1    
Timestamp of tree: Sun, 20 Sep 2009 08:00:01 +0000                                                 
ccache version 2.4 [enabled]                                                                       
app-shells/bash:     4.0_p33                                                                       
dev-java/java-config: 2.1.9-r1                                                                     
dev-lang/python:     2.6.2-r1, 3.1.1                                                               
dev-util/ccache:     2.4-r8                                                                        
dev-util/cmake:      2.6.4-r2                                                                      
sys-apps/baselayout: 2.0.1
sys-apps/openrc:     0.4.3-r3
sys-apps/sandbox:    2.1
sys-devel/autoconf:  2.13, 2.63-r1
sys-devel/automake:  1.9.6-r2, 1.10.2, 1.11
sys-devel/binutils:  2.19.1-r1
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.30-r1
ACCEPT_KEYWORDS="x86 ~x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=core2"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-O2 -march=core2"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="C"
LDFLAGS="-Wl,-O1"
LINGUAS="en en_US"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage/layman/personal"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X a52 aac acl acpi alsa bash-completion berkdb blas branding bzip2 cairo cdr cli cracklib crypt cups cvs dbus dell dri dts dvd dvdr emacs emboss encode esd evo examples fam fftw firefox flac fortran gif git gpm gs gtk hal iconv isdnlog jpeg kerberos lapack laptop latex ldap libv4l2 mad mikmod mmx mmxext mp3 mp4 mpeg mudflap musicbrainz ncurses nls nptl nptlonly ntp nvidia odbc ogg opengl openmp oscar pam pcre pdf perl png ppds pppd ps python qt3support qt4 quicktime readline reflection samba sdl semantic-desktop session smp spell spl sse sse2 sse3 ssl ssse3 startup-notification subversion svg sysfs tcpd tetex threads thunar tiff truetype unicode usb v4l v4l2 vorbis wicd win32codecs winbind x264 x86 xcb xinerama xml xorg xulrunner xv xvid zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev synaptics joystick" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en en_US" USERLAND="GNU" VIDEO_CARDS="nvidia v4l"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Adam Hunt 2009-09-20 12:32:19 UTC
Created attachment 204684 [details, diff]
Openoffice only searches for sys-libs/db between 4.0 and 4.7.

This patch adds sys-libs/db-4.8 support to the configure script.
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-09-20 13:49:41 UTC

*** This bug has been marked as a duplicate of bug 285544 ***