Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 319583 - dev-lang/ruby:1.8[berkdb] and dev-lang/ruby-enterprise fails to build with sys-libs/db:5.0 installed
Summary: dev-lang/ruby:1.8[berkdb] and dev-lang/ruby-enterprise fails to build with sy...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: db:5.x
  Show dependency tree
 
Reported: 2010-05-13 18:36 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2010-05-18 23:10 UTC (History)
0 users

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


Attachments
Build log (ruby-1.8.7_p249-r1:20100513-180948.log,27.15 KB, text/plain)
2010-05-13 18:36 UTC, Diego Elio Pettenò (RETIRED)
Details
Proposed patch for 1.8 (ruby-1.8.7_p249+db-5.0.patch,430 bytes, text/plain)
2010-05-14 10:48 UTC, Diego Elio Pettenò (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2010-05-13 18:36:28 UTC
Portage 2.1.8.3 (default/linux/x86/10.0, gcc-4.5.0-asneeded, glibc-2.11.1-r0, 2.6.33.4 i686)
=================================================================
System uname: Linux-2.6.33.4-i686-Quad-Core_AMD_Opteron-tm-_Processor_2350-with-gentoo-2.0.1
Timestamp of tree: Thu, 13 May 2010 15:00:21 +0000
app-shells/bash:     4.1_p5
dev-java/java-config: 2.1.11
dev-lang/python:     2.6.5-r2, 3.1.2-r3
dev-util/cmake:      2.8.1-r1
sys-apps/baselayout: 2.0.1
sys-apps/openrc:     0.6.1-r1
sys-apps/sandbox:    2.2
sys-devel/autoconf:  2.65
sys-devel/automake:  1.9.6-r3, 1.10.3, 1.11.1
sys-devel/binutils:  2.20.1-r1
sys-devel/gcc:       4.5.0
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6b
virtual/os-headers:  2.6.33
ACCEPT_KEYWORDS="x86 ~x86"
ACCEPT_LICENSE="*"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe"
DISTDIR="/var/cache/distfiles"
FEATURES="assume-digests distlocks fixpackages news parallel-fetch protect-owned sandbox sfperms split-log strict test test-fail-continue unmerge-orphans userfetch userpriv usersandbox"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://ftp.uni-erlangen.de/pub/mirrors/gentoo"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1"
MAKEOPTS="-j14"
PKGDIR="/var/spool/portage/packages"
PORTAGE_COMPRESS=""
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="/var/cache/portage/tree-tinderbox"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="acl berkdb bzip2 cli cracklib crypt cups cxx dri fortran gdbm gpm iconv ipv6 java5 java6 modules mudflap ncurses nls nostatic nptl nptlonly openmp pam pcre perl pppd python qt3support readline reflection ruby session spl ssl sysfs tcpd unicode vhosts x86 xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" 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 auth_digest" ELIBC="glibc" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" RUBY_TARGETS="ruby18 jruby ruby19" USERLAND="GNU" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" 
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-05-13 18:36:38 UTC
Created attachment 231357 [details]
Build log
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-05-13 18:51:05 UTC
Robin, you added db:5.0, maybe you can explain me this change:

-#if DB_DBM_HSEARCH != 0
+#ifdef HAVE_DBM
 int     __db_ndbm_clearerr __P((DBM *));
 void    __db_ndbm_close __P((DBM *));
 int     __db_ndbm_delete __P((DBM *, datum));

This is the main problem for Ruby: if I do define HAVE_DBM it works properly.
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2010-05-13 20:18:50 UTC
checking if --enable-dbm option specified... yes
db_cv_build_dbm=no
something is broken in the configure.

debugging now.
Comment 4 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2010-05-14 03:19:56 UTC
Ok, looks like upstream has split the DBM vs. HSEARCH functionality.
Is Ruby using just DBM or actually hsearch as well?

Wherever you were defining -DDB_DBM_HSEARCH, you should also add -DHAVE_DBM.

5.0.21-r1 actually makes sure DBM builds properly now, so you'll need that as well.
Comment 5 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-05-14 10:48:04 UTC
Created attachment 231427 [details]
Proposed patch for 1.8
Comment 6 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2010-05-14 11:05:53 UTC
Dropping myself from the CC, as the sys-libs/db side of this is done.
Comment 7 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-05-18 23:10:39 UTC
Fixed for MRI 1.8.6, 1.8.7 and ruby-enterprise.