Your message dated Sun, 05 Feb 2006 14:10:23 -0500 with message-id <[EMAIL PROTECTED]> and subject line FTBFS: Conflicting prototypes has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message --->From [EMAIL PROTECTED] Wed Aug 17 23:56:34 2005 Received: (at submit) by bugs.debian.org; 18 Aug 2005 06:56:34 +0000 Return-path: <[EMAIL PROTECTED]> Received: from zoot.lafn.org [206.117.18.6] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E5eKI-00046o-00; Wed, 17 Aug 2005 23:56:34 -0700 Received: from localhost.localdomain (pool-71-104-166-233.lsanca.dsl-w.verizon.net [71.104.166.233]) (authenticated bits=0) by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id j7I6uWJn087809 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for <[EMAIL PROTECTED]>; Wed, 17 Aug 2005 23:56:33 -0700 (PDT) (envelope-from [EMAIL PROTECTED]) Received: from kraai by localhost.localdomain with local (Exim 4.52) id 1E5RCF-00011y-A4 for [EMAIL PROTECTED]; Wed, 17 Aug 2005 09:55:23 -0700 Date: Wed, 17 Aug 2005 09:55:23 -0700 From: Matt Kraai <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: FTBFS: Conflicting prototypes Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OgqxwSJOaUobr8KG" Content-Disposition: inline User-Agent: Mutt/1.5.9i X-Virus-Scanned: ClamAV 0.86.2/1030/Wed Aug 17 08:53:46 2005 on zoot.lafn.org X-Virus-Status: Clean Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-7.3 required=4.0 tests=BAYES_00,DATE_IN_PAST_12_24, HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 --OgqxwSJOaUobr8KG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Package: m2crypto Version: 0.13-1.1 Severity: serious m2crypto fails to build because a number of prototypes conflict: > gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototyp= es -fPIC -I/tmp/buildd/m2crypto-0.13/SWIG -I/usr/include -I/usr/include/pyt= hon2.3 -c SWIG/_m2crypto.c -o build/temp.linux-i686-2.3/SWIG/_m2crypto.o -D= THREADING > SWIG/_m2crypto.c:703: warning: function declaration isn't a prototype > SWIG/_m2crypto.c:885: warning: function declaration isn't a prototype > SWIG/_m2crypto.c:1288: warning: function declaration isn't a prototype > SWIG/_m2crypto.c:1310: warning: function declaration isn't a prototype > SWIG/_m2crypto.c: In function 'rand_pseudo_bytes': > SWIG/_m2crypto.c:2342: warning: pointer targets in passing argument 1 of = 'PyString_FromStringAndSize' differ in signedness > SWIG/_m2crypto.c: In function 'hmac': > SWIG/_m2crypto.c:2645: warning: pointer targets in passing argument 7 of = 'HMAC' differ in signedness > SWIG/_m2crypto.c: In function 'sign_final': > SWIG/_m2crypto.c:2870: warning: pointer targets in passing argument 1 of = 'PyString_FromStringAndSize' differ in signedness > SWIG/_m2crypto.c:2864: warning: unused variable 'ret' > SWIG/_m2crypto.c: In function 'dsa_sign_asn1': > SWIG/_m2crypto.c:3812: warning: pointer targets in passing argument 5 of = 'DSA_sign' differ in signedness > SWIG/_m2crypto.c: At top level: > SWIG/_m2crypto.c:3870: error: conflicting types for 'SSL_get_error' > /usr/include/openssl/ssl.h:1326: error: previous declaration of 'SSL_get_= error' was here > SWIG/_m2crypto.c:3884: error: conflicting types for 'SSL_CTX_get_verify_d= epth' > /usr/include/openssl/ssl.h:1281: error: previous declaration of 'SSL_CTX_= get_verify_depth' was here > SWIG/_m2crypto.c:3885: error: conflicting types for 'SSL_CTX_get_verify_m= ode' > /usr/include/openssl/ssl.h:1280: error: previous declaration of 'SSL_CTX_= get_verify_mode' was here > SWIG/_m2crypto.c:3895: error: conflicting types for 'SSL_CTX_get_timeout' > /usr/include/openssl/ssl.h:1175: error: previous declaration of 'SSL_CTX_= get_timeout' was here > SWIG/_m2crypto.c:3907: error: conflicting types for 'SSL_pending' > /usr/include/openssl/ssl.h:1194: error: previous declaration of 'SSL_pend= ing' was here > SWIG/_m2crypto.c:3908: error: conflicting types for 'SSL_get_peer_certifi= cate' > /usr/include/openssl/ssl.h:1275: error: previous declaration of 'SSL_get_= peer_certificate' was here > SWIG/_m2crypto.c:3909: error: conflicting types for 'SSL_get_current_ciph= er' > /usr/include/openssl/ssl.h:1183: error: previous declaration of 'SSL_get_= current_cipher' was here > SWIG/_m2crypto.c:3910: error: conflicting types for 'SSL_get_verify_mode' > /usr/include/openssl/ssl.h:1207: error: previous declaration of 'SSL_get_= verify_mode' was here > SWIG/_m2crypto.c:3911: error: conflicting types for 'SSL_get_verify_depth' > /usr/include/openssl/ssl.h:1208: error: previous declaration of 'SSL_get_= verify_depth' was here > SWIG/_m2crypto.c:3912: error: conflicting types for 'SSL_get_verify_resul= t' > /usr/include/openssl/ssl.h:1404: error: previous declaration of 'SSL_get_= verify_result' was here > SWIG/_m2crypto.c:3913: error: conflicting types for 'SSL_get_SSL_CTX' > /usr/include/openssl/ssl.h:1397: error: previous declaration of 'SSL_get_= SSL_CTX' was here > SWIG/_m2crypto.c:3914: error: conflicting types for 'SSL_get_default_time= out' > /usr/include/openssl/ssl.h:1372: error: previous declaration of 'SSL_get_= default_timeout' was here > SWIG/_m2crypto.c:3916: error: conflicting types for 'SSL_get_cipher_list' > /usr/include/openssl/ssl.h:1191: error: previous declaration of 'SSL_get_= cipher_list' was here > SWIG/_m2crypto.c:3917: error: conflicting types for 'SSL_CIPHER_get_name' > /usr/include/openssl/ssl.h:1186: error: previous declaration of 'SSL_CIPH= ER_get_name' was here > SWIG/_m2crypto.c:3918: error: conflicting types for 'SSL_CIPHER_get_versi= on' > /usr/include/openssl/ssl.h:1185: error: previous declaration of 'SSL_CIPH= ER_get_version' was here > SWIG/_m2crypto.c:3919: error: conflicting types for 'SSL_get_session' > /usr/include/openssl/ssl.h:1395: error: previous declaration of 'SSL_get_= session' was here > SWIG/_m2crypto.c:3923: error: conflicting types for 'SSL_SESSION_print' > /usr/include/openssl/ssl.h:1260: error: previous declaration of 'SSL_SESS= ION_print' was here > SWIG/_m2crypto.c:3925: error: conflicting types for 'SSL_SESSION_get_time= out' > /usr/include/openssl/ssl.h:1249: error: previous declaration of 'SSL_SESS= ION_get_timeout' was here > SWIG/_m2crypto.c: In function 'ssl_ctx_set_tmp_dh': > SWIG/_m2crypto.c:4024: warning: no return statement in function returning= non-void > SWIG/_m2crypto.c: In function 'ssl_ctx_set_tmp_rsa': > SWIG/_m2crypto.c:4035: warning: no return statement in function returning= non-void > SWIG/_m2crypto.c: In function 'ssl_session_read_pem': > SWIG/_m2crypto.c:4387: warning: function declaration isn't a prototype > SWIG/_m2crypto.c: In function 'ssl_session_write_pem': > SWIG/_m2crypto.c:4391: warning: function declaration isn't a prototype > SWIG/_m2crypto.c: At top level: > SWIG/_m2crypto.c:4438: error: conflicting types for 'X509_NAME_ENTRY_set_= data' > /usr/include/openssl/x509.h:1052: error: previous declaration of 'X509_NA= ME_ENTRY_set_data' was here > SWIG/_m2crypto.c:4441: warning: function declaration isn't a prototype > SWIG/_m2crypto.c: In function 'x509_name_set_by_nid': > SWIG/_m2crypto.c:4548: warning: pointer targets in passing argument 4 of = 'X509_NAME_add_entry_by_NID' differ in signedness > SWIG/_m2crypto.c: In function 'x509_name_add_entry_by_txt': > SWIG/_m2crypto.c:4553: warning: pointer targets in passing argument 2 of = 'X509_NAME_add_entry_by_txt' differ in signedness > SWIG/_m2crypto.c:4553: warning: pointer targets in passing argument 4 of = 'X509_NAME_add_entry_by_txt' differ in signedness > SWIG/_m2crypto.c: In function 'util_string_to_hex': > SWIG/_m2crypto.c:4842: warning: pointer targets in passing argument 1 of = 'PyString_FromStringAndSize' differ in signedness > SWIG/_m2crypto.c: At top level: > SWIG/_m2crypto.c:15621: warning: function declaration isn't a prototype > error: command 'gcc' failed with exit status 1 --=20 Matt --OgqxwSJOaUobr8KG Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDA2v6fNdgYxVXvBARAuOvAJ9ROWZDh16B11NMqIg2A9TMgKd6LACfYPqp tS6SAPjYC0UeoeiP9mewEOU= =Fx4M -----END PGP SIGNATURE----- --OgqxwSJOaUobr8KG--
--- End Message ---
--- Begin Message --->From [EMAIL PROTECTED] Sun Feb 05 11:10:25 2006 Received: (at 323731-close) by bugs.debian.org; 5 Feb 2006 19:10:25 +0000 Return-path: <[EMAIL PROTECTED]> Received: from vms046pub.verizon.net ([206.46.252.46]) by spohr.debian.org with esmtp (Exim 4.50) id 1F5pHF-00021W-OS for [EMAIL PROTECTED]; Sun, 05 Feb 2006 11:10:25 -0800 Received: from KATEHOK.internal.katehok.homeip.net ([70.22.195.167]) by vms046.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <[EMAIL PROTECTED]> for [EMAIL PROTECTED]; Sun, 05 Feb 2006 13:10:25 -0600 (CST) Received: from leonid.internal.katehok.homeip.net ([172.25.92.165] ident=belyi) by KATEHOK.internal.katehok.homeip.net with esmtp (Exim 4.60) (envelope-from <[EMAIL PROTECTED]>) id 1F5pHD-0006Yf-Vz for [EMAIL PROTECTED]; Sun, 05 Feb 2006 14:10:24 -0500 Date: Sun, 05 Feb 2006 14:10:23 -0500 From: Igor Belyi <[EMAIL PROTECTED]> Subject: Re: FTBFS: Conflicting prototypes To: [EMAIL PROTECTED] Message-id: <[EMAIL PROTECTED]> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit X-Accept-Language: en-us, en User-Agent: Debian Thunderbird 1.0.7 (X11/20051017) X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 This bug is fixed in the latest revisions of SSL. Igor
--- End Message ---

