Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 107330 - gnunet -0.70 needs sqlite
Summary: gnunet -0.70 needs sqlite
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-26 14:26 UTC by Patrick Lauer
Modified: 2005-09-27 06:20 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Lauer gentoo-dev 2005-09-26 14:26:58 UTC
Sep 27 00:23:48 ERROR: `lt_dlopenext' failed for library
`libgnunetmodule_sqstore_sqlite' at dso.c:99 with error:
libgnunetmodule_sqstore_sqlite.so: cannot open shared object file: No such file
or directory
Sep 27 00:23:48 Failure at datastore.c:313.
Sep 27 00:23:48 WARNING: Failed to load service `datastore'

Reproducible: Always
Steps to Reproduce:
1. USE="-sqlite" emerge gnunet
2.
3.



Expected Results:  
it should have optionally maybe worked ;-)

Portage 2.0.51.22-r2 (default-linux/x86/2005.0, gcc-3.3.6, glibc-2.3.5-r1,
2.6.11 i686)
=================================================================
System uname: 2.6.11 i686 AMD Athlon(tm) Processor
Gentoo Base System version 1.6.13
distcc 1.2.3 i686-pc-linux-gnu (protocol 1) (default port 3632) [disabled]
ccache version 2.3 [enabled]
dev-lang/python:     2.2.3-r5, 2.3.5-r2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-mcpu=athlon -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.1/share/config
/usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/bind
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-mcpu=athlon -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig buildpkg ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.easynet.nl/mirror/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 X apm avi berkdb bitmap-fonts crypt curl eds emboss fam foomaticdb
fortran gd gdbm gif gstreamer gtk gtk2 hardened imlib ipv6 java jpeg libg++
libwww motif mozilla mp3 mysql ncurses nls ogg pam parse-clocks pdflib perl pic
png ppds python readline samba sdl slang spell sqlite ssl svga tcltk tcpd tiff
truetype truetype-fonts type1-fonts unicode vorbis wxwindows xml xml2 zlib
userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Marcin Kryczek (RETIRED) gentoo-dev 2005-09-26 15:04:15 UTC
whitch gnunet* command are you executing?
Comment 2 Patrick Lauer gentoo-dev 2005-09-26 15:16:22 UTC
gnunet-setup

looks like upstream has patched it:
https://gnunet.org/mantis/view.php?id=919
Comment 3 Patrick Lauer gentoo-dev 2005-09-26 15:21:49 UTC
uhm ... sorry, mixed two bugs here :-)
gnunetd was the one causing the sqlite error

shouldn't bughunt when tired ...
Comment 4 Marcin Kryczek (RETIRED) gentoo-dev 2005-09-27 06:20:50 UTC
you've got sqstore_sqlite set in your gnunetd.conf. change it into sqstore_mysql 
and it should work.
new ebuild (0.7.0-r1) automatically changes default to mysql if gnunet is 
compiled without sqlite support (it should be done by upstream:|) and fails if 
user has USE set to "-mysql -sqlite" 
anyway - thanks for reporting