Your message dated Thu, 21 Aug 2025 21:38:36 +0700
with message-id <[email protected]>
and subject line Re: anacron: ftbfs with GCC-15
has caused the Debian Bug report #1096306,
regarding anacron: 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.)
--
1096306: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096306
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:anacron
Version: 2.3-41
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/anacron_2.3-41_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
[...]
make -j8 distclean
make[1]: Entering directory '/build/reproducible-path/anacron-2.3'
rm -f *.o *.d anacron
rm -f *~
make[1]: Leaving directory '/build/reproducible-path/anacron-2.3'
dh_clean
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
dh_auto_build
make -j8 "INSTALL=install --strip-program=true"
make[1]: Entering directory '/build/reproducible-path/anacron-2.3'
/bin/sh -ec "gcc -MM -DSPOOLDIR=\"/var/spool/anacron\" -DRELEASE=\"2.3\"
-DANACRONTAB=\"/etc/anacrontab\" -Wdate-time -D_FORTIFY_SOURCE=2 gregor.c \
| sed '1s/^\(.*\)\.o[ :]*/\1.d &/1' > gregor.d"
/bin/sh -ec "gcc -MM -DSPOOLDIR=\"/var/spool/anacron\" -DRELEASE=\"2.3\"
-DANACRONTAB=\"/etc/anacrontab\" -Wdate-time -D_FORTIFY_SOURCE=2 lock.c \
| sed '1s/^\(.*\)\.o[ :]*/\1.d &/1' > lock.d"
/bin/sh -ec "gcc -MM -DSPOOLDIR=\"/var/spool/anacron\" -DRELEASE=\"2.3\"
-DANACRONTAB=\"/etc/anacrontab\" -Wdate-time -D_FORTIFY_SOURCE=2 log.c \
| sed '1s/^\(.*\)\.o[ :]*/\1.d &/1' > log.d"
/bin/sh -ec "gcc -MM -DSPOOLDIR=\"/var/spool/anacron\" -DRELEASE=\"2.3\"
-DANACRONTAB=\"/etc/anacrontab\" -Wdate-time -D_FORTIFY_SOURCE=2 main.c \
| sed '1s/^\(.*\)\.o[ :]*/\1.d &/1' > main.d"
/bin/sh -ec "gcc -MM -DSPOOLDIR=\"/var/spool/anacron\" -DRELEASE=\"2.3\"
-DANACRONTAB=\"/etc/anacrontab\" -Wdate-time -D_FORTIFY_SOURCE=2 matchrx.c \
| sed '1s/^\(.*\)\.o[ :]*/\1.d &/1' > matchrx.d"
/bin/sh -ec "gcc -MM -DSPOOLDIR=\"/var/spool/anacron\" -DRELEASE=\"2.3\"
-DANACRONTAB=\"/etc/anacrontab\" -Wdate-time -D_FORTIFY_SOURCE=2 readtab.c \
| sed '1s/^\(.*\)\.o[ :]*/\1.d &/1' > readtab.d"
/bin/sh -ec "gcc -MM -DSPOOLDIR=\"/var/spool/anacron\" -DRELEASE=\"2.3\"
-DANACRONTAB=\"/etc/anacrontab\" -Wdate-time -D_FORTIFY_SOURCE=2 runjob.c \
| sed '1s/^\(.*\)\.o[ :]*/\1.d &/1' > runjob.d"
gcc -c -DSPOOLDIR=\"/var/spool/anacron\" -DRELEASE=\"2.3\"
-DANACRONTAB=\"/etc/anacrontab\" -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/anacron-2.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pedantic gregor.c -o gregor.o
gcc -c -DSPOOLDIR=\"/var/spool/anacron\" -DRELEASE=\"2.3\"
-DANACRONTAB=\"/etc/anacrontab\" -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/anacron-2.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pedantic lock.c -o lock.o
gcc -c -DSPOOLDIR=\"/var/spool/anacron\" -DRELEASE=\"2.3\"
-DANACRONTAB=\"/etc/anacrontab\" -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/anacron-2.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pedantic log.c -o log.o
gcc -c -DSPOOLDIR=\"/var/spool/anacron\" -DRELEASE=\"2.3\"
-DANACRONTAB=\"/etc/anacrontab\" -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/anacron-2.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pedantic main.c -o main.o
gcc -c -DSPOOLDIR=\"/var/spool/anacron\" -DRELEASE=\"2.3\"
-DANACRONTAB=\"/etc/anacrontab\" -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/anacron-2.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pedantic matchrx.c -o matchrx.o
gcc -c -DSPOOLDIR=\"/var/spool/anacron\" -DRELEASE=\"2.3\"
-DANACRONTAB=\"/etc/anacrontab\" -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/anacron-2.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pedantic readtab.c -o readtab.o
gcc -c -DSPOOLDIR=\"/var/spool/anacron\" -DRELEASE=\"2.3\"
-DANACRONTAB=\"/etc/anacrontab\" -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/anacron-2.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -pedantic runjob.c -o runjob.o
main.c: In function ‘set_signal_handling’:
main.c:269:19: error: assignment to ‘__sighandler_t’ {aka ‘void (*)(int)’} from
incompatible pointer type ‘void (*)(void)’ [-Wincompatible-pointer-types]
269 | sa.sa_handler = handle_sigalrm;
| ^
main.c:233:1: note: ‘handle_sigalrm’ declared here
233 | handle_sigalrm()
| ^~~~~~~~~~~~~~
In file included from main.c:29:
/usr/include/signal.h:72:16: note: ‘__sighandler_t’ declared here
72 | typedef void (*__sighandler_t) (int);
| ^~~~~~~~~~~~~~
main.c:275:19: error: assignment to ‘__sighandler_t’ {aka ‘void (*)(int)’} from
incompatible pointer type ‘void (*)(void)’ [-Wincompatible-pointer-types]
275 | sa.sa_handler = handle_sigchld;
| ^
main.c:239:1: note: ‘handle_sigchld’ declared here
239 | handle_sigchld()
| ^~~~~~~~~~~~~~
/usr/include/signal.h:72:16: note: ‘__sighandler_t’ declared here
72 | typedef void (*__sighandler_t) (int);
| ^~~~~~~~~~~~~~
main.c:281:19: error: assignment to ‘__sighandler_t’ {aka ‘void (*)(int)’} from
incompatible pointer type ‘void (*)(void)’ [-Wincompatible-pointer-types]
281 | sa.sa_handler = handle_sigusr1;
| ^
main.c:245:1: note: ‘handle_sigusr1’ declared here
245 | handle_sigusr1()
| ^~~~~~~~~~~~~~
/usr/include/signal.h:72:16: note: ‘__sighandler_t’ declared here
72 | typedef void (*__sighandler_t) (int);
| ^~~~~~~~~~~~~~
make[1]: *** [Makefile:63: main.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/build/reproducible-path/anacron-2.3'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" returned
exit code 2
make: *** [debian/rules:22: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
On Mon, 17 Feb 2025 17:03:06 +0000 Matthias Klose <[email protected]> wrote:
Package: src:anacron
Version: 2.3-41
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15
fixed in anacron 2.3-42
--
Lance Lin
GPG Fingerprint: 4A31 DB5A 1EE4 096C 8739 9880 9036 4929 4C33 F9B7
OpenPGP_0x903649294C33F9B7.asc
Description: OpenPGP public key
OpenPGP_signature.asc
Description: OpenPGP digital signature
--- End Message ---