Source: m2crypto
Version: 0.20.1-1
Severity: serious
Tags: wheezy sid
User: [email protected]
Usertags: qa-ftbfs-20110408 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wstrict-prototypes -Wall -g -O2 -fPIC -I/usr/include/python2.5 
> -I/usr/include 
> -I/build/user-m2crypto_0.20.1-1-amd64-OvfsOI/m2crypto-0.20.1/SWIG -c 
> SWIG/_m2crypto_wrap.c -o build/temp.linux-x86_64-2.5/SWIG/_m2crypto_wrap.o 
> -DTHREADING
> SWIG/_m2crypto_wrap.c: In function 'rand_pseudo_bytes':
> SWIG/_m2crypto_wrap.c:3902:9: warning: pointer targets in passing argument 1 
> of 'PyString_FromStringAndSize' differ in signedness
> /usr/include/python2.5/stringobject.h:61:24: note: expected 'const char *' 
> but argument is of type 'unsigned char *'
> SWIG/_m2crypto_wrap.c: In function 'pkcs5_pbkdf2_hmac_sha1':
> SWIG/_m2crypto_wrap.c:3976:5: warning: pointer targets in passing argument 1 
> of 'PyString_FromStringAndSize' differ in signedness
> /usr/include/python2.5/stringobject.h:61:24: note: expected 'const char *' 
> but argument is of type 'unsigned char *'
> SWIG/_m2crypto_wrap.c: In function 'bytes_to_key':
> SWIG/_m2crypto_wrap.c:4135:5: warning: pointer targets in passing argument 1 
> of 'PyString_FromStringAndSize' differ in signedness
> /usr/include/python2.5/stringobject.h:61:24: note: expected 'const char *' 
> but argument is of type 'unsigned char *'
> SWIG/_m2crypto_wrap.c: In function 'sign_final':
> SWIG/_m2crypto_wrap.c:4231:5: warning: pointer targets in passing argument 1 
> of 'PyString_FromStringAndSize' differ in signedness
> /usr/include/python2.5/stringobject.h:61:24: note: expected 'const char *' 
> but argument is of type 'unsigned char *'
> SWIG/_m2crypto_wrap.c: In function 'pkey_as_der':
> SWIG/_m2crypto_wrap.c:4303:5: warning: pointer targets in passing argument 1 
> of 'PyString_FromStringAndSize' differ in signedness
> /usr/include/python2.5/stringobject.h:61:24: note: expected 'const char *' 
> but argument is of type 'unsigned char *'
> SWIG/_m2crypto_wrap.c: In function 'pkey_get_modulus':
> SWIG/_m2crypto_wrap.c:4336:13: warning: value computed is not used
> SWIG/_m2crypto_wrap.c:4361:13: warning: value computed is not used
> SWIG/_m2crypto_wrap.c: In function 'AES_crypt':
> SWIG/_m2crypto_wrap.c:4447:5: warning: pointer targets in passing argument 1 
> of 'PyString_FromStringAndSize' differ in signedness
> /usr/include/python2.5/stringobject.h:61:24: note: expected 'const char *' 
> but argument is of type 'unsigned char *'
> SWIG/_m2crypto_wrap.c: At top level:
> SWIG/_m2crypto_wrap.c:5847:7: error: expected '=', ',', ';', 'asm' or 
> '__attribute__' before '*' token
> SWIG/_m2crypto_wrap.c:5851:29: error: expected ')' before '*' token
> SWIG/_m2crypto_wrap.c:5855:39: error: expected ')' before '*' token
> SWIG/_m2crypto_wrap.c:5859:7: error: expected '=', ',', ';', 'asm' or 
> '__attribute__' before '*' token
> SWIG/_m2crypto_wrap.c:5863:23: error: expected ')' before '*' token
> SWIG/_m2crypto_wrap.c:5867:27: error: expected ')' before '*' token
> SWIG/_m2crypto_wrap.c: In function 'i2d_x509':
> SWIG/_m2crypto_wrap.c:5943:9: warning: pointer targets in passing argument 1 
> of 'PyString_FromStringAndSize' differ in signedness
> /usr/include/python2.5/stringobject.h:61:24: note: expected 'const char *' 
> but argument is of type 'unsigned char *'
> SWIG/_m2crypto_wrap.c: In function 'x509_name_set_by_nid':
> SWIG/_m2crypto_wrap.c:6024:5: warning: pointer targets in passing argument 4 
> of 'X509_NAME_add_entry_by_NID' differ in signedness
> /usr/include/openssl/x509.h:1015:5: note: expected 'unsigned char *' but 
> argument is of type 'char *'
> SWIG/_m2crypto_wrap.c: In function 'x509_name_add_entry_by_txt':
> SWIG/_m2crypto_wrap.c:6029:5: warning: pointer targets in passing argument 4 
> of 'X509_NAME_add_entry_by_txt' differ in signedness
> /usr/include/openssl/x509.h:1021:5: note: expected 'const unsigned char *' 
> but argument is of type 'char *'
> SWIG/_m2crypto_wrap.c: At top level:
> SWIG/_m2crypto_wrap.c:6039:7: error: expected '=', ',', ';', 'asm' or 
> '__attribute__' before '*' token
> SWIG/_m2crypto_wrap.c:6044:25: error: expected ')' before '*' token
> SWIG/_m2crypto_wrap.c:6049:24: error: expected ')' before '*' token
> SWIG/_m2crypto_wrap.c:6054:25: error: expected ')' before '*' token
> SWIG/_m2crypto_wrap.c:6082:44: error: expected declaration specifiers or 
> '...' before 'STACK'
> SWIG/_m2crypto_wrap.c: In function 'x509_req_add_extensions':
> SWIG/_m2crypto_wrap.c:6083:69: error: 'exts' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:6083:69: note: each undeclared identifier is reported 
> only once for each function it appears in
> SWIG/_m2crypto_wrap.c: In function 'x509_name_entry_create_by_txt':
> SWIG/_m2crypto_wrap.c:6087:5: warning: pointer targets in passing argument 4 
> of 'X509_NAME_ENTRY_create_by_txt' differ in signedness
> /usr/include/openssl/x509.h:1017:18: note: expected 'const unsigned char *' 
> but argument is of type 'char *'
> SWIG/_m2crypto_wrap.c: At top level:
> SWIG/_m2crypto_wrap.c:6090:7: error: expected '=', ',', ';', 'asm' or 
> '__attribute__' before '*' token
> SWIG/_m2crypto_wrap.c:6096:29: error: expected ')' before '*' token
> SWIG/_m2crypto_wrap.c:6106:39: error: expected ')' before '*' token
> SWIG/_m2crypto_wrap.c:6132:7: error: expected '=', ',', ';', 'asm' or 
> '__attribute__' before '*' token
> SWIG/_m2crypto_wrap.c:6137:35: error: expected ')' before '*' token
> SWIG/_m2crypto_wrap.c:6142:34: error: expected ')' before '*' token
> SWIG/_m2crypto_wrap.c:6147:45: error: expected ')' before '*' token
> SWIG/_m2crypto_wrap.c:6152:33: error: expected ')' before '*' token
> SWIG/_m2crypto_wrap.c:6157:47: error: expected ')' before '*' token
> SWIG/_m2crypto_wrap.c:6179:7: error: expected '=', ',', ';', 'asm' or 
> '__attribute__' before '*' token
> SWIG/_m2crypto_wrap.c:6205:30: error: expected ')' before '*' token
> SWIG/_m2crypto_wrap.c:6348:28: error: expected ')' before '*' token
> SWIG/_m2crypto_wrap.c:6386:48: error: expected declaration specifiers or 
> '...' before 'STACK'
> SWIG/_m2crypto_wrap.c: In function 'pkcs7_sign1':
> SWIG/_m2crypto_wrap.c:6387:53: error: 'stack' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c: At top level:
> SWIG/_m2crypto_wrap.c:6391:39: error: expected declaration specifiers or 
> '...' before 'STACK'
> SWIG/_m2crypto_wrap.c: In function 'pkcs7_verify1':
> SWIG/_m2crypto_wrap.c:6401:48: error: 'stack' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c: At top level:
> SWIG/_m2crypto_wrap.c:6419:39: error: expected declaration specifiers or 
> '...' before 'STACK'
> SWIG/_m2crypto_wrap.c: In function 'pkcs7_verify0':
> SWIG/_m2crypto_wrap.c:6420:33: error: 'stack' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:6420:5: warning: passing argument 3 of 'pkcs7_verify1' 
> from incompatible pointer type
> SWIG/_m2crypto_wrap.c:6391:11: note: expected 'struct BIO *' but argument is 
> of type 'struct X509_STORE *'
> SWIG/_m2crypto_wrap.c:6420:5: warning: passing argument 4 of 'pkcs7_verify1' 
> makes integer from pointer without a cast
> SWIG/_m2crypto_wrap.c:6391:11: note: expected 'int' but argument is of type 
> 'void *'
> SWIG/_m2crypto_wrap.c:6420:5: error: too many arguments to function 
> 'pkcs7_verify1'
> SWIG/_m2crypto_wrap.c:6391:11: note: declared here
> SWIG/_m2crypto_wrap.c: At top level:
> SWIG/_m2crypto_wrap.c:6503:7: error: expected '=', ',', ';', 'asm' or 
> '__attribute__' before '*' token
> SWIG/_m2crypto_wrap.c: In function 'util_string_to_hex':
> SWIG/_m2crypto_wrap.c:6554:5: warning: pointer targets in passing argument 1 
> of 'PyString_FromStringAndSize' differ in signedness
> /usr/include/python2.5/stringobject.h:61:24: note: expected 'const char *' 
> but argument is of type 'unsigned char *'
> SWIG/_m2crypto_wrap.c: In function '_wrap_sslv2_method':
> SWIG/_m2crypto_wrap.c:14595:5: warning: implicit declaration of function 
> 'SSLv2_method'
> SWIG/_m2crypto_wrap.c:14595:14: warning: cast to pointer from integer of 
> different size
> SWIG/_m2crypto_wrap.c: In function '_wrap_ssl_get_ciphers':
> SWIG/_m2crypto_wrap.c:17493:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:17493:10: error: 'result' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:17507:22: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c: In function '_wrap_sk_ssl_cipher_num':
> SWIG/_m2crypto_wrap.c:17518:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:17518:10: error: 'arg1' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:17518:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:17529:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:17536:5: warning: implicit declaration of function 
> 'sk_ssl_cipher_num'
> SWIG/_m2crypto_wrap.c: In function '_wrap_sk_ssl_cipher_value':
> SWIG/_m2crypto_wrap.c:17550:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:17550:10: error: 'arg1' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:17550:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:17565:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:17577:5: warning: implicit declaration of function 
> 'sk_ssl_cipher_value'
> SWIG/_m2crypto_wrap.c: In function '_wrap_ssl_get_peer_cert_chain':
> SWIG/_m2crypto_wrap.c:17592:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:17592:10: error: 'result' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:17606:22: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c: In function '_wrap_sk_x509_num':
> SWIG/_m2crypto_wrap.c:17617:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:17617:10: error: 'arg1' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:17617:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:17628:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:17635:5: warning: implicit declaration of function 
> 'sk_x509_num'
> SWIG/_m2crypto_wrap.c: In function '_wrap_sk_x509_value':
> SWIG/_m2crypto_wrap.c:17649:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:17649:10: error: 'arg1' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:17649:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:17664:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:17676:5: warning: implicit declaration of function 
> 'sk_x509_value'
> SWIG/_m2crypto_wrap.c: In function '_wrap_x509_name_entry_set_data':
> SWIG/_m2crypto_wrap.c:19826:12: warning: pointer targets in assignment differ 
> in signedness
> SWIG/_m2crypto_wrap.c: In function '_wrap_x509_store_ctx_get1_chain':
> SWIG/_m2crypto_wrap.c:20456:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:20456:10: error: 'result' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:20465:22: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c: In function '_wrap_sk_x509_new_null':
> SWIG/_m2crypto_wrap.c:21327:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21327:10: error: 'result' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21331:22: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c: In function '_wrap_sk_x509_free':
> SWIG/_m2crypto_wrap.c:21342:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21342:10: error: 'arg1' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21342:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:21352:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:21359:5: warning: implicit declaration of function 
> 'sk_x509_free'
> SWIG/_m2crypto_wrap.c: In function '_wrap_sk_x509_push':
> SWIG/_m2crypto_wrap.c:21370:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21370:10: error: 'arg1' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21370:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:21385:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:21402:5: warning: implicit declaration of function 
> 'sk_x509_push'
> SWIG/_m2crypto_wrap.c: In function '_wrap_sk_x509_pop':
> SWIG/_m2crypto_wrap.c:21416:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21416:10: error: 'arg1' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21416:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:21427:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:21434:5: warning: implicit declaration of function 
> 'sk_x509_pop'
> SWIG/_m2crypto_wrap.c: In function '_wrap_x509_req_add_extensions':
> SWIG/_m2crypto_wrap.c:21648:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21648:10: error: 'arg2' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21648:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:21667:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:21679:5: error: too many arguments to function 
> 'x509_req_add_extensions'
> SWIG/_m2crypto_wrap.c:6082:5: note: declared here
> SWIG/_m2crypto_wrap.c: In function '_wrap_x509v3_lhash':
> SWIG/_m2crypto_wrap.c:21759:3: error: 'LHASH' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21759:10: error: 'result' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21763:22: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c: In function '_wrap_x509v3_set_conf_lhash':
> SWIG/_m2crypto_wrap.c:21774:3: error: 'LHASH' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21774:10: error: 'arg1' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21774:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:21785:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:21787:5: warning: implicit declaration of function 
> 'x509v3_set_conf_lhash'
> SWIG/_m2crypto_wrap.c: In function '_wrap_x509v3_ext_conf':
> SWIG/_m2crypto_wrap.c:21798:3: error: 'LHASH' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21798:10: error: 'arg1' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21798:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:21823:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:21840:5: warning: implicit declaration of function 
> 'x509v3_ext_conf'
> SWIG/_m2crypto_wrap.c: In function '_wrap_sk_x509_extension_new_null':
> SWIG/_m2crypto_wrap.c:21904:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21904:10: error: 'result' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21908:22: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c: In function '_wrap_sk_x509_extension_free':
> SWIG/_m2crypto_wrap.c:21919:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21919:10: error: 'arg1' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21919:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:21929:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:21936:5: warning: implicit declaration of function 
> 'sk_x509_extension_free'
> SWIG/_m2crypto_wrap.c: In function '_wrap_sk_x509_extension_push':
> SWIG/_m2crypto_wrap.c:21947:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21947:10: error: 'arg1' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21947:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:21962:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:21974:5: warning: implicit declaration of function 
> 'sk_x509_extension_push'
> SWIG/_m2crypto_wrap.c: In function '_wrap_sk_x509_extension_pop':
> SWIG/_m2crypto_wrap.c:21988:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21988:10: error: 'arg1' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21988:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:21999:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:22006:5: warning: implicit declaration of function 
> 'sk_x509_extension_pop'
> SWIG/_m2crypto_wrap.c: In function '_wrap_sk_x509_extension_num':
> SWIG/_m2crypto_wrap.c:22017:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:22017:10: error: 'arg1' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:22017:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:22028:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:22035:5: warning: implicit declaration of function 
> 'sk_x509_extension_num'
> SWIG/_m2crypto_wrap.c: In function '_wrap_sk_x509_extension_value':
> SWIG/_m2crypto_wrap.c:22049:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:22049:10: error: 'arg1' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:22049:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:22064:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:22076:5: warning: implicit declaration of function 
> 'sk_x509_extension_value'
> SWIG/_m2crypto_wrap.c: In function '_wrap_make_stack_from_der_sequence':
> SWIG/_m2crypto_wrap.c:22113:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:22113:10: error: 'result' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:22120:22: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c: In function '_wrap_get_der_encoding_stack':
> SWIG/_m2crypto_wrap.c:22131:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:22131:10: error: 'arg1' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:22131:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:22142:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:22149:5: warning: implicit declaration of function 
> 'get_der_encoding_stack'
> SWIG/_m2crypto_wrap.c: In function '_wrap_pkcs7_encrypt':
> SWIG/_m2crypto_wrap.c:23206:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:23206:10: error: 'arg1' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:23206:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:23229:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:23262:5: warning: implicit declaration of function 
> 'pkcs7_encrypt'
> SWIG/_m2crypto_wrap.c: In function '_wrap_pkcs7_sign1':
> SWIG/_m2crypto_wrap.c:23412:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:23412:10: error: 'arg3' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:23412:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:23447:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:23480:5: warning: passing argument 4 of 'pkcs7_sign1' 
> makes integer from pointer without a cast
> SWIG/_m2crypto_wrap.c:6386:8: note: expected 'int' but argument is of type 
> 'struct BIO *'
> SWIG/_m2crypto_wrap.c:23480:5: error: too many arguments to function 
> 'pkcs7_sign1'
> SWIG/_m2crypto_wrap.c:6386:8: note: declared here
> SWIG/_m2crypto_wrap.c: In function '_wrap_pkcs7_verify1':
> SWIG/_m2crypto_wrap.c:23493:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:23493:10: error: 'arg2' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:23493:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:23524:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:23557:5: warning: passing argument 3 of 'pkcs7_verify1' 
> from incompatible pointer type
> SWIG/_m2crypto_wrap.c:6391:11: note: expected 'struct BIO *' but argument is 
> of type 'struct X509_STORE *'
> SWIG/_m2crypto_wrap.c:23557:5: warning: passing argument 4 of 'pkcs7_verify1' 
> makes integer from pointer without a cast
> SWIG/_m2crypto_wrap.c:6391:11: note: expected 'int' but argument is of type 
> 'struct BIO *'
> SWIG/_m2crypto_wrap.c:23557:5: error: too many arguments to function 
> 'pkcs7_verify1'
> SWIG/_m2crypto_wrap.c:6391:11: note: declared here
> SWIG/_m2crypto_wrap.c: In function '_wrap_pkcs7_verify0':
> SWIG/_m2crypto_wrap.c:23572:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:23572:10: error: 'arg2' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:23572:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:23599:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:23621:5: warning: passing argument 3 of 'pkcs7_verify0' 
> makes integer from pointer without a cast
> SWIG/_m2crypto_wrap.c:6419:11: note: expected 'int' but argument is of type 
> 'struct X509_STORE *'
> SWIG/_m2crypto_wrap.c:23621:5: error: too many arguments to function 
> 'pkcs7_verify0'
> SWIG/_m2crypto_wrap.c:6419:11: note: declared here
> SWIG/_m2crypto_wrap.c: In function '_wrap_pkcs7_get0_signers':
> SWIG/_m2crypto_wrap.c:24061:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:24061:10: error: 'arg2' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:24061:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:24072:10: error: 'result' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:24084:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:24101:22: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c: In function 'pkcs7_sign1':
> SWIG/_m2crypto_wrap.c:6388:1: warning: control reaches end of non-void 
> function
> SWIG/_m2crypto_wrap.c: In function 'x509_req_add_extensions':
> SWIG/_m2crypto_wrap.c:6084:1: warning: control reaches end of non-void 
> function
> error: command 'gcc' failed with exit status 1
> running build
> running build_py
> creating build/lib.linux-x86_64-2.6
> creating build/lib.linux-x86_64-2.6/M2Crypto
> copying M2Crypto/m2urllib2.py -> build/lib.linux-x86_64-2.6/M2Crypto
> copying M2Crypto/util.py -> build/lib.linux-x86_64-2.6/M2Crypto
> copying M2Crypto/Engine.py -> build/lib.linux-x86_64-2.6/M2Crypto
> copying M2Crypto/AuthCookie.py -> build/lib.linux-x86_64-2.6/M2Crypto
> copying M2Crypto/BIO.py -> build/lib.linux-x86_64-2.6/M2Crypto
> copying M2Crypto/httpslib.py -> build/lib.linux-x86_64-2.6/M2Crypto
> copying M2Crypto/DH.py -> build/lib.linux-x86_64-2.6/M2Crypto
> copying M2Crypto/threading.py -> build/lib.linux-x86_64-2.6/M2Crypto
> copying M2Crypto/__init__.py -> build/lib.linux-x86_64-2.6/M2Crypto
> copying M2Crypto/m2urllib.py -> build/lib.linux-x86_64-2.6/M2Crypto
> copying M2Crypto/m2.py -> build/lib.linux-x86_64-2.6/M2Crypto
> copying M2Crypto/X509.py -> build/lib.linux-x86_64-2.6/M2Crypto
> copying M2Crypto/DSA.py -> build/lib.linux-x86_64-2.6/M2Crypto
> copying M2Crypto/RSA.py -> build/lib.linux-x86_64-2.6/M2Crypto
> copying M2Crypto/m2xmlrpclib.py -> build/lib.linux-x86_64-2.6/M2Crypto
> copying M2Crypto/callback.py -> build/lib.linux-x86_64-2.6/M2Crypto
> copying M2Crypto/EC.py -> build/lib.linux-x86_64-2.6/M2Crypto
> copying M2Crypto/Err.py -> build/lib.linux-x86_64-2.6/M2Crypto
> copying M2Crypto/BN.py -> build/lib.linux-x86_64-2.6/M2Crypto
> copying M2Crypto/Rand.py -> build/lib.linux-x86_64-2.6/M2Crypto
> copying M2Crypto/ASN1.py -> build/lib.linux-x86_64-2.6/M2Crypto
> copying M2Crypto/ftpslib.py -> build/lib.linux-x86_64-2.6/M2Crypto
> copying M2Crypto/EVP.py -> build/lib.linux-x86_64-2.6/M2Crypto
> copying M2Crypto/SMIME.py -> build/lib.linux-x86_64-2.6/M2Crypto
> copying M2Crypto/RC4.py -> build/lib.linux-x86_64-2.6/M2Crypto
> creating build/lib.linux-x86_64-2.6/M2Crypto/SSL
> copying M2Crypto/SSL/cb.py -> build/lib.linux-x86_64-2.6/M2Crypto/SSL
> copying M2Crypto/SSL/Cipher.py -> build/lib.linux-x86_64-2.6/M2Crypto/SSL
> copying M2Crypto/SSL/timeout.py -> build/lib.linux-x86_64-2.6/M2Crypto/SSL
> copying M2Crypto/SSL/__init__.py -> build/lib.linux-x86_64-2.6/M2Crypto/SSL
> copying M2Crypto/SSL/ssl_dispatcher.py -> 
> build/lib.linux-x86_64-2.6/M2Crypto/SSL
> copying M2Crypto/SSL/TwistedProtocolWrapper.py -> 
> build/lib.linux-x86_64-2.6/M2Crypto/SSL
> copying M2Crypto/SSL/Connection.py -> build/lib.linux-x86_64-2.6/M2Crypto/SSL
> copying M2Crypto/SSL/Context.py -> build/lib.linux-x86_64-2.6/M2Crypto/SSL
> copying M2Crypto/SSL/Checker.py -> build/lib.linux-x86_64-2.6/M2Crypto/SSL
> copying M2Crypto/SSL/SSLServer.py -> build/lib.linux-x86_64-2.6/M2Crypto/SSL
> copying M2Crypto/SSL/Session.py -> build/lib.linux-x86_64-2.6/M2Crypto/SSL
> creating build/lib.linux-x86_64-2.6/M2Crypto/PGP
> copying M2Crypto/PGP/PublicKey.py -> build/lib.linux-x86_64-2.6/M2Crypto/PGP
> copying M2Crypto/PGP/PublicKeyRing.py -> 
> build/lib.linux-x86_64-2.6/M2Crypto/PGP
> copying M2Crypto/PGP/__init__.py -> build/lib.linux-x86_64-2.6/M2Crypto/PGP
> copying M2Crypto/PGP/RSA.py -> build/lib.linux-x86_64-2.6/M2Crypto/PGP
> copying M2Crypto/PGP/packet.py -> build/lib.linux-x86_64-2.6/M2Crypto/PGP
> copying M2Crypto/PGP/constants.py -> build/lib.linux-x86_64-2.6/M2Crypto/PGP
> running build_ext
> building 'M2Crypto.__m2crypto' extension
> swigging SWIG/_m2crypto.i to SWIG/_m2crypto_wrap.c
> swig -python -I/usr/include/python2.6 -I/usr/include -includeall -o 
> SWIG/_m2crypto_wrap.c SWIG/_m2crypto.i
> SWIG/_bio.i:64: Warning(454): Setting a pointer/reference variable may leak 
> memory.
> SWIG/_rand.i:19: Warning(454): Setting a pointer/reference variable may leak 
> memory.
> SWIG/_evp.i:156: Warning(454): Setting a pointer/reference variable may leak 
> memory.
> SWIG/_dh.i:36: Warning(454): Setting a pointer/reference variable may leak 
> memory.
> SWIG/_rsa.i:43: Warning(454): Setting a pointer/reference variable may leak 
> memory.
> SWIG/_dsa.i:31: Warning(454): Setting a pointer/reference variable may leak 
> memory.
> SWIG/_ssl.i:207: Warning(454): Setting a pointer/reference variable may leak 
> memory.
> SWIG/_x509.i:313: Warning(454): Setting a pointer/reference variable may leak 
> memory.
> SWIG/_pkcs7.i:42: Warning(454): Setting a pointer/reference variable may leak 
> memory.
> SWIG/_pkcs7.i:42: Warning(454): Setting a pointer/reference variable may leak 
> memory.
> SWIG/_util.i:9: Warning(454): Setting a pointer/reference variable may leak 
> memory.
> SWIG/_ec.i:111: Warning(454): Setting a pointer/reference variable may leak 
> memory.
> SWIG/_engine.i:162: Warning(454): Setting a pointer/reference variable may 
> leak memory.
> creating build/temp.linux-x86_64-2.6
> creating build/temp.linux-x86_64-2.6/SWIG
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wstrict-prototypes -Wall -g -O2 -fPIC -I/usr/include/python2.6 
> -I/usr/include 
> -I/build/user-m2crypto_0.20.1-1-amd64-OvfsOI/m2crypto-0.20.1/SWIG -c 
> SWIG/_m2crypto_wrap.c -o build/temp.linux-x86_64-2.6/SWIG/_m2crypto_wrap.o 
> -DTHREADING
> SWIG/_m2crypto_wrap.c: In function 'rand_pseudo_bytes':
> SWIG/_m2crypto_wrap.c:3902:9: warning: pointer targets in passing argument 1 
> of 'PyString_FromStringAndSize' differ in signedness
> /usr/include/python2.6/stringobject.h:62:24: note: expected 'const char *' 
> but argument is of type 'unsigned char *'
> SWIG/_m2crypto_wrap.c: In function 'pkcs5_pbkdf2_hmac_sha1':
> SWIG/_m2crypto_wrap.c:3976:5: warning: pointer targets in passing argument 1 
> of 'PyString_FromStringAndSize' differ in signedness
> /usr/include/python2.6/stringobject.h:62:24: note: expected 'const char *' 
> but argument is of type 'unsigned char *'
> SWIG/_m2crypto_wrap.c: In function 'bytes_to_key':
> SWIG/_m2crypto_wrap.c:4135:5: warning: pointer targets in passing argument 1 
> of 'PyString_FromStringAndSize' differ in signedness
> /usr/include/python2.6/stringobject.h:62:24: note: expected 'const char *' 
> but argument is of type 'unsigned char *'
> SWIG/_m2crypto_wrap.c: In function 'sign_final':
> SWIG/_m2crypto_wrap.c:4231:5: warning: pointer targets in passing argument 1 
> of 'PyString_FromStringAndSize' differ in signedness
> /usr/include/python2.6/stringobject.h:62:24: note: expected 'const char *' 
> but argument is of type 'unsigned char *'
> SWIG/_m2crypto_wrap.c: In function 'pkey_as_der':
> SWIG/_m2crypto_wrap.c:4303:5: warning: pointer targets in passing argument 1 
> of 'PyString_FromStringAndSize' differ in signedness
> /usr/include/python2.6/stringobject.h:62:24: note: expected 'const char *' 
> but argument is of type 'unsigned char *'
> SWIG/_m2crypto_wrap.c: In function 'pkey_get_modulus':
> SWIG/_m2crypto_wrap.c:4336:13: warning: value computed is not used
> SWIG/_m2crypto_wrap.c:4361:13: warning: value computed is not used
> SWIG/_m2crypto_wrap.c: In function 'AES_crypt':
> SWIG/_m2crypto_wrap.c:4447:5: warning: pointer targets in passing argument 1 
> of 'PyString_FromStringAndSize' differ in signedness
> /usr/include/python2.6/stringobject.h:62:24: note: expected 'const char *' 
> but argument is of type 'unsigned char *'
> SWIG/_m2crypto_wrap.c: At top level:
> SWIG/_m2crypto_wrap.c:5847:7: error: expected '=', ',', ';', 'asm' or 
> '__attribute__' before '*' token
> SWIG/_m2crypto_wrap.c:5851:29: error: expected ')' before '*' token
> SWIG/_m2crypto_wrap.c:5855:39: error: expected ')' before '*' token
> SWIG/_m2crypto_wrap.c:5859:7: error: expected '=', ',', ';', 'asm' or 
> '__attribute__' before '*' token
> SWIG/_m2crypto_wrap.c:5863:23: error: expected ')' before '*' token
> SWIG/_m2crypto_wrap.c:5867:27: error: expected ')' before '*' token
> SWIG/_m2crypto_wrap.c: In function 'i2d_x509':
> SWIG/_m2crypto_wrap.c:5943:9: warning: pointer targets in passing argument 1 
> of 'PyString_FromStringAndSize' differ in signedness
> /usr/include/python2.6/stringobject.h:62:24: note: expected 'const char *' 
> but argument is of type 'unsigned char *'
> SWIG/_m2crypto_wrap.c: In function 'x509_name_set_by_nid':
> SWIG/_m2crypto_wrap.c:6024:5: warning: pointer targets in passing argument 4 
> of 'X509_NAME_add_entry_by_NID' differ in signedness
> /usr/include/openssl/x509.h:1015:5: note: expected 'unsigned char *' but 
> argument is of type 'char *'
> SWIG/_m2crypto_wrap.c: In function 'x509_name_add_entry_by_txt':
> SWIG/_m2crypto_wrap.c:6029:5: warning: pointer targets in passing argument 4 
> of 'X509_NAME_add_entry_by_txt' differ in signedness
> /usr/include/openssl/x509.h:1021:5: note: expected 'const unsigned char *' 
> but argument is of type 'char *'
> SWIG/_m2crypto_wrap.c: At top level:
> SWIG/_m2crypto_wrap.c:6039:7: error: expected '=', ',', ';', 'asm' or 
> '__attribute__' before '*' token
> SWIG/_m2crypto_wrap.c:6044:25: error: expected ')' before '*' token
> SWIG/_m2crypto_wrap.c:6049:24: error: expected ')' before '*' token
> SWIG/_m2crypto_wrap.c:6054:25: error: expected ')' before '*' token
> SWIG/_m2crypto_wrap.c:6082:44: error: expected declaration specifiers or 
> '...' before 'STACK'
> SWIG/_m2crypto_wrap.c: In function 'x509_req_add_extensions':
> SWIG/_m2crypto_wrap.c:6083:69: error: 'exts' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:6083:69: note: each undeclared identifier is reported 
> only once for each function it appears in
> SWIG/_m2crypto_wrap.c: In function 'x509_name_entry_create_by_txt':
> SWIG/_m2crypto_wrap.c:6087:5: warning: pointer targets in passing argument 4 
> of 'X509_NAME_ENTRY_create_by_txt' differ in signedness
> /usr/include/openssl/x509.h:1017:18: note: expected 'const unsigned char *' 
> but argument is of type 'char *'
> SWIG/_m2crypto_wrap.c: At top level:
> SWIG/_m2crypto_wrap.c:6090:7: error: expected '=', ',', ';', 'asm' or 
> '__attribute__' before '*' token
> SWIG/_m2crypto_wrap.c:6096:29: error: expected ')' before '*' token
> SWIG/_m2crypto_wrap.c:6106:39: error: expected ')' before '*' token
> SWIG/_m2crypto_wrap.c:6132:7: error: expected '=', ',', ';', 'asm' or 
> '__attribute__' before '*' token
> SWIG/_m2crypto_wrap.c:6137:35: error: expected ')' before '*' token
> SWIG/_m2crypto_wrap.c:6142:34: error: expected ')' before '*' token
> SWIG/_m2crypto_wrap.c:6147:45: error: expected ')' before '*' token
> SWIG/_m2crypto_wrap.c:6152:33: error: expected ')' before '*' token
> SWIG/_m2crypto_wrap.c:6157:47: error: expected ')' before '*' token
> SWIG/_m2crypto_wrap.c:6179:7: error: expected '=', ',', ';', 'asm' or 
> '__attribute__' before '*' token
> SWIG/_m2crypto_wrap.c:6205:30: error: expected ')' before '*' token
> SWIG/_m2crypto_wrap.c:6348:28: error: expected ')' before '*' token
> SWIG/_m2crypto_wrap.c:6386:48: error: expected declaration specifiers or 
> '...' before 'STACK'
> SWIG/_m2crypto_wrap.c: In function 'pkcs7_sign1':
> SWIG/_m2crypto_wrap.c:6387:53: error: 'stack' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c: At top level:
> SWIG/_m2crypto_wrap.c:6391:39: error: expected declaration specifiers or 
> '...' before 'STACK'
> SWIG/_m2crypto_wrap.c: In function 'pkcs7_verify1':
> SWIG/_m2crypto_wrap.c:6401:48: error: 'stack' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c: At top level:
> SWIG/_m2crypto_wrap.c:6419:39: error: expected declaration specifiers or 
> '...' before 'STACK'
> SWIG/_m2crypto_wrap.c: In function 'pkcs7_verify0':
> SWIG/_m2crypto_wrap.c:6420:33: error: 'stack' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:6420:5: warning: passing argument 3 of 'pkcs7_verify1' 
> from incompatible pointer type
> SWIG/_m2crypto_wrap.c:6391:11: note: expected 'struct BIO *' but argument is 
> of type 'struct X509_STORE *'
> SWIG/_m2crypto_wrap.c:6420:5: warning: passing argument 4 of 'pkcs7_verify1' 
> makes integer from pointer without a cast
> SWIG/_m2crypto_wrap.c:6391:11: note: expected 'int' but argument is of type 
> 'void *'
> SWIG/_m2crypto_wrap.c:6420:5: error: too many arguments to function 
> 'pkcs7_verify1'
> SWIG/_m2crypto_wrap.c:6391:11: note: declared here
> SWIG/_m2crypto_wrap.c: At top level:
> SWIG/_m2crypto_wrap.c:6503:7: error: expected '=', ',', ';', 'asm' or 
> '__attribute__' before '*' token
> SWIG/_m2crypto_wrap.c: In function 'util_string_to_hex':
> SWIG/_m2crypto_wrap.c:6554:5: warning: pointer targets in passing argument 1 
> of 'PyString_FromStringAndSize' differ in signedness
> /usr/include/python2.6/stringobject.h:62:24: note: expected 'const char *' 
> but argument is of type 'unsigned char *'
> SWIG/_m2crypto_wrap.c: In function '_wrap_sslv2_method':
> SWIG/_m2crypto_wrap.c:14595:5: warning: implicit declaration of function 
> 'SSLv2_method'
> SWIG/_m2crypto_wrap.c:14595:14: warning: cast to pointer from integer of 
> different size
> SWIG/_m2crypto_wrap.c: In function '_wrap_ssl_get_ciphers':
> SWIG/_m2crypto_wrap.c:17493:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:17493:10: error: 'result' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:17507:22: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c: In function '_wrap_sk_ssl_cipher_num':
> SWIG/_m2crypto_wrap.c:17518:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:17518:10: error: 'arg1' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:17518:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:17529:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:17536:5: warning: implicit declaration of function 
> 'sk_ssl_cipher_num'
> SWIG/_m2crypto_wrap.c: In function '_wrap_sk_ssl_cipher_value':
> SWIG/_m2crypto_wrap.c:17550:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:17550:10: error: 'arg1' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:17550:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:17565:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:17577:5: warning: implicit declaration of function 
> 'sk_ssl_cipher_value'
> SWIG/_m2crypto_wrap.c: In function '_wrap_ssl_get_peer_cert_chain':
> SWIG/_m2crypto_wrap.c:17592:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:17592:10: error: 'result' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:17606:22: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c: In function '_wrap_sk_x509_num':
> SWIG/_m2crypto_wrap.c:17617:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:17617:10: error: 'arg1' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:17617:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:17628:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:17635:5: warning: implicit declaration of function 
> 'sk_x509_num'
> SWIG/_m2crypto_wrap.c: In function '_wrap_sk_x509_value':
> SWIG/_m2crypto_wrap.c:17649:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:17649:10: error: 'arg1' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:17649:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:17664:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:17676:5: warning: implicit declaration of function 
> 'sk_x509_value'
> SWIG/_m2crypto_wrap.c: In function '_wrap_x509_name_entry_set_data':
> SWIG/_m2crypto_wrap.c:19826:12: warning: pointer targets in assignment differ 
> in signedness
> SWIG/_m2crypto_wrap.c: In function '_wrap_x509_store_ctx_get1_chain':
> SWIG/_m2crypto_wrap.c:20456:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:20456:10: error: 'result' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:20465:22: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c: In function '_wrap_sk_x509_new_null':
> SWIG/_m2crypto_wrap.c:21327:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21327:10: error: 'result' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21331:22: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c: In function '_wrap_sk_x509_free':
> SWIG/_m2crypto_wrap.c:21342:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21342:10: error: 'arg1' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21342:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:21352:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:21359:5: warning: implicit declaration of function 
> 'sk_x509_free'
> SWIG/_m2crypto_wrap.c: In function '_wrap_sk_x509_push':
> SWIG/_m2crypto_wrap.c:21370:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21370:10: error: 'arg1' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21370:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:21385:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:21402:5: warning: implicit declaration of function 
> 'sk_x509_push'
> SWIG/_m2crypto_wrap.c: In function '_wrap_sk_x509_pop':
> SWIG/_m2crypto_wrap.c:21416:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21416:10: error: 'arg1' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21416:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:21427:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:21434:5: warning: implicit declaration of function 
> 'sk_x509_pop'
> SWIG/_m2crypto_wrap.c: In function '_wrap_x509_req_add_extensions':
> SWIG/_m2crypto_wrap.c:21648:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21648:10: error: 'arg2' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21648:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:21667:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:21679:5: error: too many arguments to function 
> 'x509_req_add_extensions'
> SWIG/_m2crypto_wrap.c:6082:5: note: declared here
> SWIG/_m2crypto_wrap.c: In function '_wrap_x509v3_lhash':
> SWIG/_m2crypto_wrap.c:21759:3: error: 'LHASH' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21759:10: error: 'result' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21763:22: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c: In function '_wrap_x509v3_set_conf_lhash':
> SWIG/_m2crypto_wrap.c:21774:3: error: 'LHASH' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21774:10: error: 'arg1' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21774:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:21785:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:21787:5: warning: implicit declaration of function 
> 'x509v3_set_conf_lhash'
> SWIG/_m2crypto_wrap.c: In function '_wrap_x509v3_ext_conf':
> SWIG/_m2crypto_wrap.c:21798:3: error: 'LHASH' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21798:10: error: 'arg1' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21798:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:21823:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:21840:5: warning: implicit declaration of function 
> 'x509v3_ext_conf'
> SWIG/_m2crypto_wrap.c: In function '_wrap_sk_x509_extension_new_null':
> SWIG/_m2crypto_wrap.c:21904:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21904:10: error: 'result' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21908:22: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c: In function '_wrap_sk_x509_extension_free':
> SWIG/_m2crypto_wrap.c:21919:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21919:10: error: 'arg1' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21919:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:21929:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:21936:5: warning: implicit declaration of function 
> 'sk_x509_extension_free'
> SWIG/_m2crypto_wrap.c: In function '_wrap_sk_x509_extension_push':
> SWIG/_m2crypto_wrap.c:21947:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21947:10: error: 'arg1' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21947:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:21962:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:21974:5: warning: implicit declaration of function 
> 'sk_x509_extension_push'
> SWIG/_m2crypto_wrap.c: In function '_wrap_sk_x509_extension_pop':
> SWIG/_m2crypto_wrap.c:21988:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21988:10: error: 'arg1' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:21988:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:21999:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:22006:5: warning: implicit declaration of function 
> 'sk_x509_extension_pop'
> SWIG/_m2crypto_wrap.c: In function '_wrap_sk_x509_extension_num':
> SWIG/_m2crypto_wrap.c:22017:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:22017:10: error: 'arg1' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:22017:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:22028:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:22035:5: warning: implicit declaration of function 
> 'sk_x509_extension_num'
> SWIG/_m2crypto_wrap.c: In function '_wrap_sk_x509_extension_value':
> SWIG/_m2crypto_wrap.c:22049:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:22049:10: error: 'arg1' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:22049:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:22064:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:22076:5: warning: implicit declaration of function 
> 'sk_x509_extension_value'
> SWIG/_m2crypto_wrap.c: In function '_wrap_make_stack_from_der_sequence':
> SWIG/_m2crypto_wrap.c:22113:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:22113:10: error: 'result' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:22120:22: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c: In function '_wrap_get_der_encoding_stack':
> SWIG/_m2crypto_wrap.c:22131:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:22131:10: error: 'arg1' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:22131:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:22142:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:22149:5: warning: implicit declaration of function 
> 'get_der_encoding_stack'
> SWIG/_m2crypto_wrap.c: In function '_wrap_pkcs7_encrypt':
> SWIG/_m2crypto_wrap.c:23206:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:23206:10: error: 'arg1' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:23206:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:23229:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:23262:5: warning: implicit declaration of function 
> 'pkcs7_encrypt'
> SWIG/_m2crypto_wrap.c: In function '_wrap_pkcs7_sign1':
> SWIG/_m2crypto_wrap.c:23412:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:23412:10: error: 'arg3' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:23412:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:23447:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:23480:5: warning: passing argument 4 of 'pkcs7_sign1' 
> makes integer from pointer without a cast
> SWIG/_m2crypto_wrap.c:6386:8: note: expected 'int' but argument is of type 
> 'struct BIO *'
> SWIG/_m2crypto_wrap.c:23480:5: error: too many arguments to function 
> 'pkcs7_sign1'
> SWIG/_m2crypto_wrap.c:6386:8: note: declared here
> SWIG/_m2crypto_wrap.c: In function '_wrap_pkcs7_verify1':
> SWIG/_m2crypto_wrap.c:23493:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:23493:10: error: 'arg2' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:23493:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:23524:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:23557:5: warning: passing argument 3 of 'pkcs7_verify1' 
> from incompatible pointer type
> SWIG/_m2crypto_wrap.c:6391:11: note: expected 'struct BIO *' but argument is 
> of type 'struct X509_STORE *'
> SWIG/_m2crypto_wrap.c:23557:5: warning: passing argument 4 of 'pkcs7_verify1' 
> makes integer from pointer without a cast
> SWIG/_m2crypto_wrap.c:6391:11: note: expected 'int' but argument is of type 
> 'struct BIO *'
> SWIG/_m2crypto_wrap.c:23557:5: error: too many arguments to function 
> 'pkcs7_verify1'
> SWIG/_m2crypto_wrap.c:6391:11: note: declared here
> SWIG/_m2crypto_wrap.c: In function '_wrap_pkcs7_verify0':
> SWIG/_m2crypto_wrap.c:23572:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:23572:10: error: 'arg2' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:23572:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:23599:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:23621:5: warning: passing argument 3 of 'pkcs7_verify0' 
> makes integer from pointer without a cast
> SWIG/_m2crypto_wrap.c:6419:11: note: expected 'int' but argument is of type 
> 'struct X509_STORE *'
> SWIG/_m2crypto_wrap.c:23621:5: error: too many arguments to function 
> 'pkcs7_verify0'
> SWIG/_m2crypto_wrap.c:6419:11: note: declared here
> SWIG/_m2crypto_wrap.c: In function '_wrap_pkcs7_get0_signers':
> SWIG/_m2crypto_wrap.c:24061:3: error: 'STACK' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:24061:10: error: 'arg2' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:24061:25: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:24072:10: error: 'result' undeclared (first use in this 
> function)
> SWIG/_m2crypto_wrap.c:24084:18: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c:24101:22: error: expected expression before ')' token
> SWIG/_m2crypto_wrap.c: In function 'pkcs7_sign1':
> SWIG/_m2crypto_wrap.c:6388:1: warning: control reaches end of non-void 
> function
> SWIG/_m2crypto_wrap.c: In function 'x509_req_add_extensions':
> SWIG/_m2crypto_wrap.c:6084:1: warning: control reaches end of non-void 
> function
> error: command 'gcc' failed with exit status 1
> make: *** [build-stamp] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/04/08/m2crypto_0.20.1-1_lsid64.buildlog

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 about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| [email protected]   http://www.lucas-nussbaum.net/ |
| jabber: [email protected]             GPG: 1024D/023B3F4F |



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

Reply via email to