Source: gatling Version: 0.13-4 Severity: serious Tags: jessie sid User: debian...@lists.debian.org Usertags: qa-ftbfs-20131103 qa-ftbfs Justification: FTBFS on amd64
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > gcc -c pssl.c -o pssl.o -I. -g -O2 -fstack-protector > --param=ssp-buffer-size=4 -Wformat -Werror=format-security > -D_FORTIFY_SOURCE=2 -pipe -Wall -DUSE_ZLIB > pssl.c:25:1: error: unknown type name 'x509_cert' > x509_cert srvcert; > ^ > pssl.c: In function 'init_serverside_tls': > pssl.c:65:5: warning: implicit declaration of function 'x509_free' > [-Wimplicit-function-declaration] > x509_free(&srvcert); > ^ > pssl.c:67:28: error: 'x509_cert' undeclared (first use in this function) > memset(&srvcert,0,sizeof(x509_cert)); > ^ > pssl.c:67:28: note: each undeclared identifier is reported only once for each > function it appears in > pssl.c:92:3: warning: implicit declaration of function 'x509parse_crt' > [-Wimplicit-function-declaration] > if (x509parse_crt(&srvcert,(unsigned char*)buf+i,l-i) || > ^ > pssl.c:93:7: warning: implicit declaration of function 'x509parse_key' > [-Wimplicit-function-declaration] > x509parse_key(&rsa,(unsigned char*)buf,i,NULL,0)) > ^ > pssl.c:110:33: error: request for member 'next' in something not a structure > or union > ssl_set_ca_chain( ssl, srvcert.next, NULL, NULL ); > ^ > pssl.c:111:3: warning: passing argument 2 of 'ssl_set_own_cert' from > incompatible pointer type [enabled by default] > ssl_set_own_cert( ssl, &srvcert, &rsa ); > ^ > In file included from pssl.c:10:0: > /usr/include/polarssl/ssl.h:1019:5: note: expected 'struct x509_crt *' but > argument is of type 'int *' > int ssl_set_own_cert( ssl_context *ssl, x509_crt *own_cert, > ^ > pssl.c:111:3: warning: passing argument 3 of 'ssl_set_own_cert' from > incompatible pointer type [enabled by default] > ssl_set_own_cert( ssl, &srvcert, &rsa ); > ^ > In file included from pssl.c:10:0: > /usr/include/polarssl/ssl.h:1019:5: note: expected 'struct pk_context *' but > argument is of type 'struct rsa_context *' > int ssl_set_own_cert( ssl_context *ssl, x509_crt *own_cert, > ^ > make[2]: *** [pssl.o] Error 1 The full build log is available from: http://aws-logs.debian.net/ftbfs-logs/2013/11/03/gatling_0.13-4_unstable.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to eliminate random failures. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org