Your message dated Thu, 27 Feb 2025 09:20:26 +0000
with message-id <[email protected]>
and subject line Bug#1097642: fixed in pound 4.16-2
has caused the Debian Bug report #1097642,
regarding pound: ftbfs with GCC-15
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.)
--
1097642: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097642
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:pound
Version: 4.16-1
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15
[This bug is NOT targeted to the upcoming trixie release]
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.
The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/pound_4.16-1_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.
To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other Common build failures are new warnings resulting in build failures
with -Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-15/porting_to.html
[...]
| ^
pound.h: In function ‘service_cond_init’:
pound.h:715:13: error: expected identifier before ‘bool’
715 | cond->bool.op = BOOL_AND;
| ^~~~
In file included from pound.h:316:
pound.h:716:26: error: expected identifier before ‘bool’
716 | SLIST_INIT (&cond->bool.head);
| ^~~~
list.h:41:8: note: in definition of macro ‘SLIST_INIT’
41 | (head)->sl_first = (head)->sl_last = NULL; \
| ^~~~
pound.h:716:26: error: expected identifier before ‘bool’
716 | SLIST_INIT (&cond->bool.head);
| ^~~~
list.h:41:27: note: in definition of macro ‘SLIST_INIT’
41 | (head)->sl_first = (head)->sl_last = NULL; \
| ^~~~
config.c: In function ‘foreach_client_cert’:
config.c:3319:40: error: expected identifier before ‘bool’
3319 | SLIST_FOREACH (subcond, &cond->bool.head, next)
| ^~~~
list.h:93:17: note: in definition of macro ‘SLIST_FOREACH’
93 | for ((var) = (head)->sl_first; (var); (var) = (var)->field)
| ^~~~
config.c: In function ‘cond_pass_file_fixup’:
config.c:5076:40: error: expected identifier before ‘bool’
5076 | SLIST_FOREACH (subcond, &cond->bool.head, next)
| ^~~~
list.h:93:17: note: in definition of macro ‘SLIST_FOREACH’
93 | for ((var) = (head)->sl_first; (var); (var) = (var)->field)
| ^~~~
make[4]: *** [Makefile:611: mem.o] Error 1
make[4]: *** [Makefile:611: config.o] Error 1
In file included from json.c:23:
pound.h:694:30: error: two or more data types in declaration specifiers
694 | struct bool_service_cond bool;
| ^~~~
pound.h:694:34: warning: declaration does not declare anything
694 | struct bool_service_cond bool;
| ^
pound.h: In function ‘service_cond_init’:
pound.h:715:13: error: expected identifier before ‘bool’
715 | cond->bool.op = BOOL_AND;
| ^~~~
In file included from pound.h:316:
pound.h:716:26: error: expected identifier before ‘bool’
716 | SLIST_INIT (&cond->bool.head);
| ^~~~
list.h:41:8: note: in definition of macro ‘SLIST_INIT’
41 | (head)->sl_first = (head)->sl_last = NULL; \
| ^~~~
pound.h:716:26: error: expected identifier before ‘bool’
716 | SLIST_INIT (&cond->bool.head);
| ^~~~
list.h:41:27: note: in definition of macro ‘SLIST_INIT’
41 | (head)->sl_first = (head)->sl_last = NULL; \
| ^~~~
make[4]: *** [Makefile:611: tmpl.o] Error 1
make[4]: *** [Makefile:611: json.o] Error 1
make[4]: Leaving directory '/build/reproducible-path/pound-4.16/src'
make[3]: *** [Makefile:437: all] Error 2
make[3]: Leaving directory '/build/reproducible-path/pound-4.16/src'
make[2]: *** [Makefile:443: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/pound-4.16'
make[1]: *** [Makefile:375: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/pound-4.16'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:16: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: pound
Source-Version: 4.16-2
Done: Carsten Leonhardt <[email protected]>
We believe that the bug you reported is fixed in the latest version of
pound, 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.
Carsten Leonhardt <[email protected]> (supplier of updated pound 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: Wed, 26 Feb 2025 23:48:55 +0100
Source: pound
Architecture: source
Version: 4.16-2
Distribution: unstable
Urgency: medium
Maintainer: Carsten Leonhardt <[email protected]>
Changed-By: Carsten Leonhardt <[email protected]>
Closes: 1097642
Changes:
pound (4.16-2) unstable; urgency=medium
.
* Update to upstream commit c320888be33d0c75d7ab9297ae9c7f95a8e6eaca /
Wed Feb 19 09:11:19 2025 +0200.
This includes a fix for building with gcc15. (Closes: #1097642)
* Complies with standards version 4.7.1
Checksums-Sha1:
47dbaf00707fd93f1007cb0ad3014ffdf8aa12ca 2151 pound_4.16-2.dsc
2eb1d7e4538f6305a57bfec733ce2623e0467584 12128 pound_4.16-2.debian.tar.xz
Checksums-Sha256:
e4b4e3fffbcf6de6b412d7d71118f2be88880dac36d3826b9ace15ad6b09ad43 2151
pound_4.16-2.dsc
ebf7f6a873e14470248e5fff61479631e3aafac950280c99c8f5056cb1a4a1b3 12128
pound_4.16-2.debian.tar.xz
Files:
966a4c17c5a9447ded58c9e27a2851b0 2151 net optional pound_4.16-2.dsc
65a73b3885cb02406d6a424a5c1aa79a 12128 net optional pound_4.16-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQJDBAEBCgAtFiEETxO/995XSygF6EUmKrIctfbulV4FAmfAK74PHGxlb0BkZWJp
YW4ub3JnAAoJECqyHLX27pVee68QAMFNtkHPAMKXbz6P2ApcB3urZWKokF9FRIIP
zuek7l3p/budNIkncBczPzhrtzzccGEt5M0h4HIQDeUnVgXUNXkWfSW6LAzUTH8A
uJiBStsanny6lqSi/95dTz6QVfKAfLjM0mNwQKH6F33qvaVpk2ns0yiA69D+5UP7
/Cyn7X7l7MsiqHL5QM6FOFFQb7sj2SqUydxbngG2V69crSfaspmWk07Oj9lbDj/a
R8pDp9S0PppiZJOX0KLP/CVsQM2l9i7JTjwWXr3aspVMuYNsGQa6DnIwsFLnG2/e
a+NMqaj/HrpZ5AzFqkNhcSaGHsOPUs4idHKI31vWuXb2O74w/NH6ne4XABJquOkS
q8CYcwVFz3t6+D2xHMc8kKvcSepzZ4SSNy3w6FbVL1UYETzWCBZsPYYtslfB250k
fP9LWZaVfYSz2geVJhkEgDLUuHLJ4rVObtVih28kLGSF9mBVcW+ewVf7Glah4vzZ
QXitE3XcGU7ak2dCxQPc7OIO6beqGTnGh67XAwLKUV/dYIPp1Pdj+bwaa8ERNjLb
iGhE2UVyvKE2oNoDvlnrP0JKuc7fh3T9R5S9lTAJVJNAtIJ+WqdDtBTMqLKPOy0l
Y44MTWl/83hRK4bRTys1C994grkdaUVJiMHauYhw9wN/mRzCG9MjQIPpdVBlPrix
EfOiJa60
=L+WI
-----END PGP SIGNATURE-----
pgp589JAqQUi1.pgp
Description: PGP signature
--- End Message ---