Package: ipsec-tools Version: 1:0.6.5-2 Severity: serious There was an error while trying to autobuild your package:
> Automatic build of ipsec-tools_1:0.6.5-2 on debian01 by sbuild/s390 85 [...] > if s390-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./../libipsec > -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc > -I./src/include-glibc -I./../../src/racoon/missing -D_GNU_SOURCE -include > ../../src/include-glibc/glibc-bugs.h -I../../src/include-glibc > -I../../src/include-glibc -DSYSCONFDIR=\"/etc/racoon\" > -DADMINPORTDIR=\"/var/run/racoon\" -Wall -g -O2 -Wall -Werror -Wno-unused > -MT gssapi.o -MD -MP -MF ".deps/gssapi.Tpo" -c -o gssapi.o gssapi.c; \ > then mv -f ".deps/gssapi.Tpo" ".deps/gssapi.Po"; else rm -f > ".deps/gssapi.Tpo"; exit 1; fi > cc1: warnings being treated as errors > gssapi.c: In function 'gssapi_get_itoken': > gssapi.c:291: warning: field precision should have type 'int', but argument 5 > has type 'size_t' > gssapi.c: In function 'gssapi_get_itokens': > gssapi.c:469: warning: format '%d' expects type 'int', but argument 6 has > type 'size_t' > gssapi.c: In function 'gssapi_wraphash': > gssapi.c:551: warning: format '%d' expects type 'int', but argument 5 has > type 'size_t' > gssapi.c:551: warning: format '%d' expects type 'int', but argument 6 has > type 'size_t' > gssapi.c: In function 'gssapi_unwraphash': > gssapi.c:593: warning: format '%d' expects type 'int', but argument 5 has > type 'size_t' > make[3]: *** [gssapi.o] Error 1 This code assumes that size_t is typedefed to int. Please use %zu. Bastian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

