Package: nstx
Version: 1.1-beta6-2
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of nstx_1.1-beta6-2 on voltaire by sbuild/powerpc 27
> Build started at 20050403-1239

[...]

> ** Using build dependencies supplied by package:
> Build-Depends: debhelper (>= 4.1.68)

[...]

> /usr/bin/make
> make[1]: Entering directory `/build/buildd/nstx-1.1-beta6'
> cc -ggdb -Wall -Werror -Wsign-compare    -c -o nstxd.o nstxd.c
> cc -ggdb -Wall -Werror -Wsign-compare    -c -o nstx_encode.o nstx_encode.c
> cc -ggdb -Wall -Werror -Wsign-compare    -c -o nstx_pstack.o nstx_pstack.c
> cc -ggdb -Wall -Werror -Wsign-compare    -c -o nstx_dns.o nstx_dns.c
> cc -ggdb -Wall -Werror -Wsign-compare    -c -o nstx_tuntap.o nstx_tuntap.c
> cc -ggdb -Wall -Werror -Wsign-compare    -c -o nstx_queue.o nstx_queue.c
> cc -ggdb -Wall -Werror -Wsign-compare  -o nstxd nstxd.o nstx_encode.o 
> nstx_pstack.o nstx_dns.o nstx_tuntap.o nstx_queue.o
> cc -ggdb -Wall -Werror -Wsign-compare    -c -o nstxcd.o nstxcd.c
> nstxcd.c: In function `main':
> nstxcd.c:73: warning: comparison is always true due to limited range of data 
> type
> make[1]: *** [nstxcd.o] Error 1
> make[1]: Leaving directory `/build/buildd/nstx-1.1-beta6'
> make: *** [build-stamp] Error 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=powerpc&pkg=nstx&ver=1.1-beta6-2

nstxcd.c is making assumptions about the signedness of characters, without
explicitly specifying which is desired.  The default signedness is unsigned
for chars on arm, powerpc, and s390.



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

Reply via email to