Your message dated Sat, 16 Mar 2024 17:11:20 +0000
with message-id <e1rlxz2-005lld...@fasolo.debian.org>
and subject line Bug#1066234: fixed in php8.3 8.3.4-1
has caused the Debian Bug report #1066234,
regarding php8.2: FTBFS: credits.c:130:9: error: implicit declaration of 
function ‘php_print_packaging_credits’ [-Werror=implicit-function-declaration]
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 ow...@bugs.debian.org
immediately.)


-- 
1066234: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066234
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: php8.2
Version: 8.2.16-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
>  x86_64-linux-gnu-gcc -Iext/standard/ -I/<<PKGBUILDDIR>>/ext/standard/ 
> -I/<<PKGBUILDDIR>>/ext-build/include -I/<<PKGBUILDDIR>>/ext-build/main 
> -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/ext-build/ext/date/lib 
> -I/<<PKGBUILDDIR>>/ext/date/lib -I/usr/include/libxml2 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/enchant-2 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/webp 
> -I/usr/include/c-client -I/<<PKGBUILDDIR>>/ext/mbstring/libmbfl 
> -I/<<PKGBUILDDIR>>/ext-build/ext/mbstring/libmbfl 
> -I/<<PKGBUILDDIR>>/ext/mbstring/libmbfl/mbfl 
> -I/<<PKGBUILDDIR>>/ext-build/ext/mbstring/libmbfl/mbfl 
> -I/usr/include/postgresql -I/usr/include/pspell -I/usr/include/editline 
> -I/usr/include/tidy -I/<<PKGBUILDDIR>>/ext-build/TSRM 
> -I/<<PKGBUILDDIR>>/ext-build/Zend -I/<<PKGBUILDDIR>>/main 
> -I/<<PKGBUILDDIR>>/Zend -I/<<PKGBUILDDIR>>/TSRM -I/<<PKGBUILDDIR>>/ext-build/ 
> -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/c-client 
> -fno-common -Wstrict-prototypes -Wformat-truncation -Wlogical-op 
> -Wduplicated-cond -Wno-clobbered -Wall -Wextra -Wno-strict-aliasing 
> -Wno-unused-parameter -Wno-sign-compare -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -O2 -Wall -pedantic -fsigned-char 
> -fno-strict-aliasing -DOPENSSL_SUPPRESS_DEPRECATED -g -fvisibility=hidden 
> -Wimplicit-fallthrough=1 -DZEND_SIGNALS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 
> -c /<<PKGBUILDDIR>>/ext/standard/ftp_fopen_wrapper.c -MMD -MF 
> ext/standard/ftp_fopen_wrapper.dep -MT ext/standard/ftp_fopen_wrapper.lo  
> -fPIC -DPIC -o ext/standard/ftp_fopen_wrapper.o >/dev/null 2>&1
> /<<PKGBUILDDIR>>/ext/standard/credits.c: In function ‘php_print_credits’:
> /<<PKGBUILDDIR>>/ext/standard/credits.c:130:9: error: implicit declaration of 
> function ‘php_print_packaging_credits’ [-Werror=implicit-function-declaration]
>   130 |         php_print_packaging_credits(flag, 0);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/ext/standard/credits.c: At top level:
> /<<PKGBUILDDIR>>/ext/standard/credits.c:138:13: warning: conflicting types 
> for ‘php_print_packaging_credits’; have ‘void(int,  int)’
>   138 | PHPAPI void php_print_packaging_credits(int flag, int top) /* {{{ */
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/ext/standard/credits.c:130:9: note: previous implicit 
> declaration of ‘php_print_packaging_credits’ with type ‘void(int,  int)’
>   130 |         php_print_packaging_credits(flag, 0);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/ext/standard/credits.c: In function 
> ‘php_print_packaging_credits’:
> /<<PKGBUILDDIR>>/ext/standard/credits.c:140:18: warning: logical ‘and’ 
> applied to non-boolean constant [-Wlogical-op]
>   140 |         if (flag && PHP_CREDITS_PACKAGING) {
>       |                  ^~
>  x86_64-linux-gnu-gcc -Iext/standard/ -I/<<PKGBUILDDIR>>/ext/standard/ 
> -I/<<PKGBUILDDIR>>/ext-build/include -I/<<PKGBUILDDIR>>/ext-build/main 
> -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/ext-build/ext/date/lib 
> -I/<<PKGBUILDDIR>>/ext/date/lib -I/usr/include/libxml2 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/enchant-2 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/webp 
> -I/usr/include/c-client -I/<<PKGBUILDDIR>>/ext/mbstring/libmbfl 
> -I/<<PKGBUILDDIR>>/ext-build/ext/mbstring/libmbfl 
> -I/<<PKGBUILDDIR>>/ext/mbstring/libmbfl/mbfl 
> -I/<<PKGBUILDDIR>>/ext-build/ext/mbstring/libmbfl/mbfl 
> -I/usr/include/postgresql -I/usr/include/pspell -I/usr/include/editline 
> -I/usr/include/tidy -I/<<PKGBUILDDIR>>/ext-build/TSRM 
> -I/<<PKGBUILDDIR>>/ext-build/Zend -I/<<PKGBUILDDIR>>/main 
> -I/<<PKGBUILDDIR>>/Zend -I/<<PKGBUILDDIR>>/TSRM -I/<<PKGBUILDDIR>>/ext-build/ 
> -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/c-client 
> -fno-common -Wstrict-prototypes -Wformat-truncation -Wlogical-op 
> -Wduplicated-cond -Wno-clobbered -Wall -Wextra -Wno-strict-aliasing 
> -Wno-unused-parameter -Wno-sign-compare -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -O2 -Wall -pedantic -fsigned-char 
> -fno-strict-aliasing -DOPENSSL_SUPPRESS_DEPRECATED -g -fvisibility=hidden 
> -Wimplicit-fallthrough=1 -DZEND_SIGNALS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 
> -c /<<PKGBUILDDIR>>/ext/standard/url_scanner_ex.c -MMD -MF 
> ext/standard/url_scanner_ex.dep -MT ext/standard/url_scanner_ex.lo  -fPIC 
> -DPIC -o ext/standard/url_scanner_ex.o >/dev/null 2>&1
> cc1: some warnings being treated as errors
> make[2]: *** [Makefile:2243: ext/standard/credits.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/php8.2_8.2.16-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: php8.3
Source-Version: 8.3.4-1
Done: Ondřej Surý <ond...@debian.org>

We believe that the bug you reported is fixed in the latest version of
php8.3, 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 1066...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ondřej Surý <ond...@debian.org> (supplier of updated php8.3 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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Sat, 16 Mar 2024 09:31:56 +0100
Source: php8.3
Architecture: source
Version: 8.3.4-1
Distribution: experimental
Urgency: medium
Maintainer: Debian PHP Maintainers <team+pkg-...@tracker.debian.org>
Changed-By: Ondřej Surý <ond...@debian.org>
Closes: 1065985 1066234
Changes:
 php8.3 (8.3.4-1) experimental; urgency=medium
 .
   [ Ondřej Surý ]
   * New upstream version 8.3.4
   * Just don't set PHP extra version at all - it makes a little
     sense when we are just updating upstream versions
   * Remove hardcoded dependency on libmagic1 (Closes: #1065985)
 .
   [ Andrey Rakhmatullin ]
   * Fix FTBFS with -Werror=implicit-function-declaration (Closes: #1066234).
Checksums-Sha1:
 8c660b5301ac3ae70c43e8ee787fae98a8fe90b2 5646 php8.3_8.3.4-1.dsc
 876de72d97902dd1ec87d22044d29105b76b772b 12443980 php8.3_8.3.4.orig.tar.xz
 e64a3c3a3bb3c078cc743c3950c4c02bc3ab9115 228 php8.3_8.3.4.orig.tar.xz.asc
 912e64e930d44c66bb5b0dd755e1eb9f47ec2207 74200 php8.3_8.3.4-1.debian.tar.xz
 7f72145187c5c174525ac304b93cbd32a1ea0684 33718 php8.3_8.3.4-1_amd64.buildinfo
Checksums-Sha256:
 75e865cf5f5e81514f7837c0fc93daabeee1c66905dd07677db0b2c962e28d5e 5646 
php8.3_8.3.4-1.dsc
 39a337036a546e5c28aea76cf424ac172db5156bd8a8fd85252e389409a5ba63 12443980 
php8.3_8.3.4.orig.tar.xz
 ec4a505c280962d9ec6ae359efc0d49209fabf329b21e1a818699a2cd1d74df9 228 
php8.3_8.3.4.orig.tar.xz.asc
 2ac444d14da2d999bd2ce55793d665d8a90e4c592bddd1ba2b3e55a69d489f52 74200 
php8.3_8.3.4-1.debian.tar.xz
 d3f83f83732a02dd89ff94ff3a4998143a09adeee0c2bae54aa92c8faecd3065 33718 
php8.3_8.3.4-1_amd64.buildinfo
Files:
 7301443644af107055393bd5a86afb95 5646 php optional php8.3_8.3.4-1.dsc
 598f9d78cbf4bbe4dc1c008a43459e61 12443980 php optional php8.3_8.3.4.orig.tar.xz
 55d49a159091dd8877e3ebc5dd6367ac 228 php optional php8.3_8.3.4.orig.tar.xz.asc
 9010b328f53583c60fb454e8b6574e15 74200 php optional 
php8.3_8.3.4-1.debian.tar.xz
 216196f6aeac63967acc4263c69fc00a 33718 php optional 
php8.3_8.3.4-1_amd64.buildinfo

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

iQKTBAEBCgB9FiEEw2Gx4wKVQ+vGJel9g3Kkd++uWcIFAmX1y+FfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEMz
NjFCMUUzMDI5NTQzRUJDNjI1RTk3RDgzNzJBNDc3RUZBRTU5QzIACgkQg3Kkd++u
WcIdjw/8C48I9W3doSIWezvn27A5n6i9/r1e8V8zD5LMC0NB7pyxdY+AYsZroixW
wvPqIaM6l+F85WJyB+C8Pb3ReEZNgUaOld7ngOvJqIkeADXuuo5fuDc0x3g9dXGY
xCdgbKP2co4cfJd5O+/vfnr2c+tWKOy2Piu/kziXXosbXI89KsVDnsyoaZZTd38y
QHlsGQdcOLmBWIgRuxL2qmuZeAva/vfpcN0okiYmUFm2N1JLcggujhTebtyG6u60
t78PTVHdUGnzdxvzQ/GZQhlGYjgqeFDrnbXPsH38wp3Az3Ml7j49Oqlk3ziuURj9
iCQo26MoULxgI5pYdrxmAh4z4tWC0U7nf9U72ngHJDaS8NtjxW5VZd+DNzXpCAu+
p6C97yCharBdUW9iuHhAWBbI07AQnQj7MyqTxL1KYORXyLpsVMtvjcWRd4fHUPJ1
HQKN16NDyk6uyrbwcO2qzCcEyhin4YvT9o5P3x+RYmaGujSk07HhDnIIhxcwqa0h
glGC2PAyT6nqhrEb6DrM+9vbOFjsDyFaaWoiqfjXzwfJJg5J23Kf9x7Gorgb5Jxd
ePQWXkV0rlxGbpLnN8E5LsWcl6XcZah4qa0ZT8TDHG5pvWQ6QizpSRP6F5Ek6sbZ
hYIpFAvbnviKUNZKisgNsQPlNSgLhvdscJnWHGDSqOYi3ydtSxo=
=ZLCX
-----END PGP SIGNATURE-----

Attachment: pgpeVcWvWqYyH.pgp
Description: PGP signature


--- End Message ---

Reply via email to