Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 170918 - www-client/elinks automagic gnutls dependency
Summary: www-client/elinks automagic gnutls dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-14 18:11 UTC by phrexianreaper
Modified: 2007-03-15 12:07 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 phrexianreaper 2007-03-14 18:11:52 UTC
elinks is missing a runtime dep to gnutls which elinks complains about. Have to manually install it to solve the problem.

USE-flags in use with Elinks - X, ftp, ipv6, javascript, ruby, unicode, zlip

Reproducible: Always

Steps to Reproduce:
1.compile elinks without gnutls being installed. Use stated USE flags
2.run elinks
3.get error about gnutls

Actual Results:  
Elinks errors and complains about a missing shared lib.

Expected Results:  
started up and asked me for a URL
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-03-14 20:39:41 UTC
Post some errors here, ebuild version and emerge --info; elinks doesn't compile against gnutls at all now.
Comment 2 phrexianreaper 2007-03-14 22:38:06 UTC
I went ahead to remove gnutls from my system to pull the error message. When it is installed, like I said, it works fine.

Error, version, and emerge --info, in order:

------------------------------------------

elinks www.gentoo.org
elinks: error while loading shared libraries: libgnutls.so.13: cannot open shared object file: No such file or directory

--------------------------------------------

eix -I elinks
[I] www-client/elinks
     Available versions:  0.10.5 ~0.10.5-r1 0.10.6 ~0.11.1 0.11.2
     Installed versions:  0.11.2
       <snip>

--------------------------------------------------

emerge --info
Portage 2.1.2.2 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.5-r0, 2.6.19-gentoo-r5 i686)
=================================================================
System uname: 2.6.19-gentoo-r5 i686 Intel(R) Pentium(R) 4 CPU 2.53GHz
Gentoo Base System release 1.12.9
Timestamp of tree: Wed, 14 Mar 2007 09:00:01 +0000
dev-java/java-config: 1.3.7, 2.0.31
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -march=pentium4 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="http://www.gtlib.gatech.edu/pub/gentoo/ http://distfiles.gentoo.org http://www.ibiblio.org/pub/Linux/distributions/gentoo"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--sort-common -s"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa bash-completion bitmap-fonts cli dri gtk iconv ipv6 jpeg libg++ mbox mmx mmxext ncurses nptl nptlonly opengl pam pcre ppds session sse sse2 svga symlink tcpd unicode x86 xorg zlib" ALSA_CARDS="intel8x0" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="evdev keyboard" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="i810"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-03-14 22:45:31 UTC
.
Comment 4 Michal Januszewski (RETIRED) gentoo-dev 2007-03-15 12:07:00 UTC
Fixed in CVS. Thanks for reporting the problem.