Your message dated Sun, 12 Jan 2025 20:48:33 +0000
with message-id <[email protected]>
and subject line Bug#1075485: fixed in sa-exim 4.2.1-21
has caused the Debian Bug report #1075485,
regarding sa-exim: ftbfs with GCC-14
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.)


-- 
1075485: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075485
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:sa-exim
Version: 4.2.1-20
Severity: important
Tags: sid trixie
User: [email protected]
Usertags: ftbfs-gcc-14

[This bug is 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-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/sa-exim_4.2.1-20_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

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-14/porting_to.html

[...]
sa-exim.c:1416:142: warning: format ‘%d’ expects argument of type ‘int’, but 
argument 7 has type ‘time_t’ {aka ‘long int’} [-Wformat=]
 1416 |             log_write(0, LOG_MAIN | LOG_REJECT, "SA: Action: teergrubed 
sender until full configured duration of %d secs: %s (scanned in %d/%d secs | 
Message-Id: %s). %s", SAteergrubetime, spamstatus, scantime, fulltime, 
safemesgid, mailinfo);
      |                                                                         
                                                                    ~^          
                                                           ~~~~~~~~
      |                                                                         
                                                                     |          
                                                           |
      |                                                                         
                                                                     int        
                                                           time_t {aka long int}
      |                                                                         
                                                                    %ld
sa-exim.c:1427:103: warning: format ‘%d’ expects argument of type ‘int’, but 
argument 5 has type ‘time_t’ {aka ‘long int’} [-Wformat=]
 1427 |             log_write(0, LOG_REJECT | LOG_MAIN, "SA: Action: silently 
tossed message: %s (scanned in %d/%d secs | Message-Id: %s). %s", spamstatus, 
scantime, fulltime, safemesgid, mailinfo);
      |                                                                         
                             ~^                                             
~~~~~~~~
      |                                                                         
                              |                                             |
      |                                                                         
                              int                                           
time_t {aka long int}
      |                                                                         
                             %ld
sa-exim.c:1427:106: warning: format ‘%d’ expects argument of type ‘int’, but 
argument 6 has type ‘time_t’ {aka ‘long int’} [-Wformat=]
 1427 |             log_write(0, LOG_REJECT | LOG_MAIN, "SA: Action: silently 
tossed message: %s (scanned in %d/%d secs | Message-Id: %s). %s", spamstatus, 
scantime, fulltime, safemesgid, mailinfo);
      |                                                                         
                                ~^                                              
      ~~~~~~~~
      |                                                                         
                                 |                                              
      |
      |                                                                         
                                 int                                            
      time_t {aka long int}
      |                                                                         
                                %ld
sa-exim.c:1436:108: warning: format ‘%d’ expects argument of type ‘int’, but 
argument 5 has type ‘time_t’ {aka ‘long int’} [-Wformat=]
 1436 |             log_write(0, LOG_MAIN | LOG_REJECT, "SA: Action: 
permanently rejected message: %s (scanned in %d/%d secs | Message-Id: %s). %s", 
spamstatus, scantime, fulltime, safemesgid, mailinfo);
      |                                                                         
                                  ~^                                            
 ~~~~~~~~
      |                                                                         
                                   |                                            
 |
      |                                                                         
                                   int                                          
 time_t {aka long int}
      |                                                                         
                                  %ld
sa-exim.c:1436:111: warning: format ‘%d’ expects argument of type ‘int’, but 
argument 6 has type ‘time_t’ {aka ‘long int’} [-Wformat=]
 1436 |             log_write(0, LOG_MAIN | LOG_REJECT, "SA: Action: 
permanently rejected message: %s (scanned in %d/%d secs | Message-Id: %s). %s", 
spamstatus, scantime, fulltime, safemesgid, mailinfo);
      |                                                                         
                                     ~^                                         
           ~~~~~~~~
      |                                                                         
                                      |                                         
           |
      |                                                                         
                                      int                                       
           time_t {aka long int}
      |                                                                         
                                     %ld
sa-exim.c:1450:95: warning: format ‘%d’ expects argument of type ‘int’, but 
argument 5 has type ‘time_t’ {aka ‘long int’} [-Wformat=]
 1450 |             log_write(0, LOG_MAIN, "SA: Action: flagged as Spam but 
accepted: %s (scanned in %d/%d secs | Message-Id: %s). %s", spamstatus, 
scantime, fulltime, safemesgid, mailinfo);
      |                                                                         
                     ~^                                             ~~~~~~~~
      |                                                                         
                      |                                             |
      |                                                                         
                      int                                           time_t {aka 
long int}
      |                                                                         
                     %ld
sa-exim.c:1450:98: warning: format ‘%d’ expects argument of type ‘int’, but 
argument 6 has type ‘time_t’ {aka ‘long int’} [-Wformat=]
 1450 |             log_write(0, LOG_MAIN, "SA: Action: flagged as Spam but 
accepted: %s (scanned in %d/%d secs | Message-Id: %s). %s", spamstatus, 
scantime, fulltime, safemesgid, mailinfo);
      |                                                                         
                        ~^                                                    
~~~~~~~~
      |                                                                         
                         |                                                    |
      |                                                                         
                         int                                                  
time_t {aka long int}
      |                                                                         
                        %ld
sa-exim.c:1479:108: warning: format ‘%d’ expects argument of type ‘int’, but 
argument 5 has type ‘time_t’ {aka ‘long int’} [-Wformat=]
 1479 |             log_write(0, LOG_MAIN | LOG_REJECT, "SA: Action: 
temporarily rejected message: %s (scanned in %d/%d secs | Message-Id: %s). %s", 
spamstatus, scantime, fulltime, safemesgid, mailinfo);
      |                                                                         
                                  ~^                                            
 ~~~~~~~~
      |                                                                         
                                   |                                            
 |
      |                                                                         
                                   int                                          
 time_t {aka long int}
      |                                                                         
                                  %ld
sa-exim.c:1479:111: warning: format ‘%d’ expects argument of type ‘int’, but 
argument 6 has type ‘time_t’ {aka ‘long int’} [-Wformat=]
 1479 |             log_write(0, LOG_MAIN | LOG_REJECT, "SA: Action: 
temporarily rejected message: %s (scanned in %d/%d secs | Message-Id: %s). %s", 
spamstatus, scantime, fulltime, safemesgid, mailinfo);
      |                                                                         
                                     ~^                                         
           ~~~~~~~~
      |                                                                         
                                      |                                         
           |
      |                                                                         
                                      int                                       
           time_t {aka long int}
      |                                                                         
                                     %ld
sa-exim.c:1487:97: warning: format ‘%d’ expects argument of type ‘int’, but 
argument 5 has type ‘time_t’ {aka ‘long int’} [-Wformat=]
 1487 |             log_write(0, LOG_MAIN, "SA: Action: scanned but message 
isn't spam: %s (scanned in %d/%d secs | Message-Id: %s). %s", spamstatus, 
scantime, fulltime, safemesgid, mailinfo);
      |                                                                         
                       ~^                                             ~~~~~~~~
      |                                                                         
                        |                                             |
      |                                                                         
                        int                                           time_t 
{aka long int}
      |                                                                         
                       %ld
sa-exim.c:1487:100: warning: format ‘%d’ expects argument of type ‘int’, but 
argument 6 has type ‘time_t’ {aka ‘long int’} [-Wformat=]
 1487 |             log_write(0, LOG_MAIN, "SA: Action: scanned but message 
isn't spam: %s (scanned in %d/%d secs | Message-Id: %s). %s", spamstatus, 
scantime, fulltime, safemesgid, mailinfo);
      |                                                                         
                          ~^                                                    
~~~~~~~~
      |                                                                         
                           |                                                    
|
      |                                                                         
                           int                                                  
time_t {aka long int}
      |                                                                         
                          %ld
make[1]: *** [Makefile:41: sa-exim.so] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:19: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: sa-exim
Source-Version: 4.2.1-21
Done: Magnus Holmgren <[email protected]>

We believe that the bug you reported is fixed in the latest version of
sa-exim, 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.
Magnus Holmgren <[email protected]> (supplier of updated sa-exim 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: Sun, 12 Jan 2025 21:08:30 +0100
Source: sa-exim
Architecture: source
Version: 4.2.1-21
Distribution: unstable
Urgency: medium
Maintainer: Magnus Holmgren <[email protected]>
Changed-By: Magnus Holmgren <[email protected]>
Closes: 943570 1020390 1075485
Changes:
 sa-exim (4.2.1-21) unstable; urgency=medium
 .
   * localscan-6.0.patch: Update call to smtp_printf() to work with newer
     API (Closes: #1075485, #1020390).
   * printf-warnings.patch: Eliminate most compiler warnings (Closes:
     #943570).
Checksums-Sha1:
 cf8ee7d3a62bd321983be0cda70b4b9eba811ff1 1821 sa-exim_4.2.1-21.dsc
 69f017abf4e3f4d34ed596f99f87432c7f3227c0 29172 sa-exim_4.2.1-21.debian.tar.xz
 4f54a5fdb73a9a02f36aeea1f492c2c922d43f91 6502 sa-exim_4.2.1-21_source.buildinfo
Checksums-Sha256:
 cb92fc275f60b4428ca47d2222e624b9c8bad68a33eea292d84a85a59c7de854 1821 
sa-exim_4.2.1-21.dsc
 6d2b0e01ae9e56b1c02af9cc5e4e34fae4bd53c2debed0c80b24e524fa7862ed 29172 
sa-exim_4.2.1-21.debian.tar.xz
 9c7adba254b575c31f7c7ec42587d2a827a9cc7a2e644a5b17b8b1ab6c75b00b 6502 
sa-exim_4.2.1-21_source.buildinfo
Files:
 19d9b4b5b7e215244a805f6e7f1de24c 1821 mail optional sa-exim_4.2.1-21.dsc
 c320a1dc4b367a81b0b10f4dcdc7658e 29172 mail optional 
sa-exim_4.2.1-21.debian.tar.xz
 e664264602acaa7120ed0de918b6f8ca 6502 mail optional 
sa-exim_4.2.1-21_source.buildinfo

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

iQIzBAEBCgAdFiEEzSoHOzhhVBcKQILo1PIZv+yZhIkFAmeEJB4ACgkQ1PIZv+yZ
hIkeTg//eKyIsykSeS8IB+e5qihKR+EjdxJnI/efPUtcTfhnz3mez4paDbR/HzGm
P13QVdiDzbLOtAEWq5Z7DmA5/zYxB37H5uXCS9tVTJgiiDTEgX94kgbmo0eAuFGz
hj4qc2IRWmNhfsUCqigAbDOECxYzvOov5Z9MMy9lqQvoHphS5Afm74ZfIU0hRMHU
PvyxG6ePJtPV/2vzcBxWEu70vZqe79Ui17H6v5sgzLUbI9u82BhLHOi986KtjJK9
g0LAJMBvpX8Jwa78n+UNNgN5he4gJ8TCy8BCzCpWdEl54SDfsh/SSzdAqkQFvhfZ
W1IDyRRDOEtpiG9NMerGfMFmZPdfCQVnGWHYAlNZwH1DrNTGYln3YQHELDOQ6wYG
ipzY1P5zWDQ/wHndP1Uiy+ZOOjWFTWptiL331febrloUdyY9Q9KIvLLxq5/3+0R6
F75wHBXlxK2tU7YoIgcesd7l59B43SpTJ5eMvLDeGRUtSQ4JAuQ3kle6clNQ5+SB
scdZR7N9tOg6Cown4kj7HQZ4LGyuGWUjzXBw2K4ZNJvJUCjkL4vF9HfEbCjpP54j
R+kAcQkw3N6mGWB1/NeLGEILRnNzeDLdzOQDTxIN8bglJZUXxdbQu1XdOOH8btOq
d4gjH4Vud1pIxOZTodc3EQv56vINlXBXuXJo6CFnmQu94+/Jgs8=
=BgzL
-----END PGP SIGNATURE-----

Attachment: pgpN6k5T_MSIM.pgp
Description: PGP signature


--- End Message ---

Reply via email to