Your message dated Tue, 23 Sep 2025 01:00:07 +0000
with message-id <[email protected]>
and subject line Bug#1096439: fixed in clamsmtp 1.10-18.1
has caused the Debian Bug report #1096439,
regarding clamsmtp: 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.)
--
1096439: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096439
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:clamsmtp
Version: 1.10-18
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/clamsmtp_1.10-18_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
[...]
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../common/
-I../ -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/clamsmtp-1.10=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -I/usr/local/include
-D_POSIX_PTHREAD_SEMANTICS -c -o clamsmtpd-compat.o `test -f
'../common/compat.c' || echo './'`../common/compat.c
NOTE: Ignore any warnings about mktemp(). It's used safely in this case.
../common/smtppass.c: In function ‘sp_run’:
../common/smtppass.c:249:9: error: expected identifier or ‘(’ before ‘true’
249 | int true = 1;
| ^~~~
../common/smtppass.c:307:5: warning: ‘siginterrupt’ is deprecated: Use
sigaction with SA_RESTART instead [-Wdeprecated-declarations]
307 | siginterrupt(SIGINT, 1);
| ^~~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/sys/param.h:28,
from ../common/smtppass.c:46:
/usr/include/signal.h:324:12: note: declared here
324 | extern int siginterrupt (int __sig, int __interrupt) __THROW
| ^~~~~~~~~~~~
../common/smtppass.c:308:5: warning: ‘siginterrupt’ is deprecated: Use
sigaction with SA_RESTART instead [-Wdeprecated-declarations]
308 | siginterrupt(SIGTERM, 1);
| ^~~~~~~~~~~~
/usr/include/signal.h:324:12: note: declared here
324 | extern int siginterrupt (int __sig, int __interrupt) __THROW
| ^~~~~~~~~~~~
../common/smtppass.c:319:56: error: lvalue required as unary ‘&’ operand
319 | setsockopt(sock, SOL_SOCKET, SO_REUSEADDR, (void *)&true,
sizeof(true));
| ^
../common/smtppass.c: In function ‘thread_main’:
../common/smtppass.c:690:5: warning: ‘siginterrupt’ is deprecated: Use
sigaction with SA_RESTART instead [-Wdeprecated-declarations]
690 | siginterrupt(SIGINT, 1);
| ^~~~~~~~~~~~
/usr/include/signal.h:324:12: note: declared here
324 | extern int siginterrupt (int __sig, int __interrupt) __THROW
| ^~~~~~~~~~~~
../common/smtppass.c:691:5: warning: ‘siginterrupt’ is deprecated: Use
sigaction with SA_RESTART instead [-Wdeprecated-declarations]
691 | siginterrupt(SIGTERM, 1);
| ^~~~~~~~~~~~
/usr/include/signal.h:324:12: note: declared here
324 | extern int siginterrupt (int __sig, int __interrupt) __THROW
| ^~~~~~~~~~~~
../common/smtppass.c:728:12: warning: cast to pointer from integer of different
size [-Wint-to-pointer-cast]
728 | return (void*)(ret == 0 ? 0 : 1);
| ^
../common/smtppass.c: In function ‘sp_setup_forked’:
../common/smtppass.c:1806:5: warning: ‘siginterrupt’ is deprecated: Use
sigaction with SA_RESTART instead [-Wdeprecated-declarations]
1806 | siginterrupt(SIGINT, 0);
| ^~~~~~~~~~~~
/usr/include/signal.h:324:12: note: declared here
324 | extern int siginterrupt (int __sig, int __interrupt) __THROW
| ^~~~~~~~~~~~
../common/smtppass.c:1807:5: warning: ‘siginterrupt’ is deprecated: Use
sigaction with SA_RESTART instead [-Wdeprecated-declarations]
1807 | siginterrupt(SIGTERM, 0);
| ^~~~~~~~~~~~
/usr/include/signal.h:324:12: note: declared here
324 | extern int siginterrupt (int __sig, int __interrupt) __THROW
| ^~~~~~~~~~~~
../common/smtppass.c: In function ‘connection_loop’:
../common/smtppass.c:538:21: warning: ignoring return value of ‘write’ declared
with attribute ‘warn_unused_result’ [-Wunused-result]
538 | write(fd, SMTP_STARTFAILED, KL(SMTP_STARTFAILED));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/smtppass.c:555:13: warning: ignoring return value of ‘write’ declared
with attribute ‘warn_unused_result’ [-Wunused-result]
555 | write(fd, SMTP_STARTBUSY, KL(SMTP_STARTBUSY));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [Makefile:434: clamsmtpd-smtppass.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/build/reproducible-path/clamsmtp-1.10/src'
make[2]: *** [Makefile:375: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/clamsmtp-1.10'
make[1]: *** [Makefile:316: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/clamsmtp-1.10'
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: clamsmtp
Source-Version: 1.10-18.1
Done: Adrian Bunk <[email protected]>
We believe that the bug you reported is fixed in the latest version of
clamsmtp, 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.
Adrian Bunk <[email protected]> (supplier of updated clamsmtp 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, 20 Sep 2025 20:34:16 +0300
Source: clamsmtp
Architecture: source
Version: 1.10-18.1
Distribution: unstable
Urgency: medium
Maintainer: ClamAV Team <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1096439
Changes:
clamsmtp (1.10-18.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix FTBFS with GCC 15. (Closes: #1096439)
Checksums-Sha1:
80730800fb47a0cd22240d56f6b8846c5bcc23fc 1934 clamsmtp_1.10-18.1.dsc
1171256e53b2e03e60db371af8dac91894623d1a 33316 clamsmtp_1.10-18.1.debian.tar.xz
Checksums-Sha256:
35e20c2b2e995e643e17ddc8d924f8848800973d13597569f3aa6ae8ae08356f 1934
clamsmtp_1.10-18.1.dsc
4aa073bb115a984779dbb592389456ab8170dbb071ea3f10d9bc2c7d2043d10a 33316
clamsmtp_1.10-18.1.debian.tar.xz
Files:
357357f35fd0230f9fd03afcbd1941ba 1934 mail optional clamsmtp_1.10-18.1.dsc
dab55ef3ed04d742838e528ad37f1a14 33316 mail optional
clamsmtp_1.10-18.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmjPAdYACgkQiNJCh6LY
mLEgjBAAhsnpwmcFHtGrwUCpdcNo/gHj2IOL5j6y0yujmg2TjqlbY5/aS18axi3G
tC0gf8c+xF3KAcYjJ4992bhsanVA1iKay9LHDao1/xNu/jREB0BNUVt7jyqIL81T
rKxh/9XsmqfjoRelwuJnudZ01zdtnD1I9iv9ouWlAXsNxjAzk9plR1UuWxcRVNf0
b3chtneluwBUSz/yZzN/xbzyPBrrk2slmmX2WQ0pRLDPKxmbqaXQAZwi//Vr74GU
qrm2eioebxFUONEaZTqpAeeLK5pDNlY1lEHEfUyUIBJr2ondOnhrTDTPWrVW0p8a
pcLT0/wLv73gaFqQT6Z+5W22oc17h0e2G+YtSk29avfnAdYbe3WbZnRsOZqk+n4W
LrB9ZF0SP2XAPNY+C/rXgQs8bjpMnu5JtiW/GITQaRPmOYaZhwoVJG9WTwPs2z1G
3C0mwCGAP6nkGcsXvm/aR0vDo+IOuCp3OgWz1xtLUH0iBj9/vJl+wVNOzvJxR7PG
cjfExM7Nz80xTWpXcAdZBBFUl8WanlC69h4RzEjk0aX2OCV0AsZW89s875FjNrxq
gCWV6o7AK98VbzUVSHofW66EDG8/jNatnOBt2st4Ubofand0avG+DGtI85RVGwzN
bJyA1bir1yTAnGSAkJA60tZ8OYu3WNO5ixQZl/h/TDdVnQNotuU=
=41qK
-----END PGP SIGNATURE-----
pgpjP7CXQguCx.pgp
Description: PGP signature
--- End Message ---
_______________________________________________
Pkg-clamav-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-clamav-devel