Your message dated Sun, 07 Sep 2025 17:53:54 +0000
with message-id <[email protected]>
and subject line Bug#1097982: fixed in tenace 0.18-1
has caused the Debian Bug report #1097982,
regarding tenace: 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.)
--
1097982: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097982
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:tenace
Version: 0.17-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/tenace_0.17-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
[...]
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
580 | struct _GTimeVal
| ^~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated:
Use 'GDateTime' instead [-Wdeprecated-declarations]
73 | GTimeVal last_popdown;
| ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
from /usr/include/glib-2.0/glib.h:32,
from bridge.h:4:
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
580 | struct _GTimeVal
| ^~~~~~~~~
file.c: In function ‘board_save’:
file.c:550:38: warning: ‘%d’ directive output may be truncated writing between
1 and 10 bytes into a region of size 3 [-Wformat-truncation=]
550 | snprintf(buf, sizeof (buf), "%d%c", LEVEL(bid),
"CDHSN"[DENOM(bid)]);
| ^~
In function ‘lin_bid’,
inlined from ‘lin_bid’ at file.c:541:14,
inlined from ‘board_save_lin’ at file.c:654:4,
inlined from ‘board_save’ at file.c:694:9:
file.c:550:37: note: directive argument in the range [-429496729, 429496729]
550 | snprintf(buf, sizeof (buf), "%d%c", LEVEL(bid),
"CDHSN"[DENOM(bid)]);
| ^~~~~~
In file included from /usr/include/stdio.h:970,
from file.c:22:
In function ‘snprintf’,
inlined from ‘lin_bid’ at file.c:550:2,
inlined from ‘lin_bid’ at file.c:541:14,
inlined from ‘board_save_lin’ at file.c:654:4,
inlined from ‘board_save’ at file.c:694:9:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:68:10: note:
‘__builtin___snprintf_chk’ output between 3 and 12 bytes into a destination of
size 3
68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
70 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
file.c: In function ‘on_menu_file_web_activate’:
file.c:550:38: warning: ‘%d’ directive output may be truncated writing between
1 and 10 bytes into a region of size 3 [-Wformat-truncation=]
550 | snprintf(buf, sizeof (buf), "%d%c", LEVEL(bid),
"CDHSN"[DENOM(bid)]);
| ^~
In function ‘lin_bid’,
inlined from ‘lin_bid’ at file.c:541:14,
inlined from ‘on_menu_file_web_activate’ at file.c:836:3:
file.c:550:37: note: directive argument in the range [-429496729, 429496729]
550 | snprintf(buf, sizeof (buf), "%d%c", LEVEL(bid),
"CDHSN"[DENOM(bid)]);
| ^~~~~~
In function ‘snprintf’,
inlined from ‘lin_bid’ at file.c:550:2,
inlined from ‘lin_bid’ at file.c:541:14,
inlined from ‘on_menu_file_web_activate’ at file.c:836:3:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:68:10: note:
‘__builtin___snprintf_chk’ output between 3 and 12 bytes into a destination of
size 3
68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
70 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
make[3]: Leaving directory '/build/reproducible-path/tenace-0.17/src'
make[2]: *** [Makefile:717: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/tenace-0.17'
make[1]: *** [Makefile:628: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/tenace-0.17'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:13: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: tenace
Source-Version: 0.18-1
Done: Christoph Berg <[email protected]>
We believe that the bug you reported is fixed in the latest version of
tenace, 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.
Christoph Berg <[email protected]> (supplier of updated tenace 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 17:06:43 +0000
Source: tenace
Architecture: source
Version: 0.18-1
Distribution: unstable
Urgency: medium
Maintainer: Christoph Berg <[email protected]>
Changed-By: Christoph Berg <[email protected]>
Closes: 987416 1097982
Changes:
tenace (0.18-1) unstable; urgency=medium
.
* Fix board_window_init prototype. (Closes: #1097982)
* Remove quotes from mailcap file. (Closes: #987416)
* Run gnulib-tool and autoreconf at build time.
* Pull tarball from github tags.
Checksums-Sha1:
73a67d92a5b390b6f25f9ea401577add2dece0df 1825 tenace_0.18-1.dsc
01214e688c214541b105cb6b8de87abb6ee6d6c2 264057 tenace_0.18.orig.tar.gz
0b08ca8946181329cd6d2891f6c52fbf1f250a93 3072 tenace_0.18-1.debian.tar.xz
Checksums-Sha256:
d6b38e9e66eb613f367aecedd10fec5ced75c14e04a85add4dd0fa7b288afe6e 1825
tenace_0.18-1.dsc
47ddf6a6b0775057479260dd1430d29e88e66f10d3d9b1e48a902ceb2f30175e 264057
tenace_0.18.orig.tar.gz
173af5fc8b7b17bfa8da40d4f0eb207a7e57edcb83a3445461ce3fcbd32da855 3072
tenace_0.18-1.debian.tar.xz
Files:
fa75496bd4325f70a213a3db57ee06a9 1825 games optional tenace_0.18-1.dsc
2c9968857c0185d3dc17876ac2bd73e2 264057 games optional tenace_0.18.orig.tar.gz
e4ed19594683befddced051fe0073226 3072 games optional
tenace_0.18-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEXEj+YVf0kXlZcIfGTFprqxLSp64FAmi9wSEACgkQTFprqxLS
p65QMw/+LZahv6x09+cqGzx3+tKEp51+YYak7gJoMHKATG3JXpfy6zmwCI4ykr7c
N8yODIn/admrLTZrxa/IfQSjRGY4epOvJKE446WkJHqkYsOEt6I22NgI/h3S/lyQ
ollp7xpc0kiP6cvPo63ZiitgsIKws/QN0q+m3NNdAPxWTfMPqSJOhaiN6cVJawk5
3xZCjlvhHoKFYtGrqNHTtFZe2Drn1Pim8r/2D/ZzUG7Et4Iof7L8DFH5DAbgicQt
u/yaLiezHO2qu2lDM9Us9H0dIsQi3jepE88S65TjjrmLwKJTzgjPYZe1Bngpkf6x
yRZ88hu5qdORT4Tv9Q9pvaKZSwrzmHCVXugQ+u7uwdvZk9gPEGkaUN0Xa6nZgjg5
1KyKAef4vpjyLsk0Xz9q6xOxOOjbp+JEt/tULT4+FVFHwqku8FHzA1Zkyk6zR3mC
eR2a1pqZ8H5Lmp92RJXLw9GfMzIyeGlWmbuWBi28UV8QKMVmHHjQgobB8dbgtsE4
PXGi+GHvrNtck5RNd7wwFBHsbKXzH4w3gd4znl6xbUqmVVK4hnJyoiWS71dA/OuB
Gd7CvLZ5ievUu20AfdAkHGV4kLKwKxwU2FmhnwcceyKvdKgBJve2QtFovEGLnGwF
uLJtpwz+2PhSIPOJWiaiuX0JYI0fa1gI/IvNZic9d2A5sh9UTVs=
=FQ9o
-----END PGP SIGNATURE-----
pgphGtT0rMtVb.pgp
Description: PGP signature
--- End Message ---