Source: php-horde-lz4 Version: 1.0.10-8 Severity: serious Tags: ftbfs Justification: ftbfs Control: block 976811 by -1
Dear maintainer, Your scheduled for a rebuild for the php8.1 transtion, but if failed to build from source. https://buildd.debian.org/status/package.php?p=php-horde-lz4 This is the end of the amd64 build log: make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' /bin/bash /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libtool --mode=compile cc -I. -I/<<PKGBUILDDIR>>/horde_lz4-1.0.10 -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/main -I/<<PKGBUILDDIR>>/horde_lz4-1.0.10 -I/usr/include/php/20210902 -I/usr/include/php/20210902/main -I/usr/include/php/20210902/TSRM -I/usr/include/php/20210902/Zend -I/usr/include/php/20210902/ext -I/usr/include/php/20210902/ext/date/lib -Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -DZEND_COMPILE_DL_EXT=1 -c /<<PKGBUILDDIR>>/horde_lz4-1.0.10/horde_lz4.c -o horde_lz4.lo -MMD -MF horde_lz4.dep -MT horde_lz4.lo libtool: compile: cc -I. -I/<<PKGBUILDDIR>>/horde_lz4-1.0.10 -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/main -I/<<PKGBUILDDIR>>/horde_lz4-1.0.10 -I/usr/include/php/20210902 -I/usr/include/php/20210902/main -I/usr/include/php/20210902/TSRM -I/usr/include/php/20210902/Zend -I/usr/include/php/20210902/ext -I/usr/include/php/20210902/ext/date/lib -Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -DZEND_COMPILE_DL_EXT=1 -c /<<PKGBUILDDIR>>/horde_lz4-1.0.10/horde_lz4.c -MMD -MF horde_lz4.dep -MT horde_lz4.lo -fPIC -DPIC -o .libs/horde_lz4.o /<<PKGBUILDDIR>>/horde_lz4-1.0.10/horde_lz4.c: In function ‘zif_horde_lz4_compress’: /<<PKGBUILDDIR>>/horde_lz4-1.0.10/horde_lz4.c:79:47: error: expected ‘)’ before ‘TSRMLS_CC’ 79 | if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, | ~ ^~~~~~~~~ /<<PKGBUILDDIR>>/horde_lz4-1.0.10/horde_lz4.c:79:9: error: too few arguments to function ‘zend_parse_parameters’ 79 | if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, | ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/php/20210902/main/php.h:36, from /<<PKGBUILDDIR>>/horde_lz4-1.0.10/horde_lz4.c:5: /usr/include/php/20210902/Zend/zend_API.h:335:22: note: declared here 335 | ZEND_API zend_result zend_parse_parameters(uint32_t num_args, const char *type_spec, ...); | ^~~~~~~~~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/horde_lz4-1.0.10/horde_lz4.c:102:9: warning: ‘LZ4_compressHC’ is deprecated: use LZ4_compress_HC() instead [-Wdeprecated-declarations] 102 | output_len = LZ4_compressHC(Z_STRVAL_P(data), output + header_offset, data_len); | ^~~~~~~~~~ In file included from /<<PKGBUILDDIR>>/horde_lz4-1.0.10/horde_lz4.c:12: /usr/include/lz4hc.h:256:64: note: declared here 256 | LZ4_DEPRECATED("use LZ4_compress_HC() instead") LZ4LIB_API int LZ4_compressHC (const char* source, char* dest, int inputSize); | ^~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/horde_lz4-1.0.10/horde_lz4.c:104:9: warning: ‘LZ4_compress’ is deprecated: use LZ4_compress_default() instead [-Wdeprecated-declarations] 104 | output_len = LZ4_compress(Z_STRVAL_P(data), output + header_offset, data_len); | ^~~~~~~~~~ In file included from /<<PKGBUILDDIR>>/horde_lz4-1.0.10/horde_lz4.c:11: /usr/include/lz4.h:697:75: note: declared here 697 | LZ4_DEPRECATED("use LZ4_compress_default() instead") LZ4LIB_API int LZ4_compress (const char* src, char* dest, int srcSize); | ^~~~~~~~~~~~ /<<PKGBUILDDIR>>/horde_lz4-1.0.10/horde_lz4.c: In function ‘zif_horde_lz4_uncompress’: /<<PKGBUILDDIR>>/horde_lz4-1.0.10/horde_lz4.c:125:47: error: expected ‘)’ before ‘TSRMLS_CC’ 125 | if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, | ~ ^~~~~~~~~ /<<PKGBUILDDIR>>/horde_lz4-1.0.10/horde_lz4.c:125:9: error: too few arguments to function ‘zend_parse_parameters’ 125 | if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, | ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/php/20210902/main/php.h:36, from /<<PKGBUILDDIR>>/horde_lz4-1.0.10/horde_lz4.c:5: /usr/include/php/20210902/Zend/zend_API.h:335:22: note: declared here 335 | ZEND_API zend_result zend_parse_parameters(uint32_t num_args, const char *type_spec, ...); | ^~~~~~~~~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/horde_lz4-1.0.10/horde_lz4.c:153:5: warning: ‘LZ4_decompress_fast’ is deprecated: This function is deprecated and unsafe. Consider using LZ4_decompress_safe() instead [-Wdeprecated-declarations] 153 | output_len = LZ4_decompress_fast(p + header_offset, output, data_len); | ^~~~~~~~~~ In file included from /<<PKGBUILDDIR>>/horde_lz4-1.0.10/horde_lz4.c:11: /usr/include/lz4.h:754:16: note: declared here 754 | LZ4LIB_API int LZ4_decompress_fast (const char* src, char* dst, int originalSize); | ^~~~~~~~~~~~~~~~~~~ make[1]: *** [Makefile:202: horde_lz4.lo] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j4 returned exit code 2 make: *** [debian/rules:10: binary-arch] Error 25 dpkg-buildpackage: error: debian/rules binary-arch subprocess returned exit status 2 Paul

