Your message dated Thu, 08 May 2025 19:49:02 +0000
with message-id <[email protected]>
and subject line Bug#1096332: fixed in asclock 2.0.12-36
has caused the Debian Bug report #1096332,
regarding asclock: 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.)


-- 
1096332: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096332
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:asclock
Version: 2.0.12-35
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/asclock_2.0.12-35_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

[...]

proceed by saying make and then make install if appropriate

TERM environment variable not set.

ASclock configure:
------------------

Choose language from:

1) english [DEFAULT]
2) german
3) portuguese
4) dutch
5) norwegian
6) italian
7) swedish
8) spanish
9) hungarian
0) breton
a) french
b) czech
c) russian
d) ukrainian
e) slovene
f) indonesian
g) danish
h) hebrew
i) japanese

Select a language from above :english has been chosen!
imake -DUseInstalled -I/usr/lib/X11/config
make[1]: Entering directory '/build/reproducible-path/asclock-2.0.12'
rm -f asclock._man
rm -f asclock
rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS 
make.log MakeOut   "#"*
make[1]: Leaving directory '/build/reproducible-path/asclock-2.0.12'
------------------------------------------------------------
                      type 'make' now !
------------------------------------------------------------
# Choose classic theme
dh_auto_build --buildsystem=makefile -- \
    ASFLAGS="" ASFLAGS_FOR_BUILD="" CFLAGS="-g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall" CFLAGS_FOR_BUILD="-g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection" CPPFLAGS="-Wdate-time 
-D_FORTIFY_SOURCE=2" CPPFLAGS_FOR_BUILD="-Wdate-time -D_FORTIFY_SOURCE=2" 
CXXFLAGS="-g -O2 -ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection" CXXFLAGS_FOR_BUILD="-g -O2 
-ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection" DFLAGS="-frelease" 
DFLAGS_FOR_BUILD="-frelease" FCFLAGS="-g 
 -O2 -ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -fcf-protection" 
FCFLAGS_FOR_BUILD="-g -O2 
-ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -fcf-protection" FFLAGS="-g 
-O2 -ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -fcf-protection" 
FFLAGS_FOR_BUILD="-g -O2 
-ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -fcf-protection" 
LDFLAGS="-Wl,-z,relro -Wl,-z,now" LDFLAGS_FOR_BUILD="-Wl,-z,relro -Wl,-z,now" 
OBJCFLAGS="-g -O2 -ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection" OBJCFLAGS_FOR_BUILD="-g -O2 
-ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-s
 ecurity -fcf-protection" OBJCXXFLAGS="-g -O2 
-ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection" OBJCXXFLAGS_FOR_BUILD="-g -O2 
-ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection"  \
    EXTRA_LDOPTIONS="-Wl,-z,relro -Wl,-z,now"
        make -j8 ASFLAGS= ASFLAGS_FOR_BUILD= "CFLAGS=-g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall" "CFLAGS_FOR_BUILD=-g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection" "CPPFLAGS=-Wdate-time 
-D_FORTIFY_SOURCE=2" "CPPFLAGS_FOR_BUILD=-Wdate-time -D_FORTIFY_SOURCE=2" 
"CXXFLAGS=-g -O2 -ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection" "CXXFLAGS_FOR_BUILD=-g -O2 
-ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection" DFLAGS=-frelease 
DFLAGS_FOR_BUILD=-frelease "FCFLAGS=-g -O
 2 -ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -fcf-protection" 
"FCFLAGS_FOR_BUILD=-g -O2 
-ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -fcf-protection" "FFLAGS=-g 
-O2 -ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -fcf-protection" 
"FFLAGS_FOR_BUILD=-g -O2 
-ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -fcf-protection" 
"LDFLAGS=-Wl,-z,relro -Wl,-z,now" "LDFLAGS_FOR_BUILD=-Wl,-z,relro -Wl,-z,now" 
"OBJCFLAGS=-g -O2 -ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection" "OBJCFLAGS_FOR_BUILD=-g -O2 
-ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-sec
 urity -fcf-protection" "OBJCXXFLAGS=-g -O2 
-ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection" "OBJCXXFLAGS_FOR_BUILD=-g -O2 
-ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection" "EXTRA_LDOPTIONS=-Wl,-z,relro 
-Wl,-z,now"
make[1]: Entering directory '/build/reproducible-path/asclock-2.0.12'
gcc -g -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -Wdate-time -D_FORTIFY_SOURCE=2  
-c -o asclock.o asclock.c
gcc -g -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -Wdate-time -D_FORTIFY_SOURCE=2  
-c -o parser.o parser.c
gcc -g -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -Wdate-time -D_FORTIFY_SOURCE=2  
-c -o symbols.o symbols.c
gcc -g -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -Wdate-time -D_FORTIFY_SOURCE=2  
-c -o config.o config.c
config.c: In function ‘loadTheme’:
config.c:180:11: error: too many arguments to function ‘read_assign’; expected 
0, have 1
  180 |       if(!read_assign(f))
      |           ^~~~~~~~~~~ ~
In file included from config.c:1:
asclock.h:154:5: note: declared here
  154 | int read_assign();
      |     ^~~~~~~~~~~
config.c:186:11: error: too many arguments to function ‘read_semicolon’; 
expected 0, have 1
  186 |       if(!read_semicolon(f))
      |           ^~~~~~~~~~~~~~ ~
asclock.h:156:5: note: declared here
  156 | int read_semicolon();
      |     ^~~~~~~~~~~~~~
