Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 376555 - app-office/gnucash-2.4.6 fails DBI tests due buggy libdbi
Summary: app-office/gnucash-2.4.6 fails DBI tests due buggy libdbi
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL: https://bugzilla.gnome.org/show_bug.c...
Whiteboard:
Keywords: TESTFAILURE
Depends on: 425306
Blocks:
  Show dependency tree
 
Reported: 2011-07-27 05:04 UTC by Dan Wallis
Modified: 2013-02-02 16:59 UTC (History)
3 users (show)

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


Attachments
Full build log (build.log.bz2,41.19 KB, text/plain)
2011-07-27 05:04 UTC, Dan Wallis
Details
Build log for v2.4.7 (build.log.bz2,43.32 KB, application/x-bzip2)
2011-08-30 22:39 UTC, Dan Wallis
Details
Build log, for reinstall (build.log.bz2,43.36 KB, application/x-bzip)
2011-10-17 01:20 UTC, Dan Wallis
Details
Build log with libdbi-0.8.1 (build.log.bz2,13.44 KB, application/x-bzip)
2011-10-19 03:39 UTC, Dan Wallis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Wallis 2011-07-27 05:04:17 UTC
Created attachment 281093 [details]
Full build log

make[6] : on quitte le répertoire « /var/tmp/portage/app-office/gnucash-2.4.6/work/gnucash-2.4.6/src/backend/dbi/test »
make  check-TESTS
make[6] : on entre dans le répertoire « /var/tmp/portage/app-office/gnucash-2.4.6/work/gnucash-2.4.6/src/backend/dbi/test »
/var/tmp/portage/app-office/gnucash-2.4.6/work/gnucash-2.4.6/src/backend/dbi/test/.libs/test-dbi-basic: symbol lookup error: /var/tmp/portage/app-office/gnucash-2.4.6/work/gnucash-2.4.6/src/engine/.libs/libgncmod-engine.so: undefined symbol: timespec_get_type
FAIL: test-dbi-basic
Using filename: /var/tmp/portage/app-office/gnucash-2.4.6/temp/test-OBXyJM
Testing sqlite3
* 16:55:52  WARN <gnc.backend.dbi> [conn_test_dbi_library()] Test_DBI_Library: LongLong Failed -9223372036854775807 !=  0
* 16:55:52  WARN <gnc.backend.dbi> [conn_test_dbi_library()] Test_DBI_Library: Unsigned longlong Failed 9223372036854775807 != 0
* 16:55:52  WARN <gnc.backend.dbi> [conn_test_dbi_library()] Test_DBI_Library: Double Failed     1.797692e+307 !=      0.000000e+00
* 16:55:52  WARN <gnc.backend.dbi> Session Error: 3004, DBI library fails large number test
FAILURE First DB Session Creation Failed test-dbi-stuff.c:181 
TEST_MYSQL_URL=''
TEST_PGSQL_URL=''
Executed 1 test. There was 1 failure.
FAIL: test-dbi
Using filename: /var/tmp/portage/app-office/gnucash-2.4.6/temp/test-IU8nD1
Testing sqlite3
* 16:55:52  WARN <gnc.backend.dbi> [conn_test_dbi_library()] Test_DBI_Library: LongLong Failed -9223372036854775807 !=  0
* 16:55:52  WARN <gnc.backend.dbi> [conn_test_dbi_library()] Test_DBI_Library: Unsigned longlong Failed 9223372036854775807 != 0
* 16:55:52  WARN <gnc.backend.dbi> [conn_test_dbi_library()] Test_DBI_Library: Double Failed     1.797692e+307 !=      0.000000e+00
/bin/sh: line 5: 32122 Erreur de segmentation  GNC_ACCOUNT_PATH=../../../../accounts/C SRCDIR=. GNC_MODULE_PATH="../../../../src/engine/.libs:${GNC_MODULE_PATH}" GUILE_LOAD_PATH="../../../../src/engine:${GUILE_LOAD_PATH}" LD_LIBRARY_PATH="../../../../src/engine/.libs:../../../../src/gnc-module/.libs:../../../../src/core-utils/.libs:../../../../src/libqof/qof/.libs:${LD_LIBRARY_PATH}" DYLD_LIBRARY_PATH="../../../../src/engine/.libs:../../../../src/gnc-module/.libs:../../../../src/core-utils/.libs:../../../../src/libqof/qof/.libs:${DYLD_LIBRARY_PATH}" ${dir}$tst
FAIL: test-dbi-business
Executed 1 test. All tests passed.
PASS: test-load-backend
==========================================
3 of 4 tests failed
Please report to gnucash-devel@gnucash.org
==========================================
make[6]: *** [check-TESTS] Erreur 1
make[6] : on quitte le répertoire « /var/tmp/portage/app-office/gnucash-2.4.6/work/gnucash-2.4.6/src/backend/dbi/test »
make[5]: *** [check-am] Erreur 2
make[5] : on quitte le répertoire « /var/tmp/portage/app-office/gnucash-2.4.6/work/gnucash-2.4.6/src/backend/dbi/test »
make[4]: *** [check-recursive] Erreur 1
Comment 1 Pacho Ramos gentoo-dev 2011-08-29 16:00:34 UTC
+*gnucash-2.4.7 (29 Aug 2011)
+
+  29 Aug 2011; Pacho Ramos <pacho@gentoo.org> +gnucash-2.4.7.ebuild,
+  +files/gnucash-2.4.7-python-detection.patch:
+  Version bump, find python in a faster way, bug #344231, thanks a lot to
+  Arfrever Frehtes Taifersar Arahesis and Ed Catmur for their help.
+

