Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 216705 - net-voip/telepathy-gabble-0.7.2 require loudmouth to be compiled with gnutls
Summary: net-voip/telepathy-gabble-0.7.2 require loudmouth to be compiled with gnutls
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High minor (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-07 13:54 UTC by Stephen Amar
Modified: 2017-06-27 12:09 UTC (History)
3 users (show)

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 Stephen Amar 2008-04-07 13:54:15 UTC
If net-libs/loudmouth-1.3.4 is compiled only with the ssl flag (it uses openssl I guess...), telepathy-gabble won't be able to connect correctly to GTalk (I've only tested with GTalk)

Reproducible: Always

Steps to Reproduce:
1.emerge loudmouth without with the ssl flag but without the gnutls flag
2.execute "GABBLE_DEBUG=all /usr/libexec/telepathy-gabble" then "empathy"

Actual Results:  
(telepathy-gabble:4614): tp-glib-DEBUG: started version 0.7.2 (telepathy-glib version 0.7.5)
LM-LOG-0x200: Going to connect to talk.google.com:5223

LM-LOG-0x200: Trying 216.239.51.125 port 5223...

LM-LOG-0x200: Connection success (2).


** (telepathy-gabble:4614): WARNING **: SSL_connect(): 0 / SSL_ERROR_SYSCALL
LM-LOG-0x200: SSL_connect()

LM-LOG-0x200: Freeing up IOChannel and file descriptor

(telepathy-gabble:4614): tp-glib-DEBUG: no connections, and timed out


Expected Results:  
If loudmouth is compiled with the gnutls flag, telepathy-gabble works correctly.

acetik@electron ~ $ emerge --info
Portage 2.1.5_rc2 (default/linux/amd64/2008.0, gcc-4.2.3, glibc-2.7-r2, 2.6.24-gentoo-r4 x86_64)
=================================================================
System uname: 2.6.24-gentoo-r4 x86_64 Intel(R) Core(TM)2 Duo CPU T7700 @ 2.40GHz
Timestamp of tree: Mon, 07 Apr 2008 12:31:01 +0000
app-shells/bash:     3.2_p33
dev-java/java-config: 1.3.7, 2.1.5
dev-lang/python:     2.4.3-r4, 2.5.1-r5
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.12
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.4_p6, 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.24
ACCEPT_KEYWORDS="amd64 ~amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=nocona"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -pipe -march=nocona"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="en_US.UTF-8"
LDFLAGS=""
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X acl acpi alsa amd64 berkdb bzip2 cairo cdda cli cracklib crypt cups dbus dell dri exif fortran fuse gdbm gnome gpm gstreamer gtk hal iconv ipv6 ipw4965 isdnlog jpeg laptop libnotify mad midi mmx mmx_ext mudflap multilib nautilus ncurses nls nptl nptlonly opengl openmp pam pcre perl png pppd python readline reflection samba session spl sse sse2 ssl startup-notification tcpd threads unicode vim-syntax xcomposite xinerama xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" 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" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="evdev keyboard mouse synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="nv nvidia vesa"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-04-07 20:09:20 UTC
I have been reported this bug a few times on irc and I think the only reasonable solution is to remove the openssl alternative until it is fixed upstream. Of course reporting the bug upstream and pasting the link here would be highly appreciated.
Comment 2 Stephen Amar 2008-04-08 03:07:30 UTC
(In reply to comment #1)
> I have been reported this bug a few times on irc and I think the only
> reasonable solution is to remove the openssl alternative until it is fixed
> upstream. Of course reporting the bug upstream and pasting the link here would
> be highly appreciated.
> 

https://bugs.freedesktop.org/show_bug.cgi?id=15397
Comment 3 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-06-29 22:36:41 UTC
I've fixed this a while ago by removing openssl choice from loudmouth ebuild. If you really want openssl support please deal with this upstream.