Package: gatling
Version: 0.12cvs20120114-3
Severity: important

Hi Roland,
gatling fails to build from source in stable:

make[2]: Entering directory `/home/jmm/scratch/gatling-0.12cvs20120114'
gcc -c pssl.c -o pssl.o -I. -pipe -Wall -DUSE_ZLIB
pssl.c:31:5: error: 'SSL_EDH_RSA_AES_256_SHA' undeclared here (not in a 
function)
pssl.c:32:5: error: 'SSL_EDH_RSA_CAMELLIA_256_SHA' undeclared here (not in a 
function)
pssl.c:33:5: error: 'SSL_EDH_RSA_AES_128_SHA' undeclared here (not in a 
function)
pssl.c:34:5: error: 'SSL_EDH_RSA_CAMELLIA_128_SHA' undeclared here (not in a 
function)
pssl.c:35:5: error: 'SSL_EDH_RSA_DES_168_SHA' undeclared here (not in a 
function)
pssl.c:36:5: error: 'SSL_RSA_AES_256_SHA' undeclared here (not in a function)
pssl.c:37:5: error: 'SSL_RSA_CAMELLIA_256_SHA' undeclared here (not in a 
function)
pssl.c:38:5: error: 'SSL_RSA_AES_128_SHA' undeclared here (not in a function)
pssl.c:39:5: error: 'SSL_RSA_CAMELLIA_128_SHA' undeclared here (not in a 
function)
pssl.c:40:5: error: 'SSL_RSA_DES_168_SHA' undeclared here (not in a function)
pssl.c:41:5: error: 'SSL_RSA_RC4_128_SHA' undeclared here (not in a function)
pssl.c:42:5: error: 'SSL_RSA_RC4_128_MD5' undeclared here (not in a function)
pssl.c: In function 'my_get_session':
pssl.c:57:12: error: 'ssl_context' has no member named 'resume'
pssl.c:66:18: error: 'ssl_session' has no member named 'next'
pssl.c:66:13: warning: assignment from incompatible pointer type [enabled by 
default]
pssl.c:68:16: error: 'ssl_context' has no member named 'timeout'
pssl.c:68:54: error: 'ssl_context' has no member named 'timeout'
pssl.c:68:49: warning: comparison between pointer and integer [enabled by 
default]
pssl.c: In function 'my_set_session':
pssl.c:94:16: error: 'ssl_context' has no member named 'timeout'
pssl.c:94:54: error: 'ssl_context' has no member named 'timeout'
pssl.c:94:49: warning: comparison between pointer and integer [enabled by 
default]
pssl.c:101:18: error: 'ssl_session' has no member named 'next'
pssl.c:101:13: warning: assignment from incompatible pointer type [enabled by 
default]
pssl.c:112:18: error: 'ssl_session' has no member named 'next'
pssl.c:112:15: warning: statement with no effect [-Wunused-value]
pssl.c: In function 'init_serverside_tls':
pssl.c:181:3: warning: implicit declaration of function 'ssl_set_scb' 
[-Wimplicit-function-declaration]
pssl.c:183:3: warning: passing argument 2 of 'ssl_set_session' makes pointer 
from integer without a cast [enabled by default]
In file included from pssl.c:10:0:
/usr/include/polarssl/ssl.h:728:6: note: expected 'const struct ssl_session *' 
but argument is of type 'int'
pssl.c:183:3: error: too many arguments to function 'ssl_set_session'
In file included from pssl.c:10:0:
/usr/include/polarssl/ssl.h:728:6: note: declared here
make[2]: *** [pssl.o] Error 1
make[2]: Leaving directory `/home/jmm/scratch/gatling-0.12cvs20120114'
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory `/home/jmm/scratch/gatling-0.12cvs20120114'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

This is very likely related to the polarssl update in DSA-2782. Can you fix
the FTBFS in a Wheezy point update?

Cheers,
        Moritz


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

Reply via email to