Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 79370 - net-im/gaim-1.1.2 doesn't connect to msn (asks for SSL support)
Summary: net-im/gaim-1.1.2 doesn't connect to msn (asks for SSL support)
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gaim Bugs Crew
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-24 11:36 UTC by Guillaume
Modified: 2005-01-27 06:29 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 Guillaume 2005-01-24 11:36:37 UTC
I just upgraded gaim and when I try to connect to MSN, I get the following message:
toto has been deconnected.
SSL support is needed for MSN. Please install a supported SSL library. See http://gaim.sourceforge.net/faq-ssl.php for more information.


Reproducible: Always
Steps to Reproduce:
1. Launch gaim.
2. Try to connect to an MSN account.




# emerge info 
Portage 2.0.51-r14 (default-linux/x86/2004.3, gcc-3.4.3,
glibc-2.3.4.20041102-r0, 2.6.10-ac10 i686)
=================================================================
System uname: 2.6.10-ac10 i686 Intel(R) Celeron(R) CPU 2.00GHz
Gentoo Base System version 1.6.8
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Jan 20 2005, 09:19:26)]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.9.4, 1.8.5-r2, 1.5, 1.6.3, 1.4_p6, 1.7.9
sys-devel/binutils:  2.15.92.0.2-r2
sys-devel/libtool:   1.5.10-r3
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=pentium4 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=pentium4 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://gentoo.blueyonder.co.uk http://gentoo.ynet.sk/pub
http://ftp.snt.utwente.nl/pub/os/linux/gentoo     http://gentoo.oregonstate.edu
    http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 X aalib alsa avi bitmap-fonts cjk crypt dvd encode fortran gif gnutls
gtk gtk2 java jpeg mad mmx mng mp3 mpeg ncurses nls offensive oggvorbis opengl
pam pic png python quicktime readline sdl sse ssl svg theora tiff truetype
truetype-fonts unicode wmf xml2 xprint xvid"
Unset:  ASFLAGS, CBUILD, CTARGET, LDFLAGS

# emerge -pv gnutls nss gaim gaim-encryption

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] net-libs/gnutls-1.0.23  +crypt -doc -zlib 0 kB 
[ebuild   R   ] dev-libs/nss-3.9.2-r2  4,623 kB 
[ebuild   R   ] net-im/gaim-1.1.2  +cjk +crypt -debug -eds +gnutls -nas +nls
-perl -silc -spell 0 kB 
[ebuild   R   ] x11-plugins/gaim-encryption-2.34  -debug 0 kB 

Total size of downloads: 4,623 kB
Comment 1 Guillaume 2005-01-25 02:03:27 UTC
Next morning ... after firing up the computer, gaim is again working without problems. I guess it was probably a library conflict problem. Weird.
Comment 2 Don Seiler (RETIRED) gentoo-dev 2005-01-25 09:36:18 UTC
Note that MSN was also down the other day.  That might have played a factor in things.
Comment 3 Guillaume 2005-01-27 04:33:36 UTC
Makes 2 days that I get the same error message, and the MSN network looks fine:
http://support.msn.com/networkstatusresults.aspx?ProductNum=100&ProductLocId=458
Comment 4 Guillaume 2005-01-27 05:28:02 UTC
$ ldd /usr/lib/gaim/ssl-gnutls.so 
        linux-gate.so.1 =>  (0xffffe000)
        libgnutls.so.12 => not found
        libgcrypt.so.11 => /usr/lib/libgcrypt.so.11 (0xb7f9b000)
        libnsl.so.1 => /lib/libnsl.so.1 (0xb7f85000)
        libc.so.6 => /lib/libc.so.6 (0xb7e5d000)
        libgpg-error.so.0 => /usr/lib/libgpg-error.so.0 (0xb7e59000)
        /lib/ld-linux.so.2 (0x80000000)

Mmmmhhh looks like a revdep-rebuild was needed ... fixed !
Comment 5 Don Seiler (RETIRED) gentoo-dev 2005-01-27 06:29:41 UTC
Yes that is a problem with gnutls, for some reason it needs to be built twice and then deps need to be rebuilt.