Processed: Re: Bug#637275: gtk-gnutella: FTBFS: str.c:1176:2: error: invalid operands to binary != (have 'va_list' and 'void *')

2011-08-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 637275 + fixed-upstream
Bug #637275 [src:gtk-gnutella] gtk-gnutella: FTBFS: str.c:1176:2: error: 
invalid operands to binary != (have 'va_list' and 'void *')
Added tag(s) fixed-upstream.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
637275: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637275
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#637275: gtk-gnutella: FTBFS: str.c:1176:2: error: invalid operands to binary != (have 'va_list' and 'void *')

2011-08-10 Thread Luca BRUNO
tag 637275 + fixed-upstream
thanks

Nobuhiro Iwamatsu scrisse:

 cc -c -I../.. -I.. -pthread -I/usr/include/glib-2.0
 -I/usr/lib/glib-2.0/include   -I/usr/include/dbus-1.0
 -I/usr/lib/arm-linux-gnueabi/dbus-1.0/include   -DCURDIR=src/lib -O2
 -g -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
 -D_FILE_OFFSET_BITS=64 -W -Wall -Wformat=2 -Wshadow  str.c
 str.c: In function 'str_vncatf':
 str.c:1176:2: error: invalid operands to binary != (have 'va_list'
 and 'void *') str.c:1204:7: error: used struct type value where

This has just been fixed upstream:
http://gtk-gnutella.svn.sourceforge.net/viewvc/gtk-gnutella?view=revisionrevision=19409

Thanks Raphael for the super-quick commit, I was just starting looking
at it :)
Would you prefer going for a 0.97.1 soon, or can I go with a
distro-specific patch?

Cheers, Luca

-- 
 .''`.  ** Debian GNU/Linux **  | Luca Bruno (kaeso)
: :'  :   The Universal O.S.| lucab (AT) debian.org
`. `'`  | GPG Key ID: 3BFB9FB3
  `- http://www.debian.org  | Debian GNU/Linux Developer


signature.asc
Description: PGP signature


Bug#637275: gtk-gnutella: FTBFS: str.c:1176:2: error: invalid operands to binary != (have 'va_list' and 'void *')

2011-08-09 Thread Nobuhiro Iwamatsu
Source: gtk-gnutella
Version: 0.97-1
Severity: serious

Hi,

gtk-gnutella FTBFS on armel, armhf and sh4.

armel:
  
https://buildd.debian.org/status/fetch.php?pkg=gtk-gnutellaarch=armelver=0.97-1stamp=1311016295
armhf:
  
http://buildd.debian-ports.org/status/fetch.php?pkg=gtk-gnutellaarch=armhfver=0.97-1stamp=1311027681
sh4:
  
http://buildd.debian-ports.org/status/fetch.php?pkg=gtk-gnutellaarch=sh4ver=0.97-1stamp=1311030219

-
/bin/rm -f stats.o
cc -c -I../.. -I.. -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/include/dbus-1.0
-I/usr/lib/arm-linux-gnueabi/dbus-1.0/include   -DCURDIR=src/lib -O2
-g -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64 -W -Wall -Wformat=2 -Wshadow  stats.c
/bin/rm -f str.o
cc -c -I../.. -I.. -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/include/dbus-1.0
-I/usr/lib/arm-linux-gnueabi/dbus-1.0/include   -DCURDIR=src/lib -O2
-g -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64 -W -Wall -Wformat=2 -Wshadow  str.c
str.c: In function 'str_vncatf':
str.c:1176:2: error: invalid operands to binary != (have 'va_list' and 'void *')
str.c:1204:7: error: used struct type value where scalar is required
str.c:1309:18: error: used struct type value where scalar is required
str.c:1322:18: error: used struct type value where scalar is required
str.c:1357:8: error: used struct type value where scalar is required
str.c:1366:8: error: used struct type value where scalar is required
str.c:1386:8: error: used struct type value where scalar is required
str.c:1399:8: error: used struct type value where scalar is required
str.c:1440:8: error: used struct type value where scalar is required
str.c:1505:8: error: used struct type value where scalar is required
str.c:1568:8: error: used struct type value where scalar is required
make[4]: *** [str.o] Error 1
-

va_list is not same as void *.
va_list of type is va_list.

Could you check a package?

Best regards,
 Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org