[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1097398: marked as done (milter-greylist: ftbfs with GCC-15)



Your message dated Sun, 05 Oct 2025 12:08:34 +0000
with message-id <E1v5NXW-00CWnr-2E@fasolo.debian.org>
and subject line Bug#1097398: fixed in milter-greylist 4.6.4-5
has caused the Debian Bug report #1097398,
regarding milter-greylist: 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 owner@bugs.debian.org
immediately.)


-- 
1097398: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097398
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:milter-greylist
Version: 4.6.4-3
Severity: important
Tags: sid forky
User: debian-gcc@lists.debian.org
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/milter-greylist_4.6.4-3_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

[...]
milter-greylist.c: In function ‘smtp_reply_free’:
milter-greylist.c:2534:1: warning: old-style function definition [-Wold-style-definition]
 2534 | smtp_reply_free(sr)
      | ^~~~~~~~~~~~~~~
milter-greylist.c: In function ‘reset_acl_values’:
milter-greylist.c:2563:1: warning: old-style function definition [-Wold-style-definition]
 2563 | reset_acl_values(priv)
      | ^~~~~~~~~~~~~~~~
milter-greylist.c: In function ‘add_recipient’:
milter-greylist.c:2653:1: warning: old-style function definition [-Wold-style-definition]
 2653 | add_recipient(priv, rcpt)
      | ^~~~~~~~~~~~~
milter-greylist.c: In function ‘mystrncat’:
milter-greylist.c:2673:1: warning: old-style function definition [-Wold-style-definition]
 2673 | mystrncat(s, append, slenmax, cv)
      | ^~~~~~~~~
milter-greylist.c: In function ‘strip_brackets’:
milter-greylist.c:2716:1: warning: old-style function definition [-Wold-style-definition]
 2716 | strip_brackets(out, in, len)
      | ^~~~~~~~~~~~~~
milter-greylist.c: In function ‘mbox_only’:
milter-greylist.c:2741:1: warning: old-style function definition [-Wold-style-definition]
 2741 | mbox_only(out, in, len)
      | ^~~~~~~~~
milter-greylist.c: In function ‘site_only’:
milter-greylist.c:2757:1: warning: old-style function definition [-Wold-style-definition]
 2757 | site_only(out, in, len)
      | ^~~~~~~~~
milter-greylist.c: In function ‘machine_only’:
milter-greylist.c:2773:1: warning: old-style function definition [-Wold-style-definition]
 2773 | machine_only(out, in, len)
      | ^~~~~~~~~~~~
milter-greylist.c: In function ‘domain_only’:
milter-greylist.c:2789:1: warning: old-style function definition [-Wold-style-definition]
 2789 | domain_only(out, in, len)
      | ^~~~~~~~~~~
milter-greylist.c: In function ‘fstring_expand’:
milter-greylist.c:2816:1: warning: old-style function definition [-Wold-style-definition]
 2816 | fstring_expand(priv, rcpt, fstring, cv)
      | ^~~~~~~~~~~~~~
milter-greylist.c: In function ‘fstring_escape’:
milter-greylist.c:3741:1: warning: old-style function definition [-Wold-style-definition]
 3741 | fstring_escape(fstring)
      | ^~~~~~~~~~~~~~
milter-greylist.c: In function ‘local_ipstr’:
milter-greylist.c:3873:1: warning: old-style function definition [-Wold-style-definition]
 3873 | local_ipstr(priv)
      | ^~~~~~~~~~~
milter-greylist.c: In function ‘set_sr_defaults’:
milter-greylist.c:3914:1: warning: old-style function definition [-Wold-style-definition]
 3914 | set_sr_defaults(priv, code, ecode, msg)
      | ^~~~~~~~~~~~~~~
milter-greylist.c: In function ‘stat_from_code’:
milter-greylist.c:3951:1: warning: old-style function definition [-Wold-style-definition]
 3951 | stat_from_code(code)
      | ^~~~~~~~~~~~~~
milter-greylist.c: In function ‘mg_setreply’:
milter-greylist.c:3973:1: warning: old-style function definition [-Wold-style-definition]
 3973 | mg_setreply(ctx, priv, rcpt)
      | ^~~~~~~~~~~
