Your message dated Sun, 07 Sep 2025 13:50:03 +0000
with message-id <[email protected]>
and subject line Bug#1097174: fixed in libconvert-binary-c-perl 0.86-1
has caused the Debian Bug report #1097174,
regarding libconvert-binary-c-perl: 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.)
--
1097174: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097174
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libconvert-binary-c-perl
Version: 0.85-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/libconvert-binary-c-perl_0.85-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
[...]
560 | scan_node(htt->tree[1], action, NULL, 0);
| ^~~~~~
| |
| void (*)(void *)
ucpp/nhash.c:446:54: note: expected ‘void (*)(void)’ but argument is of type
‘void (*)(void *)’
446 | static void scan_node(hash_item_header *node, void (*action)(), void
*arg, unsigned flags)
| ~~~~~~~^~~~~~~~~
ucpp/nhash.c: In function ‘ucpp_private_HTT2_scan_arg’:
ucpp/nhash.c:565:33: error: passing argument 2 of ‘scan_node’ from incompatible
pointer type [-Wincompatible-pointer-types]
565 | scan_node(htt->tree[0], action, arg, SCAN_FLAG_ARG);
| ^~~~~~
| |
| void (*)(void *, void *)
ucpp/nhash.c:446:54: note: expected ‘void (*)(void)’ but argument is of type
‘void (*)(void *, void *)’
446 | static void scan_node(hash_item_header *node, void (*action)(), void
*arg, unsigned flags)
| ~~~~~~~^~~~~~~~~
ucpp/nhash.c:566:33: error: passing argument 2 of ‘scan_node’ from incompatible
pointer type [-Wincompatible-pointer-types]
566 | scan_node(htt->tree[1], action, arg, SCAN_FLAG_ARG);
| ^~~~~~
| |
| void (*)(void *, void *)
ucpp/nhash.c:446:54: note: expected ‘void (*)(void)’ but argument is of type
‘void (*)(void *, void *)’
446 | static void scan_node(hash_item_header *node, void (*action)(), void
*arg, unsigned flags)
| ~~~~~~~^~~~~~~~~
ucpp/nhash.c: In function ‘ucpp_private_HTT_kill’:
ucpp/nhash.c:575:44: error: passing argument 2 of ‘scan_node’ from incompatible
pointer type [-Wincompatible-pointer-types]
575 | scan_node(htt->tree[u], htt->deldata, NULL,
SCAN_FLAG_WIPE);
| ~~~^~~~~~~~~
| |
| void (*)(void *)
ucpp/nhash.c:446:54: note: expected ‘void (*)(void)’ but argument is of type
‘void (*)(void *)’
446 | static void scan_node(hash_item_header *node, void (*action)(), void
*arg, unsigned flags)
| ~~~~~~~^~~~~~~~~
ucpp/nhash.c: In function ‘ucpp_private_HTT2_kill’:
ucpp/nhash.c:582:36: error: passing argument 2 of ‘scan_node’ from incompatible
pointer type [-Wincompatible-pointer-types]
582 | scan_node(htt->tree[0], htt->deldata, NULL, SCAN_FLAG_WIPE);
| ~~~^~~~~~~~~
| |
| void (*)(void *)
ucpp/nhash.c:446:54: note: expected ‘void (*)(void)’ but argument is of type
‘void (*)(void *)’
446 | static void scan_node(hash_item_header *node, void (*action)(), void
*arg, unsigned flags)
| ~~~~~~~^~~~~~~~~
ucpp/nhash.c:583:36: error: passing argument 2 of ‘scan_node’ from incompatible
pointer type [-Wincompatible-pointer-types]
583 | scan_node(htt->tree[1], htt->deldata, NULL, SCAN_FLAG_WIPE);
| ~~~^~~~~~~~~
| |
| void (*)(void *)
ucpp/nhash.c:446:54: note: expected ‘void (*)(void)’ but argument is of type
‘void (*)(void *)’
446 | static void scan_node(hash_item_header *node, void (*action)(), void
*arg, unsigned flags)
| ~~~~~~~^~~~~~~~~
make[1]: *** [Makefile:404: ucpp/nhash.o] Error 1
make[1]: *** Waiting for unfinished jobs....
mv pack.o tmppack.o
mv tmppack.o cbc/pack.o
mv option.o tmpoption.o
mv tmpoption.o cbc/option.o
mv eval.o tmpeval.o
mv tmpeval.o ucpp/eval.o
mv lexer.o tmplexer.o
mv tmplexer.o ucpp/lexer.o
mv cpp.o tmpcpp.o
mv tmpcpp.o ucpp/cpp.o
mv macro.o tmpmacro.o
mv tmpmacro.o ucpp/macro.o
mv y_parser.o tmpy_parser.o
mv tmpy_parser.o ctlib/y_parser.o
make[1]: Leaving directory
'/build/reproducible-path/libconvert-binary-c-perl-0.85'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: libconvert-binary-c-perl
Source-Version: 0.86-1
Done: gregor herrmann <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libconvert-binary-c-perl, 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.
gregor herrmann <[email protected]> (supplier of updated
libconvert-binary-c-perl 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: Sun, 07 Sep 2025 15:24:24 +0200
Source: libconvert-binary-c-perl
Architecture: source
Version: 0.86-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <[email protected]>
Changed-By: gregor herrmann <[email protected]>
Closes: 1097174
Changes:
libconvert-binary-c-perl (0.86-1) unstable; urgency=medium
.
* Import upstream version 0.86.
Closes: #1097174
* Update years of packaging copyright.
* Declare compliance with Debian Policy 4.7.2.
* Remove «Rules-Requires-Root: no», which is the current default.
* Remove «Priority: optional», which is the current default.
Checksums-Sha1:
36f6a4b823211c5c5da85f5d1e2d5d99452114e5 2646
libconvert-binary-c-perl_0.86-1.dsc
934434cc9fcbde47971ca7fda9ad4bfe78d5e550 1369699
libconvert-binary-c-perl_0.86.orig.tar.gz
df838700a9602fac21ce1d6fd0250a009a7d9c86 6328
libconvert-binary-c-perl_0.86-1.debian.tar.xz
Checksums-Sha256:
06e1dfec6d802f501e464b472d9ed9385418120d1d53892b527076867abbb68c 2646
libconvert-binary-c-perl_0.86-1.dsc
6f1b1787df5492793a545746fe2963ad6e1b6203179f65e646cdca41e9fb3cc0 1369699
libconvert-binary-c-perl_0.86.orig.tar.gz
58ed4e07d0237a61e8d3f05ed30d5fe674b68c50bef8637cbf42378bb2bdf6f4 6328
libconvert-binary-c-perl_0.86-1.debian.tar.xz
Files:
b645deb720d26f5ea36d8cffbcdfae8b 2646 perl optional
libconvert-binary-c-perl_0.86-1.dsc
7ca03b0341fb258ed2f09c810f1ea561 1369699 perl optional
libconvert-binary-c-perl_0.86.orig.tar.gz
0540b900bc4ab12a559e0550efe2d5d2 6328 perl optional
libconvert-binary-c-perl_0.86-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAmi9iH9fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgayTQ/8DIhqCmZ8eOJfynjIp4X9VieYkPHRBukaPHetroWXS3qhSKck1y3MmG4K
50q4So409av0YfNopWzM62yQd8eyJPjqwy9dbReChViyjOzD1GmdcC2MjfdTMBhP
48QGeAsxwkNWSMdJiVAez8PnVU+fI2bKkorRcTIo6ugESL1hxb7UjRzmO9Vx7IgI
RsXgfTM3eO5osUBDjJGUUN7t+/SXiu52Q34Th8KC0j4jnkreHi6CBsUGeXS/aH1U
+whhMORmEZZFRnYHpFUB/kWR7IIGAVXv/CeMC3q6WuVstV8ixFbadzu9IOiS5VS5
hsu6Rm2BUvfi4+QCQQ09RgqZZoH9iMmy/C2DZsaEPBC65CSFDrzGgO/UIIBXmi/e
wB25RbYaQ3r34LX+HiEvDFZ7xo+DhH2SLoFro+6QYWUeNR2i6vogkKS+mcqz3DoO
T6o2iX2mEwbd1sYfA0Ku320k003115LOtDlzurpUambVVzWRUcwz2rCuLgYp18u4
WNNlFWDFe0T9RPCl0gAX1WUNb1GGXnL2Uw7B4+GM0Be31V+JhJ+EWYY/+lu8mmat
f+tpcUvbe7+Svn8Y0QRkT4ndh1NsaQKffUG8eDI3/pVmThAq4P1l1/AAygu5AMKu
TBAFR/JqAAKi5uEUvM5FmL1Q3hl9zEbgrqQAX+HHibCU0g3ll+E=
=aBDd
-----END PGP SIGNATURE-----
pgpQUh7iqFxTc.pgp
Description: PGP signature
--- End Message ---