Package: wengophone
Version: 2.0.0~rc4-svn7960-3
Severity: serious
Justification: no longer builds from source

wengophone does not build from source on Alpha:

[...]
/usr/bin/gcc  -g -Wall -O2 -O2 -g 
-I/build/buildd/wengophone-2.0.0~rc4-svn7960/./obj-alpha-linux-gnu/libs/gaim 
-I/build/buildd/wengophone-2.0.0~rc4-svn7960/./libs/gaim 
-I/build/buildd/wengophone-2.0.0~rc4-svn7960/./libs/gaim/include 
-I/build/buildd/wengophone-2.0.0~rc4-svn7960/./libs/gaim/src 
-I/build/buildd/wengophone-2.0.0~rc4-svn7960/./libs/gaim/src/src 
-I/build/buildd/wengophone-2.0.0~rc4-svn7960/./libs/gaim/src/src/protocols/oscar
 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 
-I/usr/include/glib-2.0/glib   -DQT_NO_KEYWORDS -DHAVE_CONFIG_H -DHAVE_GLIB 
-DGAIM_STATIC_PRPL -DHAVE_SSL -DHAVE_GNUTLS -o 
libs/gaim/CMakeFiles/gaim.dir/src/src/account.o   -c 
/build/buildd/wengophone-2.0.0~rc4-svn7960/./libs/gaim/src/src/account.c
/build/buildd/wengophone-2.0.0~rc4-svn7960/./libs/gaim/src/src/account.c: In 
function 'gaim_account_set_status_vargs':
/build/buildd/wengophone-2.0.0~rc4-svn7960/./libs/gaim/src/src/account.c:1418: 
error: invalid operands to binary !=
make[3]: *** [libs/gaim/CMakeFiles/gaim.dir/src/src/account.o] Error 1
make[3]: Leaving directory 
`/build/buildd/wengophone-2.0.0~rc4-svn7960/obj-alpha-linux-gnu'

Full log at 
http://buildd.debian.org/fetch.cgi?pkg=wengophone;ver=2.0.0%7Erc4-svn7960-3;arch=alpha;stamp=1160852913

The code in question:

void
gaim_account_set_status_vargs(GaimAccount *account, const char *status_id,
                              gboolean active, va_list args)
{
[...]
        if (args != NULL)

Comparing a va_list with a pointer makes no sense, it is an opaque
type. It happens to compile on some architectures, but I doubt it does
anything sensible.

        Falk


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: alpha
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to