Your message dated Sat, 13 Sep 2025 01:59:32 +0000
with message-id <[email protected]>
and subject line Bug#1096511: fixed in dclock 2.2.2-16
has caused the Debian Bug report #1096511,
regarding dclock: 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.)
--
1096511: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096511
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:dclock
Version: 2.2.2-15
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/dclock_2.2.2-15_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
[...]
2156 | toggle_scroll(w);
| ^~~~~~~~~~~~~ ~
Dclock.c:2071:1: note: declared here
2071 | toggle_scroll(w)
| ^~~~~~~~~~~~~
Dclock.c: In function ‘toggle_tails’:
Dclock.c:2160:1: warning: old-style function definition [-Wold-style-definition]
2160 | toggle_tails(w)
| ^~~~~~~~~~~~
Dclock.c: In function ‘toggle_alarm’:
Dclock.c:2170:1: warning: old-style function definition [-Wold-style-definition]
2170 | toggle_alarm(w)
| ^~~~~~~~~~~~
Dclock.c: In function ‘set_alarm’:
Dclock.c:2180:1: warning: old-style function definition [-Wold-style-definition]
2180 | set_alarm(w, event)
| ^~~~~~~~~
Dclock.c:2200:9: error: too many arguments to function ‘ResizeNow’; expected 0,
have 1
2200 | ResizeNow(w);
| ^~~~~~~~~ ~
Dclock.c:592:1: note: declared here
592 | ResizeNow (w)
| ^~~~~~~~~
Dclock.c:2201:9: error: too many arguments to function ‘Redisplay’; expected 0,
have 1
2201 | Redisplay(w);
| ^~~~~~~~~ ~
Dclock.c:1361:1: note: declared here
1361 | Redisplay (w)
| ^~~~~~~~~
Dclock.c:2224:13: error: too many arguments to function ‘toggle_alarm’;
expected 0, have 1
2224 | toggle_alarm(w);
| ^~~~~~~~~~~~ ~
Dclock.c:2170:1: note: declared here
2170 | toggle_alarm(w)
| ^~~~~~~~~~~~
Dclock.c:2255:28: error: too many arguments to function ‘show_time’; expected
0, have 1
2255 | (void) show_time(w);
| ^~~~~~~~~ ~
Dclock.c:1432:1: note: declared here
1432 | show_time(w)
| ^~~~~~~~~
Dclock.c:2256:21: error: too many arguments to function ‘outline_digit’;
expected 0, have 3
2256 | outline_digit(w, cur_position, True);
| ^~~~~~~~~~~~~ ~
Dclock.c:27:63: note: declared here
27 | show_date(), show_alarm(), scroll_time(), toggle_alarm(),
outline_digit(),
|
^~~~~~~~~~~~~
Dclock.c:2258:17: error: too many arguments to function ‘outline_digit’;
expected 0, have 3
2258 | outline_digit(w, cur_position, False);
| ^~~~~~~~~~~~~ ~
Dclock.c:27:63: note: declared here
27 | show_date(), show_alarm(), scroll_time(), toggle_alarm(),
outline_digit(),
|
^~~~~~~~~~~~~
Dclock.c:2259:17: error: too many arguments to function ‘outline_digit’;
expected 0, have 3
2259 | outline_digit(w, cur_position = i, True);
| ^~~~~~~~~~~~~ ~
Dclock.c:27:63: note: declared here
27 | show_date(), show_alarm(), scroll_time(), toggle_alarm(),
outline_digit(),
|
^~~~~~~~~~~~~
Dclock.c: In function ‘outline_digit’:
Dclock.c:2271:1: warning: old-style function definition [-Wold-style-definition]
2271 | outline_digit(w, i, draw_it)
| ^~~~~~~~~~~~~
make[2]: *** [<builtin>: Dclock.o] Error 1
make[2]: Leaving directory '/build/reproducible-path/dclock-2.2.2'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true"
"CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2" "CFLAGS=-g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/dclock-2.2.2=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection" "CXXFLAGS=-g -O2
-ffile-prefix-map=/build/reproducible-path/dclock-2.2.2=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection" "LDFLAGS=-Wl,-z,relro -Wl,-z,now"
returned exit code 2
make[1]: *** [debian/rules:15: override_dh_auto_build] Error 25
make[1]: Leaving directory '/build/reproducible-path/dclock-2.2.2'
make: *** [debian/rules:11: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: dclock
Source-Version: 2.2.2-16
Done: Ricardo Mones <[email protected]>
We believe that the bug you reported is fixed in the latest version of
dclock, 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.
Ricardo Mones <[email protected]> (supplier of updated dclock 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: Sat, 13 Sep 2025 01:44:22 +0200
Source: dclock
Architecture: source
Version: 2.2.2-16
Distribution: unstable
Urgency: high
Maintainer: Ricardo Mones <[email protected]>
Changed-By: Ricardo Mones <[email protected]>
Closes: 1096511
Changes:
dclock (2.2.2-16) unstable; urgency=high
.
* Add patch to fix FTBFS with GCC-15 (Closes: #1096511)
* Update Standards-Version to 4.7.2 with no other changes
* Update watch file to version 5
* Raise urgency because of RC bug
Checksums-Sha1:
c97f729537c58f728e4a0b207a8814051db1e1ee 1892 dclock_2.2.2-16.dsc
40c42b3e6ead24ace5be424ca0707126daea293a 23952 dclock_2.2.2-16.debian.tar.xz
9848d27e3e8823e4ad015bb10c51926b1fd703e9 7330 dclock_2.2.2-16_amd64.buildinfo
Checksums-Sha256:
60485bee23d82942f7ff7066a0369d3d02dfdd84a15fa0d249c2b4daf8f37c3c 1892
dclock_2.2.2-16.dsc
e60a6f42d898af3de8e7f96cc383ec00764d7f198ddf169a086463cfc2958df5 23952
dclock_2.2.2-16.debian.tar.xz
ec32e7e37c1a174dd695faa93dfbe5d01b4cc6d0bf930e6be9cf40164483a226 7330
dclock_2.2.2-16_amd64.buildinfo
Files:
c11150ecf036cc9f52b3c84a944fafd5 1892 x11 optional dclock_2.2.2-16.dsc
bca472e1dc8324465a634abffaf5e5f9 23952 x11 optional
dclock_2.2.2-16.debian.tar.xz
b9746882ee736baf969b9326c71dab11 7330 x11 optional
dclock_2.2.2-16_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEQ7w2SxbfDCBevXWSHw8KiN5bzKYFAmjEsRwACgkQHw8KiN5b
zKaM7A/+IXSI2wf4MqQ8I+MCh+2udy16jfOshfWzH5tXh+uxr05u89UFFrMrHVJP
VF60M9dU2NO8vqjE4/jALBOGkrhuwaUGISdUhEmluQOvzQyCePfWr8GDJ3Hmy304
/midiJPP9ittzzj78EY2JAFwvs4DRZhPUbOTUhvbls9cJd1q9bjIUu23l0GlYsfY
i720k4hyDf5Md7jRuOroVeBF8EflfuyeG82CZeiVrlFagVn6oqlhCOZhb8VkNsiV
rqmTghKcfg6/fWtwnUkc7sLZ9iZhibVeQxr+eZv9tZLoR/hXWNT3ceiEdLVBwlR+
wNO9zCSyLgvYoXUktUJ78cOeEUe9BV/79x2xPg5PBZcCQ0NqdepJHKFE75ibP2gx
4JM/HHBUOkLVsaA1E227+DvtT2fLlLISMBQRc7MC7+c+zkfGs/op4qzcWLeXnbP8
sFnPKuH/ifhN4idJxG+dvNw7izLY0s4bf4LPyTUFncIwIsaHwNGvPej4k4z0snPI
Sh/gX16Xj3QiSaQTOCR6YvI7sKLfa8mLUI8ivyiiVe+Gga8AYP6ZUc8PBYSFUHl5
zJ6bpYMiWaaKVIKcLMRuWiN7AlWi0Cv5vq6sF+0NosQgem5Qtf5a+hOao6FaRUuY
NvTZMurrWTeyyRCCiewO8+Ugt7en4/noYl1zovBcp7qOvvBTwJs=
=xtb3
-----END PGP SIGNATURE-----
pgpGRej6UGZrR.pgp
Description: PGP signature
--- End Message ---