Your message dated Thu, 05 Jan 2023 21:27:43 +0000
with message-id <[email protected]>
and subject line Bug#1003473: fixed in php-horde-lz4 1.0.10-9
has caused the Debian Bug report #1003473,
regarding php-horde-lz4: fails to build with php8.1
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1003473: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1003473
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---
Source: php-horde-lz4
Source-Version: 1.0.10-9
Done: Anton Gladky <[email protected]>

We believe that the bug you reported is fixed in the latest version of
php-horde-lz4, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Anton Gladky <[email protected]> (supplier of updated php-horde-lz4 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 05 Jan 2023 21:36:30 +0100
Source: php-horde-lz4
Architecture: source
Version: 1.0.10-9
Distribution: unstable
Urgency: medium
Maintainer: Horde Maintainers <[email protected]>
Changed-By: Anton Gladky <[email protected]>
Closes: 1003473
Changes:
 php-horde-lz4 (1.0.10-9) unstable; urgency=medium
 .
   * Team upload.
   [ Mike Gabriel ]
   * d/watch: Switch to format version 4.
 .
   [ Anton Gladky ]
   * d/salsa-ci.yml: use aptly, simplify.
   * d/patches: fix compilation against php8.1. (Closes: #1003473)
   * d/patches: fix autopkgtest.
   * d/control: update standards version to 4.6.2, no changes needed.
   * d/control: fix website protocol.
   * d/control: Switch BD from pear-horde-channel to pear-channels.
   * d/control: remove unnecessary BD version restriction.
Checksums-Sha1:
 a26b608c223bd27668e25f61cf7cabaf83ecf6cf 2137 php-horde-lz4_1.0.10-9.dsc
 e80aeb748b37e4d83c80ac0a665b224d88df3bbc 5756 
php-horde-lz4_1.0.10-9.debian.tar.xz
 abb95f564ad2e935e99e1f241b7778441a50af5a 7369 
php-horde-lz4_1.0.10-9_source.buildinfo
Checksums-Sha256:
 117a53059d51ab45e50e9427e49bff3dec41e60f9db543199c3a336d9a1c4521 2137 
php-horde-lz4_1.0.10-9.dsc
 cfd777d3e01a5c1fc98e2c396b4c4ec2245dafd295d0671b84af952ce98c5cff 5756 
php-horde-lz4_1.0.10-9.debian.tar.xz
 f63433aeff92c3e12ed7469c0d8d5c4bb7bfe5bafa95f98951f8db1eed1530e4 7369 
php-horde-lz4_1.0.10-9_source.buildinfo
Files:
 863fbd18eb32881c2a3ca0969e32ad1d 2137 php optional php-horde-lz4_1.0.10-9.dsc
 801d66f9394bcc960ad6a59d74a56b1d 5756 php optional 
php-horde-lz4_1.0.10-9.debian.tar.xz
 911e931edb508dc7cfc404f25db2647b 7369 php optional 
php-horde-lz4_1.0.10-9_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEEu71F6oGKuG/2fnKF0+Fzg8+n/wYFAmO3OWwRHGdsYWRrQGRl
Ymlhbi5vcmcACgkQ0+Fzg8+n/wag9A/9ETW8JXliAaCidJTIU+GIwBkZQqCJJzFO
w+JMYFeRk3OCaFjQ+rOpvYZbHR7gmx+rAmFRoQgUy6LG3oJqFOHRpeBzTai7PwV8
qcI/8hu6zjIMsKq/eQiXks0rom3Zxkyu8XKoYMk3XeBLK4qUA5Lv9XEvXwiIOGWv
CQ9+HJBm/8qXmBc8AVe6EAn4YsEfNOgFEsOHH+zHlXnA0by4KUvSWoHnbwFm/CkQ
LKKA/NAibQjA3Rwa2xwigd4lchT+Yn+vs7oixWWXICDb80HfYX6o2rGdWd5LLdXX
XD1SRVx5wg0Ek/DeozEkBHtgvxFYe0ZqRfNipai018wqvy8Es8IV1vCt3iPEwoRT
4EkPNQwV/4CZn2qKuFTOoqUU9pAdJ4pkarrm7SWjjKxdi28z6kJxJ4j7+MF4iKnA
WojS/sC0LQAh73J/JuUr3CxkOsrN3TZ18wqBLIO7KqQ8P14yzaQJC6X81cbaYf7t
Gy/VwTgHdKF3zmgO551VzzJMwWkT/qELDn0T5M5JX1PtuGfxm6lygrDRJiy6z3un
Z2FnS5iAuOSrjXrvp/JZgLPHbURMdGNetow8e0vQPQLozrWo7d1Nhj8wg83yJnDT
MUIVDSXtIEwXnMwxX+Vlk5hBkSkEJrex+Nz9iNa5FTAAkUUmyFQdfzfblFX86bQO
NG6USIe9wRM=
=p6/Z
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to