Your message dated Fri, 15 Mar 2024 23:18:12 +0000
with message-id <e1rlgow-002fmx...@fasolo.debian.org>
and subject line Bug#1066234: fixed in php8.2 8.2.16-2.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.2
Source-Version: 8.2.16-2.1
Done: Andrey Rakhmatullin <w...@debian.org>

We believe that the bug you reported is fixed in the latest version of
php8.2, 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.
Andrey Rakhmatullin <w...@debian.org> (supplier of updated php8.2 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: Fri, 15 Mar 2024 23:36:01 +0500
Source: php8.2
Architecture: source
Version: 8.2.16-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian PHP Maintainers <team+pkg-...@tracker.debian.org>
Changed-By: Andrey Rakhmatullin <w...@debian.org>
Closes: 1066234
Changes:
 php8.2 (8.2.16-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS with -Werror=implicit-function-declaration (Closes: #1066234).
Checksums-Sha1:
 62cc964719f62d02a1e9fd451d77126d6ffc8350 5534 php8.2_8.2.16-2.1.dsc
 19947fbabfcfba675477b3ae31c96b5168ea8654 70420 php8.2_8.2.16-2.1.debian.tar.xz
 69ea217a3aed0b68a581748602324697ef3b08e7 6273 
php8.2_8.2.16-2.1_source.buildinfo
Checksums-Sha256:
 fe5bc7c71c8e88480f602aa8c2d5c97de64c7bb48e0bf3ac67eb375443806e45 5534 
php8.2_8.2.16-2.1.dsc
 8be944b55924d3ec519b927c0ddbfc696ac25528590a2141d67a9903eda7c0ee 70420 
php8.2_8.2.16-2.1.debian.tar.xz
 478d72a3d0f183c45e6dda834b4139722af13fa07ba35cd499b6f1032a127ffc 6273 
php8.2_8.2.16-2.1_source.buildinfo
Files:
 48512a36241bef6567927be25aec1732 5534 php optional php8.2_8.2.16-2.1.dsc
 d96eaefd69cd8d3d05a17ca21fc18335 70420 php optional 
php8.2_8.2.16-2.1.debian.tar.xz
 8e405f38a3341a743b3346ac89c51f37 6273 php optional 
php8.2_8.2.16-2.1_source.buildinfo

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

iQIzBAEBCgAdFiEEolIP6gqGcKZh3YxVM2L3AxpJkuEFAmX0lewACgkQM2L3AxpJ
kuFUHg//UpfvjcKRwVHVNK5sgG2Ab/w3rNX6thSkDFa2NIaOLqhUhfGvFSsQAg1S
z9r5zuGpMiCRA7Nel+eS8GYlMI7qDp6zODLNZjeomdBd+0rdzdSh8tQLyj66dOQo
gb8bJpNNGb5Gc/80n3uCL0zP5qGhw1MvOFxsW4LLjNnJBk+GFN9VxNqk42pfE82n
cItf7XtzFoD77EJTmQw8AJkLUkhP+YTCGFzjJEI78hvvCNw/Njj7kUuxayyKkQ9C
wn3tTq4BlM5kllwNh+QxfeFgIe6ebC8/3D4b4mawuiYG59hZNx5BVIRWsigmJgj2
H2+bKNulxySCdaX/anbGEtllQKraByvWZtPa+YAIzpVkNFe8hPlifGFD3S4tsKIT
t/r7KehFb7lpUQRpyjdxm+s9Dj5bgXaONt2f/aNkmVgvZSKfvhC0+RQSJfmWTAgB
9k9jP6ae3ifnTf6qGUfRWJVNUxgxuQnocioHMQ8qPNI7lMBdLT/AImdbCwfG0inL
ayk5+KMIXHgyPfkXix61xkBp6LjW8uzpOvGvHGgqlzlSKH5LBXqy5XJZVdSKYWnG
CC9M/WIUlpo/1BQL3fhnBAKz7D1orFS9O08SB0fFYK5T6DVjws14QoaxBrlVVfQ8
8qtKRHTwq2evLuM5f8K4wSMsRdexqxlU3WCjCqRfz2kYArBbNI4=
=WJdd
-----END PGP SIGNATURE-----

Attachment: pgpXaUsMA5ajF.pgp
Description: PGP signature


--- End Message ---

Reply via email to