Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 123551 - gnome-panel did not find ssl3 - solved
Summary: gnome-panel did not find ssl3 - solved
Status: RESOLVED DUPLICATE of bug 122666
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-20 15:37 UTC by Mario Bachmann
Modified: 2006-02-21 11:14 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 Mario Bachmann 2006-02-20 15:37:40 UTC
when updating from gnome-panel-2.12.2 to 2.12.3, i got following message. 
emerge gnome-panel

/usr/lib/gcc/i686-pc-linux-gnu/3.4.5/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lssl3
collect2: ld returned 1 exit status
distcc[24665] ERROR: compile (null) on localhost failed
make[3]: *** [clock-applet] Fehler 1
make[3]: Leaving directory `/var/tmp/portage/gnome-panel-2.12.3/work/gnome-panel-2.12.3/applets/clock'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/var/tmp/portage/gnome-panel-2.12.3/work/gnome-panel-2.12.3/applets'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/var/tmp/portage/gnome-panel-2.12.3/work/gnome-panel-2.12.3'
make: *** [all] Fehler 2

!!! ERROR: gnome-base/gnome-panel-2.12.3 failed.
Call stack:
  ebuild.sh, line 1894:   Called dyn_compile
  ebuild.sh, line 941:   Called src_compile
  ebuild.sh, line 1609:   Called gnome2_src_compile

!!! compile failure
!!! If you need support, post the topmost build error, and the call stack if relevant.

curious: the ssl3 lib file was available: 
find /usr/lib -name libssl3*
 /usr/lib/nss/libssl3.so.11
 /usr/lib/nss/libssl3.so
 /usr/lib/mozilla-thunderbird/libssl3.so
and the file /etc/ld.so.conf has the entry /usr/lib/nss. 

finally i solved the problem by 
emerge evolution-data-server yelp epiphany

after that emerge gnome-panel worked fine.
Comment 1 Saleem Abdulrasool (RETIRED) gentoo-dev 2006-02-21 11:14:14 UTC

*** This bug has been marked as a duplicate of 122666 ***