Your message dated Mon, 27 Oct 2025 12:07:07 +0000
with message-id <[email protected]>
and subject line Bug#1098044: fixed in up-imapproxy 1.2.8~svn20171105-2.1
has caused the Debian Bug report #1098044,
regarding up-imapproxy: 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.)


-- 
1098044: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098044
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:up-imapproxy
Version: 1.2.8~svn20171105-2
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/up-imapproxy_1.2.8~svn20171105-2_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

[...]
   69 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   70 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
src/imapcommon.c: In function ‘Get_Server_conn’:
src/imapcommon.c:994:62: warning: ‘%s’ directive output may be truncated 
writing up to 8191 bytes into a region of size 8166 [-Wformat-truncation=]
  994 |         snprintf( SendBuf, BufLen, "A0001 AUTHENTICATE PLAIN %s\r\n", 
EncodedAuthBuf );
      |                                                              ^~       
~~~~~~~~~~~~~~
In function ‘snprintf’,
    inlined from ‘Get_Server_conn’ at src/imapcommon.c:994:2:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:68:10: note: 
‘__builtin___snprintf_chk’ output between 28 and 8219 bytes into a destination 
of size 8191
   68 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   69 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   70 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
src/request.c: In function ‘HandleRequest’:
src/request.c:722:35: warning: ‘%s’ directive output may be truncated writing 
up to 8191 bytes into a region of size 8189 [-Wformat-truncation=]
  722 |     snprintf( SendBuf, BufLen, "+ %s\r\n", EncodedUsername );
      |                                   ^~       ~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:970,
                 from /usr/include/openssl/evp.h:22:
In function ‘snprintf’,
    inlined from ‘cmd_authenticate_login’ at src/request.c:722:5,
    inlined from ‘HandleRequest’ at src/request.c:1840:8:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:68:10: note: 
‘__builtin___snprintf_chk’ output between 5 and 8196 bytes into a destination 
of size 8191
   68 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   69 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   70 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
src/request.c: In function ‘HandleRequest’:
src/request.c:779:35: warning: ‘%s’ directive output may be truncated writing 
up to 8191 bytes into a region of size 8189 [-Wformat-truncation=]
  779 |     snprintf( SendBuf, BufLen, "+ %s\r\n", EncodedPassword );
      |                                   ^~       ~~~~~~~~~~~~~~~
In function ‘snprintf’,
    inlined from ‘cmd_authenticate_login’ at src/request.c:779:5,
    inlined from ‘HandleRequest’ at src/request.c:1840:8:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:68:10: note: 
‘__builtin___snprintf_chk’ output between 5 and 8196 bytes into a destination 
of size 8191
   68 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   69 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   70 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
src/request.c: In function ‘HandleRequest’:
src/request.c:659:35: warning: ‘%s’ directive output may be truncated writing 
up to 255 bytes into a region of size between 0 and 8191 [-Wformat-truncation=]
  659 |     snprintf( SendBuf, BufLen, "%s%s OK Completed\r\n",Capability, Tag 
);
      |                                   ^~
......
 1813 |             cmd_capability( &Client, S_Tag );
      |                                      ~~~~~
In function ‘snprintf’,
    inlined from ‘cmd_capability’ at src/request.c:659:5,
    inlined from ‘HandleRequest’ at src/request.c:1813:6:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:68:10: note: 
‘__builtin___snprintf_chk’ output between 16 and 8462 bytes into a destination 
of size 8191
   68 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   69 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   70 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
make[2]: Leaving directory 
'/build/reproducible-path/up-imapproxy-1.2.8~svn20171105'
dh_auto_build: error: make -j8 returned exit code 2
make[1]: *** [debian/rules:47: override_dh_auto_build] Error 25
make[1]: Leaving directory 
'/build/reproducible-path/up-imapproxy-1.2.8~svn20171105'
make: *** [debian/rules:3: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: up-imapproxy
Source-Version: 1.2.8~svn20171105-2.1
Done: Adrian Bunk <[email protected]>

We believe that the bug you reported is fixed in the latest version of
up-imapproxy, 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 up-imapproxy 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, 25 Oct 2025 14:36:13 +0300
Source: up-imapproxy
Architecture: source
Version: 1.2.8~svn20171105-2.1
Distribution: unstable
Urgency: medium
Maintainer: Richard Laager <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1098044
Changes:
 up-imapproxy (1.2.8~svn20171105-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Build with -std=gnu17 to workaround FTBFS with GCC 15.
     (Closes: #1098044)
Checksums-Sha1:
 03ee6ec5a5c7c57dff856c2a72db907372da3630 2102 
up-imapproxy_1.2.8~svn20171105-2.1.dsc
 88defc1618679dd3a228d73a3419bcaf4e5c2fda 29116 
up-imapproxy_1.2.8~svn20171105-2.1.debian.tar.xz
Checksums-Sha256:
 22631fc115b7f6f46c29be0cc3bb1a699c64aab9adfe231a3a7f66ec11e1541c 2102 
up-imapproxy_1.2.8~svn20171105-2.1.dsc
 c19e9ec6fcb9fec32716058e693a05cd30eb991415b0b7e718ab80d3354e59ab 29116 
up-imapproxy_1.2.8~svn20171105-2.1.debian.tar.xz
Files:
 2fe1856a1b6643fd791fda963e45d682 2102 mail optional 
up-imapproxy_1.2.8~svn20171105-2.1.dsc
 50fe2bc782f31bbbb1860d0fb7223d75 29116 mail optional 
up-imapproxy_1.2.8~svn20171105-2.1.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmj8tnEACgkQiNJCh6LY
mLEDSg/8COxU7FCjdZTRJH//mIc+ZoPK2IFXbNZ/CgEM/SZ/9dwMrgiywHyay4le
RIIcB0l2yiV/cIBg1A1aBgp8tt4XtscgfQKIH5diSLzgN9u6pnXi0NcUzg/HvK6i
0JGqi/o8RMY3ckNA6GUuACE+SgWGnl7MbdHZ4blLBPikiAgW/Yx1d3nCi3AWYBAQ
AmdCjZzv4waWYcWfhogkIb94MdfsvtLFF30XrXqH7ZTAl3DUpaIpaVxqboUPKOGu
WTv+mynyC4r/7TeHZHt+dh/JEifkM5lNcKR8Tf3LZzVwFe5ExxpE6kyN+/T/wd1j
EbVPyMNh47RwnuHjxPMMnptR8YxA4l9gd8n77NKydmjc2+YEjG9kgYXdLq0D/wCN
PGBuUiOR4q/Q8BLGdnLj2snMxfTyR1A7KTuJyVV9H13s2vG0tMSzwG7BakqnijQA
Rd+HTDsn44rPnTIyWsktbUD9pMVk7Jsw0O1HABdvRqF/Mda/lHPqFr0LfllWZWAE
iUvIxnM6WdJc80fxOZfSFkPyQXVgmVhJvIBZLaMueHvAD6ZkUQPHl8kolH4gzwkr
FyUZ5E4OhMpvcDTObeOErX8WFwZnqL/S29ZyKd+LWdh20Ec8cRoYxmwIu26P8XSC
rtRsXO1l5JW302oWM6TGcEokDFjxWIT5pETl6aDzRsS/yrECyV4=
=vSwN
-----END PGP SIGNATURE-----

Attachment: pgpXJwQLK8z1h.pgp
Description: PGP signature


--- End Message ---

Reply via email to