Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 213958 - Please stabilize net-im/bitlbee-1.2
Summary: Please stabilize net-im/bitlbee-1.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Cédric Krier
URL: http://help.yahoo.com/l/us/yahoo/mess...
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks:
 
Reported: 2008-03-19 21:34 UTC by michael@smith-li.com
Modified: 2022-08-23 05:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Fixes missing dependency problems. (bitlbee-addcheckdependency.patch,929 bytes, patch)
2008-03-25 21:13 UTC, Thomas Anderson (tanderson) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description michael@smith-li.com 2008-03-19 21:34:28 UTC
The current stable bitlbee (1.0.3) will not work with Yahoo! after April 2, 2008, if the above link and server message...

 YAHOO - Yahoo! system message: Warning: This version of Messenger 
              will expire on April 2, 2008. Please upgrade to the latest 
              supported version: http://messenger.yahoo.com Learn more: 
              http://messenger.yahoo.com/eol

...are to be believed. Please rapid-stabilize a newer version so that we can continue using the bitl!

Oh, and this protocol deprecation may affect more than just bitlbee...

Reproducible: Always

Steps to Reproduce:
Comment 1 Cédric Krier gentoo-dev 2008-03-20 10:18:36 UTC
(In reply to comment #0)
> 
Can you tell me which version will works for Yahoo! ?
Comment 2 Cédric Krier gentoo-dev 2008-03-20 10:27:41 UTC
(In reply to comment #1)
> (In reply to comment #0)
> > 
> Can you tell me which version will works for Yahoo! ?
> 
I reply to myself.
It is version 1.2 that will still work with Yahoo!.
As I bump it only 19 Mar 2008, I will wait at least on week before stabilize it.
Comment 3 michael@smith-li.com 2008-03-20 16:20:06 UTC
I upgraded to 1.2 immediately after posting this bug. I haven't had any problems with it yet, but if I have any I'll let you know. So far it works great. :)
Comment 4 Cédric Krier gentoo-dev 2008-03-25 09:52:01 UTC
Please stabilize net-im/bitlbee-1.2
Comment 5 Thomas Anderson (tanderson) (RETIRED) gentoo-dev 2008-03-25 21:13:21 UTC
====amd64===

Installation fails in src_test():

>>> Test phase [check]: net-im/bitlbee-1.2
make[1]: Entering directory `/var/tmp/portage/net-im/bitlbee-1.2/work/bitlbee-1.2/lib'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/var/tmp/portage/net-im/bitlbee-1.2/work/bitlbee-1.2/lib'
make[1]: Entering directory `/var/tmp/portage/net-im/bitlbee-1.2/work/bitlbee-1.2/protocols'
make[2]: Entering directory `/var/tmp/portage/net-im/bitlbee-1.2/work/bitlbee-1.2/protocols/jabber'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/var/tmp/portage/net-im/bitlbee-1.2/work/bitlbee-1.2/protocols/jabber'
make[2]: Entering directory `/var/tmp/portage/net-im/bitlbee-1.2/work/bitlbee-1.2/protocols/oscar'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/var/tmp/portage/net-im/bitlbee-1.2/work/bitlbee-1.2/protocols/oscar'
make[2]: Entering directory `/var/tmp/portage/net-im/bitlbee-1.2/work/bitlbee-1.2/protocols/yahoo'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/var/tmp/portage/net-im/bitlbee-1.2/work/bitlbee-1.2/protocols/yahoo'
* Linking protocols.o
make[1]: Leaving directory `/var/tmp/portage/net-im/bitlbee-1.2/work/bitlbee-1.2/protocols'
* Linking bitlbee
* Stripping bitlbee
make -C doc
make[1]: Entering directory `/var/tmp/portage/net-im/bitlbee-1.2/work/bitlbee-1.2/doc'
# Only build the docs if this is a bzr checkout
test ! -d ../.bzr || make -C user-guide
make[1]: Leaving directory `/var/tmp/portage/net-im/bitlbee-1.2/work/bitlbee-1.2/doc'
make -C tests
make[1]: Entering directory `/var/tmp/portage/net-im/bitlbee-1.2/work/bitlbee-1.2/tests'
* Compiling check.c
check.c:4:19: error: check.h: No such file or directory
check.c:42: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
check.c:45: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
check.c:48: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
check.c:51: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
check.c:54: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
check.c:57: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
check.c:60: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
check.c:63: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
check.c:66: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
check.c:69: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
check.c: In function 'main':
check.c:74: error: 'SRunner' undeclared (first use in this function)
check.c:74: error: (Each undeclared identifier is reported only once
check.c:74: error: for each function it appears in.)
check.c:74: error: 'sr' undeclared (first use in this function)
check.c:118: error: 'CK_NOFORK' undeclared (first use in this function)
check.c:119: error: 'CK_VERBOSE' undeclared (first use in this function)
check.c:119: error: 'CK_NORMAL' undeclared (first use in this function)
make[1]: *** [check.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/net-im/bitlbee-1.2/work/bitlbee-1.2/tests'
make: *** [check] Error 2
 * 
 * ERROR: net-im/bitlbee-1.2 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_test
 *             environment, line 2520:  Called die
 * The specific snippet of code:
 *               hasq test $FEATURES && die "Make check failed. See above for details.";
 *  The die message:
 *   Make check failed. See above for details.
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/log/portage/net-im:bitlbee-1.2:20080325-211019.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-im/bitlbee-1.2/temp/environment'.

Patch coming(missing dep on dev-libs/check)!
Comment 6 Thomas Anderson (tanderson) (RETIRED) gentoo-dev 2008-03-25 21:13:53 UTC
Created attachment 147308 [details, diff]
Fixes missing dependency problems.
Comment 7 Cédric Krier gentoo-dev 2008-03-25 22:05:03 UTC
Fix in cvs
Comment 8 Thomas Anderson (tanderson) (RETIRED) gentoo-dev 2008-03-25 23:19:11 UTC
====amd64====

With USE="nss yahoo oscar jabber ssl -gnutls" 

make[1]: Leaving directory `/var/tmp/portage/net-im/bitlbee-1.2/work/bitlbee-1.2/protocols'
* Linking bitlbee
protocols/protocols.o: In function `jabber_pkt_proceed_tls':
io.c:(.text+0x30f8): undefined reference to `ssl_starttls'
collect2: ld returned 1 exit status
make: *** [bitlbee] Error 1

with  USE="jabber oscar -ssl yahoo nss gnutls" it compiles.
with  USE="jabber oscar ssl yahoo nss gnutls" it compiles.

Basically if USE="nss" and USE!="gnutls" the build fails. interesting...
Comment 9 Thomas Anderson (tanderson) (RETIRED) gentoo-dev 2008-03-25 23:23:37 UTC
Also, which might be worth an ewarn, bitlbee will not work with talk.google.com unless USE="nss". Might not be worth it though, since it is rather server-specific.
Comment 10 Christian Faulhammer (RETIRED) gentoo-dev 2008-03-27 18:07:08 UTC
(In reply to comment #8)
> ====amd64====
> 
> With USE="nss yahoo oscar jabber ssl -gnutls" 

 Same here on x86:

Portage 2.1.4.4 (default-linux/x86/2007.0/desktop, gcc-4.1.2, glibc-2.6.1-r0, 2.6.24-gentoo-r3 i686)
=================================================================
System uname: 2.6.24-gentoo-r3 i686 AMD Athlon(tm) X2 Dual Core Processor BE-2400
Timestamp of tree: Thu, 27 Mar 2008 16:16:01 +0000
app-shells/bash:     3.2_p17-r1
dev-java/java-config: 1.3.7, 2.1.4
dev-lang/python:     2.4.4-r9
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.11.1
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.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
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.23-r3
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /opt/openfire/resources/security/ /opt/openjms/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config /var/lib/hsqldb /var/vpopmail/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-O2"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache distlocks metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans userfetch userpriv"
GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo/"
LANG="de_DE.utf8"
LC_ALL="de_DE.utf8"
LINGUAS="de"
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"
PORTDIR_OVERLAY="/usr/portage/local/layman/sunrise"
SYNC="rsync://rsync.informatik.rwth-aachen.de/gentoo-portage"
USE="3dnow 3dnowext X a52 acl acpi aiglx alsa apache2 apm applet artworkextra asf audiofile avahi bash-completion beagle berkdb bidi bogofilter bootsplash branding bzip2 cairo ccache cdda cddb cdparanoia cdr cli console cracklib crypt css cups curl custom-cflags dbus dga directfb divx4linux dri dts dvd dvdr dvdread dvi eds emacs emboss encode esd evince evo exif fam fat fbcon fdftk ffmpeg firefox flac foomaticdb fortran ftp gb gcj gdbm gif glitz gnome gpm gsf gstreamer gtk gtk2 gtkhtml hal howl iconv icq idn imagemagick imap imlib immqt-bc isdnlog java javascript jpeg jpeg2k kde ldap libnotify lirc lm_sensors mad maildir matroska mbox midi mikmod mime mmx mmxext mng mono mp3 mpeg mpeg2 mudflap mule mysql nautilus ncurses nforce2 nls nocardbus nptl nptlonly nsplugin nvidia objc objc++ objc-gc offensive ogg opengl openmp pam pango pcre pdf perl php plotutils pmu png ppds pppd prediction preview-latex print python qt3 qt3support qt4 quicktime readline reflection samba sdk session slang spell spl sse ssl svg svga t1lib tcl tcpd tetex theora threads thumbnailing tiff tk toolkit-scroll-bars totem tracker truetype truetype-fonts type1-fonts udev unicode usb userlocales vcd videos vorbis win32codecs wmf wxwindows x86 xface xft xine xml xorg xosd xpm xv xvid 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" 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" CAMERAS="canon ptp2" ELIBC="glibc" INPUT_DEVICES="mouse keyboard" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de" LIRC_DEVICES="atiusb" USERLAND="GNU" VIDEO_CARDS="vesa fbdev fglrx"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 11 Cédric Krier gentoo-dev 2008-03-27 19:14:28 UTC
(In reply to comment #8)
> ====amd64====

Fix in cvs.
Thanks
Comment 12 Christian Faulhammer (RETIRED) gentoo-dev 2008-03-29 11:15:33 UTC
(In reply to comment #11)
> (In reply to comment #8)
> > ====amd64====
> 
> Fix in cvs.
> Thanks

 I still get the failure.

Comment 13 Cédric Krier gentoo-dev 2008-03-29 12:40:37 UTC
(In reply to comment #12)
> (In reply to comment #11)
> > (In reply to comment #8)
> > > ====amd64====
> > 
> > Fix in cvs.
> > Thanks
> 
>  I still get the failure.
> 

Now, it must really be fixed in cvs.
Comment 14 Christian Faulhammer (RETIRED) gentoo-dev 2008-03-29 18:15:30 UTC
x86 stable
Comment 15 Raúl Porcel (RETIRED) gentoo-dev 2008-03-30 11:10:58 UTC
alpha/ia64/sparc stable
Comment 16 Santiago M. Mola (RETIRED) gentoo-dev 2008-03-30 12:32:26 UTC
amd64 stable, thanks Thomas.

The problem about nss and GTalk will be tracked on bug #215432
Comment 17 Tobias Scherbaum (RETIRED) gentoo-dev 2008-04-12 18:29:59 UTC
ppc stable, over and out.
Comment 18 Larry the Git Cow gentoo-dev 2022-08-23 05:11:13 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2cdfd96e3450154b38fa6b7a62ef42f817c7f5d

commit b2cdfd96e3450154b38fa6b7a62ef42f817c7f5d
Author:     Petr Vaněk <arkamar@atlas.cz>
AuthorDate: 2022-08-19 10:54:33 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-08-23 04:51:18 +0000

    net-im/bitlbee: remove obsolete xmpp? ( !nss ) requirement
    
    This requirement was basically introduced with 1.2 release in commit [1]
    in order to solve https://bugs.gentoo.org/213958#c8 issue (the xmpp use
    flag was called jabber back then). The requirement was later transformed
    to REQUIRED_USE in commit [2]. However, this requirement seems no longer
    be valid.
    
    The nss use description in metadata was also bogus, it is changed to
    more generic form.
    
    [1] https://gitweb.gentoo.org/repo/gentoo/historical.git/commit/?id=30a0fafed3bd420fdb03e6e0a0da3d5f0a86b62e
    [2] https://gitweb.gentoo.org/repo/gentoo/historical.git/commit/?id=65aa90800da80b1fbffc36c7b15c3503c37d7fd0
    
    Bug: https://bugs.gentoo.org/213958
    Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
    Signed-off-by: Sam James <sam@gentoo.org>

 net-im/bitlbee/bitlbee-3.6-r2.ebuild | 1 -
 net-im/bitlbee/bitlbee-3.6-r3.ebuild | 1 -
 net-im/bitlbee/bitlbee-9999.ebuild   | 1 -
 net-im/bitlbee/metadata.xml          | 2 +-
 4 files changed, 1 insertion(+), 4 deletions(-)