And tests passed for me, please retest with 2.4.7
Comment 2 Dan Wallis 2011-08-30 22:39:54 UTC
Created attachment 285107 [details]
Build log for v2.4.7

Still getting DBI test failures with v2.4.7 unfortunately.
Comment 3 Pacho Ramos gentoo-dev 2011-08-31 08:35:18 UTC
Do tests fail when re-emerging (once updated gnucash version is already installed in your system)?
Comment 4 Dan Wallis 2011-10-17 01:20:43 UTC
Created attachment 290017 [details]
Build log, for reinstall

Unfortunately they do still fail. :(  What can I do to help diagnose?
Comment 5 Pacho Ramos gentoo-dev 2011-10-17 09:43:16 UTC
Are you able to reproduce when manually building?
./configure && make && make check

if they still fail, please report to upstream and post link here: bugzilla.gnome.org
Comment 6 Dan Wallis 2011-10-19 00:06:28 UTC
Still getting test failures when building with:
tar xjf gnucash-2.4.7.tar.bz2; cd gnucash-2.4.7; ./configure; make check

Have reported upstream: https://bugzilla.gnome.org/show_bug.cgi?id=662156
Comment 7 Dan Wallis 2011-10-19 03:39:37 UTC
Created attachment 290221 [details]
Build log with libdbi-0.8.1

Upstream say this is due to "a broken version of libdbi." As suggested, I've downgraded to dev-db/libdbi-0.8.1 & dev-db/libdbi-drivers-0.8.1-r2, and now I get a different failure. Pacho, what version of libdbi works for you?
Comment 8 Pacho Ramos gentoo-dev 2011-10-19 09:47:16 UTC
I have libdbi-0.8.3 and libdbi-drivers-0.8.3, merging gnucash with USE="sqlite" doesn't fail
Comment 9 Pacho Ramos gentoo-dev 2011-10-19 11:31:52 UTC
All is explained in https://bugzilla.gnome.org/show_bug.cgi?id=611936

Probably we need libdbi-0.8.4 in the tree
Comment 10 Dan Wallis 2011-10-19 21:16:22 UTC
(In reply to comment #8)
Perhaps it's a 32- versus 64-bit issue. I'm still on x86 here.
Comment 11 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2011-10-20 07:53:03 UTC
Happened for me. I have libdbi-0.8.3 and libdbi-drivers-0.8.3 on stable x86.

Portage 2.1.10.11 (default/linux/x86/10.0/developer, gcc-4.5.3, glibc-2.12.2-r0, 3.0.6-gentoo i686)
=================================================================
                        System Settings
=================================================================
System uname: Linux-3.0.6-gentoo-i686-Intel-R-_Core-TM-2_Duo_CPU_P8700_@_2.53GHz-with-gentoo-2.0.3
Timestamp of tree: Tue, 18 Oct 2011 02:30:01 +0000
app-shells/bash:          4.1_p9
dev-java/java-config:     2.1.11-r3
dev-lang/python:          2.7.1-r1, 3.1.3-r1
dev-util/cmake:           2.8.4-r1
dev-util/pkgconfig:       0.26
sys-apps/baselayout:      2.0.3
sys-apps/openrc:          0.8.3-r1
sys-apps/sandbox:         2.4
sys-devel/autoconf:       2.13, 2.68
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.3-r1
sys-devel/gcc-config:     1.4.1-r1
sys-devel/libtool:        2.4-r1
sys-devel/make:           3.82-r1
sys-kernel/linux-headers: 2.6.36.1 (virtual/os-headers)
sys-libs/glibc:           2.12.2
Repositories: gentoo x-portage
ACCEPT_KEYWORDS="x86"
ACCEPT_LICENSE="*"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt"
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.3/ext-active/ /etc/php/cgi-php5.3/ext-active/ /etc/php/cli-php5.3/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"
CXXFLAGS="-O2 -march=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests binpkg-logs collision-protect distlocks ebuild-locks fixlafiles fixpackages multilib-strict news parallel-fetch protect-owned sandbox sfperms sign splitdebug strict test test-fail-continue unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox"
FFLAGS=""
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LDFLAGS="-Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j3"
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"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X a52 aac acl acpi alsa berkdb bzip2 cairo cdda cdr cli consolekit cracklib crypt cups cxx dbus device-mapper dri dts dvd dvdr emacs emboss encode exif fam firefox flac fortran gdbm gdu gif git gnome-keyring gnutls gtk iconv icu jpeg lcms libnotify mad mbox mercurial mng modules mp3 mp4 mpeg mudflap ncurses nls nptl nptlonly nss ogg opengl openmp pam pango pcre pdf perl png policykit ppds pppd python qt3support readline sdl secure-delete session snmp spell sqlite ssl startup-notification subversion svg sysfs tcb tcpd threads tiff toolkit-scroll-bars truetype udev unicode usb vorbis x264 x86 xcb xft xinerama xml xorg xulrunner xv xvfb xvid zlib" ALSA_CARDS="ens1371" 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 cgi cgid 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" CALLIGRA_FEATURES="kexi words flow plan stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev keyboard vmmouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="vmware vesa vga" 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, LANG, LC_ALL, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

=================================================================
                        Package Settings
=================================================================

app-office/gnucash-2.4.6 was built with the following:
USE="cxx doc python sqlite test webkit -chipcard -debug -hbci -mysql -ofx -postgres -quotes"
Comment 12 Pacho Ramos gentoo-dev 2012-09-15 09:39:47 UTC
Fixed in latest libdbi
Comment 13 Pacho Ramos gentoo-dev 2013-02-02 16:59:00 UTC
*** Bug 455134 has been marked as a duplicate of this bug. ***