Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90829 - libgnutls.so.XX hardcoded in many applications
Summary: libgnutls.so.XX hardcoded in many applications
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Crypto team [DISABLED]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-29 00:53 UTC by Kamil Gornik
Modified: 2005-04-29 04:54 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 Kamil Gornik 2005-04-29 00:53:26 UTC
I've emerged latest gnutls and a wide sort of applications is broken. E.g. I cannot upgrade from evolution-2.0.3 to 2.0.4


Reproducible: Always
Steps to Reproduce:
1. emerge '=gnutls-1.2.3'
2.
3.

Actual Results:  
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/../../../../i686-pc-linux-gnu/
bin/ld: warning: libgnutls.so.11, needed by /usr/lib/libsoup-2.2.so, not found (
try using -rpath or -rpath-link

Expected Results:  
no error

> revdep-rebuild -p world 

[...]
Checking dynamic linking consistency...
  broken /usr/lib/ekg2/plugins/jabber.so (requires libgnutls.so.11)
  broken /usr/lib/libsoup-2.2.so.7.0.0 (requires libgnutls.so.11)
  broken /usr/lib/libegroupwise.so.6.0.0 (requires libgnutls.so.11 libgnutls.so.11)
  broken /usr/lib/evolution/2.0/components/libevolution-calendar.so (requires
libgnutls.so.11 libgnutls.so.11)
  broken /usr/lib/evolution/2.0/camel-providers/libcamelgroupwise.so (requires
libgnutls.so.11 libgnutls.so.11 libgnutls.so.11)
  broken /usr/lib/libgnutls-extra.so.12.3.0 (requires libgnutls.so.11)
  broken /usr/bin/gnutls-serv (requires libgnutls.so.11)
  broken /usr/bin/srptool (requires libgnutls.so.11)
  broken /usr/bin/gnutls-cli (requires libgnutls.so.11)
  broken /usr/bin/gnutls-cli-debug (requires libgnutls.so.11)
  broken /usr/libexec/evolution-data-server-1.0 (requires libgnutls.so.11
libgnutls.so.11 libgnutls.so.11)
  broken /usr/libexec/evolution-webcal (requires libgnutls.so.11 libgnutls.so.11)
  broken /usr/X11R6/lib/ekg2/plugins/jabber.so (requires libgnutls.so.11)
  broken /usr/X11R6/lib/libsoup-2.2.so.7.0.0 (requires libgnutls.so.11)
  broken /usr/X11R6/lib/libegroupwise.so.6.0.0 (requires libgnutls.so.11
libgnutls.so.11)
  broken /usr/X11R6/lib/evolution/2.0/components/libevolution-calendar.so
(requires libgnutls.so.11 libgnutls.so.11)
  broken /usr/X11R6/lib/evolution/2.0/camel-providers/libcamelgroupwise.so
(requires libgnutls.so.11 libgnutls.so.11 libgnutls.so.11)
  broken /usr/X11R6/lib/libgnutls-extra.so.12.3.0 (requires libgnutls.so.11)
  broken /usr/X11R6/bin/gnutls-serv (requires libgnutls.so.11)
  broken /usr/X11R6/bin/srptool (requires libgnutls.so.11)
  broken /usr/X11R6/bin/gnutls-cli (requires libgnutls.so.11)
  broken /usr/X11R6/bin/gnutls-cli-debug (requires libgnutls.so.11)
[...]
Comment 1 Daniel Black (RETIRED) gentoo-dev 2005-04-29 04:49:13 UTC
hence the revdep-rebuild instruction at the end of the emerge of gnutls and this will be coming out in the GLSA soonish.
Comment 2 Daniel Black (RETIRED) gentoo-dev 2005-04-29 04:54:59 UTC
which wasn't as obvious as it should of been because of bug #90841.

Apologies if this was harsh.