milter-greylist.c: In function ‘resolve_bracketed’:
milter-greylist.c:4040:1: warning: old-style function definition [-Wold-style-definition]
 4040 | resolve_bracketed(addr)
      | ^~~~~~~~~~~~~~~~~
make[1]: *** [<builtin>: pending.o] Error 1
make[1]: *** [<builtin>: milter-greylist.o] Error 1
make[1]: Leaving directory '/build/reproducible-path/milter-greylist-4.6.4'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:3: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: milter-greylist
Source-Version: 4.6.4-5
Done: Adrian Bunk <bunk@debian.org>

We believe that the bug you reported is fixed in the latest version of
milter-greylist, 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 1097398@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adrian Bunk <bunk@debian.org> (supplier of updated milter-greylist 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 05 Oct 2025 14:33:04 +0300
Source: milter-greylist
Architecture: source
Version: 4.6.4-5
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Adrian Bunk <bunk@debian.org>
Closes: 1097398
Changes:
 milter-greylist (4.6.4-5) unstable; urgency=medium
 .
   * QA upload.
   * Build with -std=gnu17 to workaround FTBFS with GCC 15
     in Milter headers. (Closes: #1097398)
Checksums-Sha1:
 57178955e7a1745f4ff0bee58fb85441b69858d3 2004 milter-greylist_4.6.4-5.dsc
 432de000359f78463820f14793898ba5ad51421c 13236 milter-greylist_4.6.4-5.debian.tar.xz
Checksums-Sha256:
 301f4dd195cf446f513f165173bc3e73932a04f0d204c3d7445b9e27b276d831 2004 milter-greylist_4.6.4-5.dsc
 402743d406858be32d3381052f648dde4c4eb9e1d1b8f12d2989ccd2c57c8bc1 13236 milter-greylist_4.6.4-5.debian.tar.xz
Files:
 080059487896882c50280e5b6cd793cd 2004 mail optional milter-greylist_4.6.4-5.dsc
 0182b60eb210ba420d7a9e8ee826c32c 13236 mail optional milter-greylist_4.6.4-5.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmjiWGEACgkQiNJCh6LY
mLGxBA/+JPJHFnWNQeXtNpahq7iuJjJa11h+QKTx/DwNJ3vJz2k08vOJh5P0bej4
VmFVpI5J1WsEdeO+ywPXE5CHM1DaJ3JU24e5/PuorvN5rEfLCVaFjuuDhyNJ+zIm
Ky7TvUTENgFT7+DBmxcq7BNdWX+tLrTiVIXqaolUR4wnpXjdcUjlCX3Woovna9RD
NErWLPG5Hd6LFlswWu9TCWTkgzhEHi5Dlh/d2EEI5rQlQeHyJ7JGebLl73EOBOBV
sR7yQvrNSRLvKxAiPSQfp9eYYaWej4MvFBni8hbW/ru8AjYB3XlISRBlPKg/a9Qt
j41RiOVj1ZP/yRPv1A66pysEqvM3gY+4iN4C32K0VuQ/+zmlbwvKbxawMmHp0lbM
qRznaOvaDXZ6Qve1xnpiqYvcfyRH+xiPEEicaUFWPOP8Gn07wipN3vpfshHEDbAE
5k9oE/yf+SqPhHGvIaDA4LMlw8p4FqMtfJqW8VCAW+F/Ti1qIoxXQLYYnLuI+ZLE
UK3+/zb6MSnOYaizcTaGRal6fsL9NCRpSdaQgDpt6WYk9/VAedwWK3qBuje7bjRN
Sylv/qVHt/3e87ep7Vo3Q+7DgscYjAgvsfVewTSyNwBVUNnhC8kpMcEqp0UxmGp2
LAFhFhT8beHo9JkEaKJUswONoGmTySwiHt7eR/KLl20jrFMLn5c=
=1NND
-----END PGP SIGNATURE-----

Attachment: pgp_zrje1eZPZ.pgp
Description: PGP signature


--- End Message ---

Reply to: