Source: php-ssh2 Version: 0.11.0-2 Severity: serious Tags: sid Hi,
Your package FTBFS with PHP 5.3 which is now in unstable. Part of the build log follows: > libtool: compile: i486-linux-gnu-gcc -I. > -I/tmp/buildd/php-ssh2-0.11.0/build-php5 -DPHP_ATOM_INC > -I/tmp/buildd/php-ssh2-0.11.0/build-php5/inc lude > -I/tmp/buildd/php-ssh2-0.11.0/build-php5/main > -I/tmp/buildd/php-ssh2-0.11.0/build-php5 -I/usr/include/php5 > -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend > -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib > -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -Wall -g -O0 -c > /tmp/buildd/php-ssh2-0.11.0/build-php5/ssh2.c -fPIC -DPIC -o .libs/ssh2.o > /tmp/buildd/php-ssh2-0.11.0/build-php5/ssh2.c:52: error: duplicate 'static' > /tmp/buildd/php-ssh2-0.11.0/build-php5/ssh2.c: In function > 'zif_ssh2_methods_negotiated': > /tmp/buildd/php-ssh2-0.11.0/build-php5/ssh2.c:503: warning: passing > argument 4 of 'add_assoc_string_ex' discards qualifiers from pointer target > type /usr/include/php5/Zend/zend_API.h:360: note: expected 'char *' but > argument is of type 'const char *' > /tmp/buildd/php-ssh2-0.11.0/build-php5/ssh2.c:504: warning: passing > argument 4 of 'add_assoc_string_ex' discards qualifiers from pointer target > type /usr/include/php5/Zend/zend_API.h:360: note: expected 'char *' but > argument is of type 'const char *' > /tmp/buildd/php-ssh2-0.11.0/build-php5/ssh2.c:508: warning: passing > argument 4 of 'add_assoc_string_ex' discards qualifiers from pointer target > type /usr/include/php5/Zend/zend_API.h:360: note: expected 'char *' but > argument is of type 'const char *' > /tmp/buildd/php-ssh2-0.11.0/build-php5/ssh2.c:509: warning: passing > argument 4 of 'add_assoc_string_ex' discards qualifiers from pointer target > type /usr/include/php5/Zend/zend_API.h:360: note: expected 'char *' but > argument is of type 'const char *' > /tmp/buildd/php-ssh2-0.11.0/build-php5/ssh2.c:510: warning: passing > argument 4 of 'add_assoc_string_ex' discards qualifiers from pointer target > type /usr/include/php5/Zend/zend_API.h:360: note: expected 'char *' but > argument is of type 'const char *' > /tmp/buildd/php-ssh2-0.11.0/build-php5/ssh2.c:511: warning: passing > argument 4 of 'add_assoc_string_ex' discards qualifiers from pointer target > type /usr/include/php5/Zend/zend_API.h:360: note: expected 'char *' but > argument is of type 'const char *' > /tmp/buildd/php-ssh2-0.11.0/build-php5/ssh2.c:516: warning: passing > argument 4 of 'add_assoc_string_ex' discards qualifiers from pointer target > type /usr/include/php5/Zend/zend_API.h:360: note: expected 'char *' but > argument is of type 'const char *' > /tmp/buildd/php-ssh2-0.11.0/build-php5/ssh2.c:517: warning: passing > argument 4 of 'add_assoc_string_ex' discards qualifiers from pointer target > type /usr/include/php5/Zend/zend_API.h:360: note: expected 'char *' but > argument is of type 'const char *' > /tmp/buildd/php-ssh2-0.11.0/build-php5/ssh2.c:518: warning: passing > argument 4 of 'add_assoc_string_ex' discards qualifiers from pointer target > type /usr/include/php5/Zend/zend_API.h:360: note: expected 'char *' but > argument is of type 'const char *' > /tmp/buildd/php-ssh2-0.11.0/build-php5/ssh2.c:519: warning: passing > argument 4 of 'add_assoc_string_ex' discards qualifiers from pointer target > type /usr/include/php5/Zend/zend_API.h:360: note: expected 'char *' but > argument is of type 'const char *' > /tmp/buildd/php-ssh2-0.11.0/build-php5/ssh2.c: In function > 'zif_ssh2_publickey_add': > /tmp/buildd/php-ssh2-0.11.0/build-php5/ssh2.c:992: warning: pointer targets > in passing argument 3 of 'zend_hash_get_current_key_ex' differ in > signedness /usr/include/php5/Zend/zend_hash.h:179: note: expected 'uint *' > but argument is of type 'int *' > /tmp/buildd/php-ssh2-0.11.0/build-php5/ssh2.c:992: warning: pointer targets > in passing argument 4 of 'zend_hash_get_current_key_ex' differ in > signedness /usr/include/php5/Zend/zend_hash.h:179: note: expected 'ulong *' > but argument is of type 'long int *' > /tmp/buildd/php-ssh2-0.11.0/build-php5/ssh2.c:1033: warning: pointer > targets in passing argument 2 of 'libssh2_publickey_add_ex' differ in > signedness /usr/include/libssh2_publickey.h:85: note: expected 'const > unsigned char *' but argument is of type 'char *' > /tmp/buildd/php-ssh2-0.11.0/build-php5/ssh2.c:1033: warning: pointer > targets in passing argument 4 of 'libssh2_publickey_add_ex' differ in > signedness /usr/include/libssh2_publickey.h:85: note: expected 'const > unsigned char *' but argument is of type 'char *' > /tmp/buildd/php-ssh2-0.11.0/build-php5/ssh2.c:1045: warning: passing > argument 1 of '_efree' discards qualifiers from pointer target type > /usr/include/php5/Zend/zend_alloc.h:60: note: expected 'void *' but > argument is of type 'const char *' > /tmp/buildd/php-ssh2-0.11.0/build-php5/ssh2.c: In function > 'zif_ssh2_publickey_remove': > /tmp/buildd/php-ssh2-0.11.0/build-php5/ssh2.c:1067: warning: pointer > targets in passing argument 2 of 'libssh2_publickey_remove_ex' differ in > signedness /usr/include/libssh2_publickey.h:97: note: expected 'const > unsigned char *' but argument is of type 'char *' > /tmp/buildd/php-ssh2-0.11.0/build-php5/ssh2.c:1067: warning: pointer > targets in passing argument 4 of 'libssh2_publickey_remove_ex' differ in > signedness /usr/include/libssh2_publickey.h:97: note: expected 'const > unsigned char *' but argument is of type 'char *' > /tmp/buildd/php-ssh2-0.11.0/build-php5/ssh2.c: In function > 'zif_ssh2_publickey_list': > /tmp/buildd/php-ssh2-0.11.0/build-php5/ssh2.c:1104: warning: passing > argument 4 of 'add_assoc_stringl_ex' discards qualifiers from pointer > target type /usr/include/php5/Zend/zend_API.h:361: note: expected 'char *' > but argument is of type 'const unsigned char *' > /tmp/buildd/php-ssh2-0.11.0/build-php5/ssh2.c:1105: warning: passing > argument 4 of 'add_assoc_stringl_ex' discards qualifiers from pointer > target type /usr/include/php5/Zend/zend_API.h:361: note: expected 'char *' > but argument is of type 'const unsigned char *' make[1]: *** [ssh2.lo] > Error 1 > make[1]: Leaving directory `/tmp/buildd/php-ssh2-0.11.0/build-php5' > make: *** [build-stamp] Error 2 Cheers, -- Raphael Geissert - Debian Developer www.debian.org - get.debian.net -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org