Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 150514 - net-p2p/gtk-gnutella fails on missing libgnutls.so.12
Summary: net-p2p/gtk-gnutella fails on missing libgnutls.so.12
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-08 14:01 UTC by Alex
Modified: 2006-10-09 00:03 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 Alex 2006-10-08 14:01:42 UTC
pi@eagle ~ $ emerge --info
Portage 2.1.2_pre2-r6 (default-linux/x86/2006.0, gcc-4.1.1, glibc-2.4-r4, 2.6.18 -gentoo i686)
=================================================================
System uname: 2.6.18-gentoo i686 Intel(R) Pentium(R) 4 CPU 3.00GHz
Gentoo Base System version 1.12.5
Last Sync: Sun, 08 Oct 2006 17:30:09 +0000
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.0-r2, 2.0.30
dev-lang/python:     2.3.5, 2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.15.92.0.2-r7, 2.17
sys-devel/gcc-config: 1.3.13-r4
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shu tdown /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/ 3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/ share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms / /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/ distributions/gentoo"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/di stfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X acpi alsa apache2 arts berkdb bitmap-fonts cdr cjk cli cpdflib crypt cups dba divx dlloader dri dvd dvdr dvdread eds elibc_glibc emacs emboss encode esd ethereal ffmpeg foomaticdb fortran gcj gdbm gif gmedia gnome gnutls gpm gstr eamer gtk gtk2 hal hald hawl imlib input_devices_keyboard input_devices_mouse ip v6 isdnlog java javascript jpeg kde kdeenablefinal kernel_linux libg++ libwww ma d mikmod mono motif mozilla moznoirc mp3 mpeg mplayer mysql ncurses netboot new- login nls nptl nptlonly nsplugin nvidia nvidia-kernel ogg opengl oss pam pcmcia pcre perl png ppds pppd python qt qt3 qt4 quicktime readline real reflection sca nner sdl seamonkey session spell spl ssl symlink tcpd threads truetype truetype- fonts type1-fonts udev userland_GNU v4l video_cards_nv video_cards_nvidia vorbis  win32codecs wpm xine xinerama xml xml2 xmms xorg xprint xslt xv zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGU AS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY


this is the error 

pi@eagle ~ $ gtk-gnutella
gtk-gnutella: error while loading shared libraries: libgnutls.so.12: cannot open shared object file: No such file or directory


i did revdep-rebuild --library libgnutls.so.12 ( when i first run this i had all kinds of "broken bones"  however that fixed all the broken bones but gtk-gnutella  
also i did reemerged gnutls and gtk-gnutella several times 

Thank u very much ;-)
Comment 1 Alex 2006-10-08 19:10:06 UTC
pi@eagle ~ $ cd /usr/lib
pi@eagle /usr/lib $ ls -la libgnutls
libgnutls-extra.a            libgnutls-openssl.so.13
libgnutls-extra.la           libgnutls-openssl.so.13.0.9
libgnutls-extra.so           libgnutls.a
libgnutls-extra.so.13        libgnutls.la
libgnutls-extra.so.13.0.9    libgnutls.so
libgnutls-openssl.a          libgnutls.so.13
libgnutls-openssl.la         libgnutls.so.13.0.9
libgnutls-openssl.so
pi@eagle /usr/lib $ ls -la libgnutls.so
libgnutls.so         libgnutls.so.13      libgnutls.so.13.0.9
pi@eagle /usr/lib $ ls -la libgnutls.so.13
lrwxrwxrwx 1 root root 19 Oct  7 08:04 libgnutls.so.13 -> libgnutls.so.13.0.9
pi@eagle /usr/lib $

hmmm it looks like i found my problem , however how do i fix it ;;)
Comment 2 Alex 2006-10-08 19:36:30 UTC
btw , i went to freenode/gtk-gnutella and some kind "peep" helped me out 

onus> try ldd gtk-gnutella [14:56]
<getoo> k
<getoo>  ldd gtk-gnutella [14:57]
<getoo> ldd: ./gtk-gnutella: No such file or directory
<getoo> 
<getoo> btw , gnutella work just fine before , it looks like after some
	upgrade messed up the libs [15:02]
<Cyclonus> which gtk-gnutella [15:04]
<getoo>  $ which gtk-gnutella [15:05]
<getoo> /usr/local/bin/gtk-gnutella
<getoo> 
<getoo> its 0.96.1
<Cyclonus> ldd /usr/local/bin/gtk-gnutella|grep gnutls [15:07]
<getoo> k
<getoo> $ ldd /usr/local/bin/gtk-gnutella | grep gnutls [15:08]
<getoo>         libgnutls.so.12 => not found
<getoo> 
<Cyclonus> does gentoo install everything into /usr/local? [15:09]
<getoo> nope
<Cyclonus> which -a gtk-gnutella
<getoo> k
<getoo>  $ which -a gtk-gnutella
<getoo> /usr/local/bin/gtk-gnutella
<getoo> /usr/bin/gtk-gnutella
<getoo> 
<Cyclonus> rm /usr/local/bin/gtk-gnutella [15:10]
<getoo> $ ldd /usr/bin/gtk-gnutella | grep gnutls [15:11]
<getoo>         libgnutls.so.13 => /usr/lib/libgnutls.so.13 (0xb7875000)
<getoo> 
<getoo> k 
<getoo> yes , it worked [15:13]
<getoo> thanx
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-10-09 00:03:14 UTC
Reopen to resolve properly.
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-10-09 00:03:44 UTC
INVALID, we don't install anything to /usr/local