make[1]: *** [<builtin>: config.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/build/reproducible-path/asclock-2.0.12'
dh_auto_build: error: make -j8 ASFLAGS= ASFLAGS_FOR_BUILD= "CFLAGS=-g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall" "CFLAGS_FOR_BUILD=-g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection" "CPPFLAGS=-Wdate-time 
-D_FORTIFY_SOURCE=2" "CPPFLAGS_FOR_BUILD=-Wdate-time -D_FORTIFY_SOURCE=2" 
"CXXFLAGS=-g -O2 -ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection" "CXXFLAGS_FOR_BUILD=-g -O2 
-ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection" DFLAGS=-frelease DFLAGS_FOR_BUILD=-fr
 elease "FCFLAGS=-g -O2 
-ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -fcf-protection" 
"FCFLAGS_FOR_BUILD=-g -O2 
-ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -fcf-protection" "FFLAGS=-g 
-O2 -ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -fcf-protection" 
"FFLAGS_FOR_BUILD=-g -O2 
-ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -fcf-protection" 
"LDFLAGS=-Wl,-z,relro -Wl,-z,now" "LDFLAGS_FOR_BUILD=-Wl,-z,relro -Wl,-z,now" 
"OBJCFLAGS=-g -O2 -ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection" "OBJCFLAGS_FOR_BUILD=-g -O2 
-ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -Wform
 at -Werror=format-security -fcf-protection" "OBJCXXFLAGS=-g -O2 
-ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection" "OBJCXXFLAGS_FOR_BUILD=-g -O2 
-ffile-prefix-map=/build/reproducible-path/asclock-2.0.12=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection" "EXTRA_LDOPTIONS=-Wl,-z,relro 
-Wl,-z,now" returned exit code 2
make: *** [debian/rules:33: build-stamp] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: asclock
Source-Version: 2.0.12-36
Done: Helge Kreutzmann <[email protected]>

We believe that the bug you reported is fixed in the latest version of
asclock, 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.
Helge Kreutzmann <[email protected]> (supplier of updated asclock 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: SHA256

Format: 1.8
Date: Thu, 08 May 2025 19:40:33 +0200
Source: asclock
Binary: asclock asclock-dbgsym asclock-themes
Architecture: source amd64 all
Version: 2.0.12-36
Distribution: experimental
Urgency: medium
Maintainer: Helge Kreutzmann <[email protected]>
Changed-By: Helge Kreutzmann <[email protected]>
Description:
 asclock    - clock designed with the NeXTStep look
 asclock-themes - Theme files for ASclock, a clock applet
Closes: 1096332
Changes:
 asclock (2.0.12-36) experimental; urgency=medium
 .
   * Remove FTBFS with gcc-15. (Closes: #1096332)
Checksums-Sha1:
 204bd66bc66e68be171da7b7ff6a5ab0fba7bb36 1808 asclock_2.0.12-36.dsc
 98b28976a2a71fb780ea56d7b99d40e1e3f1d5f7 38016 asclock_2.0.12-36.debian.tar.xz
 c51b91165e848b96bb9c028280259635b2a9c40f 32872 
asclock-dbgsym_2.0.12-36_amd64.deb
 43f001bb5655657b3ee78c823fcd0e6f726a653f 69404 asclock-themes_2.0.12-36_all.deb
 e6e1aa951d61f89707ffb72cebca63cca5de68ee 6317 asclock_2.0.12-36_amd64.buildinfo
 4634eda60b95545744b2f282724e03401bdc29f6 33484 asclock_2.0.12-36_amd64.deb
Checksums-Sha256:
 1cfbbfc78cc5b1ecec9e1455438ad12dda561739f3a2a31728eb8ee4c96ca12f 1808 
asclock_2.0.12-36.dsc
 64521599c1133ea39fb153152ba599d72e82b544cae057d84a7b195e2846b441 38016 
asclock_2.0.12-36.debian.tar.xz
 730c7b302358eaed410265b72848e93554b98e42c1514dab3a776a1188318d5b 32872 
asclock-dbgsym_2.0.12-36_amd64.deb
 c9e4fc55226a5aa9d8211c6687da55482beab4f1a6b04cf2e1cbb161ee0a9f8f 69404 
asclock-themes_2.0.12-36_all.deb
 fc619c309c89ccf3e64c52505758a3a50b797a5cac91f6e6ba5df77d9454ad21 6317 
asclock_2.0.12-36_amd64.buildinfo
 d0ab7c87db11bead5811158188f94026e18ff4ab1e056343372f00596a79f484 33484 
asclock_2.0.12-36_amd64.deb
Files:
 aecd72a2bc39dd7cd7a4346b2a41f91e 1808 x11 optional asclock_2.0.12-36.dsc
 85dee36b73ff0941e2e0c5a129e52be6 38016 x11 optional 
asclock_2.0.12-36.debian.tar.xz
 ffa0bc1c3998dfeb1dd2185f51f98fc9 32872 debug optional 
asclock-dbgsym_2.0.12-36_amd64.deb
 ad870046cf75710b09490ad5606bc9ad 69404 x11 optional 
asclock-themes_2.0.12-36_all.deb
 f37f5dfd9ffc1299b11d04664c0ba716 6317 x11 optional 
asclock_2.0.12-36_amd64.buildinfo
 4ce3afad33bac3a74c490c4b3f9c9a84 33484 x11 optional asclock_2.0.12-36_amd64.deb

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

iQIzBAEBCAAdFiEEbZZfteMW0gNUynuwQbqlJmgq5nAFAmgdBU4ACgkQQbqlJmgq
5nD47g//f8ZZwu8GYdHo/dlDuWYx2caa2o9iC1mVGgDnEdrxn22pc6ncjfQQ5JP/
xW3lE2QyWpgRmM2qtYNJRATM6f+d53mpK/z8LAs3h4k0rpPVLWyi7VCxThoch9AV
JTLwy6QB/ZGJpV5wzN5ifwhqcQLgm8kEkqFjZZ/KVNDzmo0nTWZBP75iKYUcecgN
Bm3fz+A581MmLoGwLyZpNkQ26aOtj9sbOUG8UDBRm3Mm93hGcoodjAfNvK4iZHg3
qOwU8O8MxvoMwKCMNnPWbkT4pKLaoRnECkylMrxDo05wNOJtrZlqVYZLUf+deIm9
/s1CCLW+ZSTWV1qNnHso4ORRMfb8/GpHO6M4CrJD9A90fBI26KVljQMffm7KDQPu
KMvEIQWfbdlmlUDfT/dQ0UTV1a89FhqStXm7fLYqYaw9hIfh0bltVJTlho7NYJ4k
18B7gqpHC4BxjPxf2h+Hr4J6ghD7i2DjVk/XwbwGeUo0uGk2H2FfyNQkRBlPpmeH
E8JZEVH07KTaO3uw6IN2tSr1vmC5vdPPnlJtHMOcKSCPdp+BBvwsEmFvcwdbddnk
7QdHPdCo4yJ1Vcl2/315CwxDgy2C5kxQHqibvHZY6xy54/2XbE8vdKKY2eXjSHgr
MBOyrSTucOjrzPmRgYv+ElQH75PsgWOZZatOO7eyTW3tp664aK0=
=/3iX
-----END PGP SIGNATURE-----

Attachment: pgpa36vyBNtDy.pgp
Description: PGP signature


--- End Message ---

Reply via email to