Your message dated Tue, 31 Dec 2024 10:22:16 +0000
with message-id <e1tszoc-005qes...@fasolo.debian.org>
and subject line Bug#1075612: fixed in uw-imap 8:2007f~dfsg-7.1
has caused the Debian Bug report #1075612,
regarding uw-imap: 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 ow...@bugs.debian.org
immediately.)


-- 
1075612: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075612
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:uw-imap
Version: 8:2007f~dfsg-7
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
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/uw-imap_2007f~dfsg-7_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

[...]
Building with SSL
ln -s ssl_unix.c osdepssl.c
echo -I/usr/include/openssl -I/usr/include/openssl/openssl 
-DSSL_CERT_DIRECTORY=\"/etc/ssl/certs\" 
-DSSL_KEY_DIRECTORY=\"/etc/ssl/private\" >> OSCFLAGS
echo "  ssl_onceonlyinit ();" >> linkage.c
echo -L/usr/lib -lssl -lcrypto  >> LDFLAGS
Building with SSL and plaintext passwords disabled unless SSL/TLS
echo "  mail_parameters (NIL,SET_DISABLEPLAINTEXT,(void *) 2);" >> linkage.c
cat osdepbas.c osdepckp.c osdeplog.c osdepssl.c > osdep.c
Building OS-dependent module
If you get No such file error messages for files x509.h, ssl.h,
pem.h, buffer.h, bio.h, and crypto.h, that means that OpenSSL
is not installed on your system. Either install OpenSSL first
or build with command: make slx SSLTYPE=none
`cat CCTYPE` -c `cat CFLAGS` `cat OSCFLAGS` -c osdep.c
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from osdep.h:43,
                 from osdep.c:31:
/usr/include/features.h:196:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE 
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  196 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
_DEFAULT_SOURCE"
      |   ^~~~~~~
env_unix.c: In function ‘lock_work’:
osdep.h:60:15: error: implicit declaration of function ‘safe_flock’ 
[-Wimplicit-function-declaration]
   60 | #define flock safe_flock
      |               ^~~~~~~~~~
env_unix.c:1374:27: note: in expansion of macro ‘flock’
 1374 |     if (op & LOCK_NB) i = flock (fd,op);
      |                           ^~~~~
osdep.c: In function ‘ssl_start_work’:
osdep.c:460:40: warning: ‘TLSv1_client_method’ is deprecated: Since OpenSSL 
1.1.0 [-Wdeprecated-declarations]
  460 |                                        TLSv1_client_method () :
      |                                        ^~~~~~~~~~~~~~~~~~~
In file included from osdep.c:268:
/usr/include/openssl/ssl.h:2054:50: note: declared here
 2054 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD 
*TLSv1_client_method(void);
      |                                                  ^~~~~~~~~~~~~~~~~~~
osdep.c: In function ‘ssl_server_init’:
osdep.c:958:40: warning: ‘TLSv1_server_method’ is deprecated: Since OpenSSL 
1.1.0 [-Wdeprecated-declarations]
  958 |                                        TLSv1_server_method () :
      |                                        ^~~~~~~~~~~~~~~~~~~
/usr/include/openssl/ssl.h:2053:50: note: declared here
 2053 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD 
*TLSv1_server_method(void);
      |                                                  ^~~~~~~~~~~~~~~~~~~
osdep.c:973:5: warning: ‘SSL_CTX_use_RSAPrivateKey_file’ is deprecated: Since 
OpenSSL 3.0 [-Wdeprecated-declarations]
  973 |     else if (!(SSL_CTX_use_RSAPrivateKey_file (stream->context,key,
      |     ^~~~
/usr/include/openssl/ssl.h:1726:12: note: declared here
 1726 | __owur int SSL_CTX_use_RSAPrivateKey_file(SSL_CTX *ctx, const char 
*file,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
osdep.c: In function ‘ssl_genkey’:
osdep.c:1029:5: warning: ‘RSA_generate_key’ is deprecated: Since OpenSSL 0.9.8 
[-Wdeprecated-declarations]
 1029 |     if (!(key = RSA_generate_key (export ? keylength : 
1024,RSA_F4,NIL,NIL))) {
      |     ^~
In file included from /usr/include/openssl/x509.h:36,
                 from /usr/include/openssl/x509v3.h:25,
                 from osdep.c:267:
/usr/include/openssl/rsa.h:264:30: note: declared here
  264 | OSSL_DEPRECATEDIN_0_9_8 RSA *RSA_generate_key(int bits, unsigned long 
e, void
      |                              ^~~~~~~~~~~~~~~~
make[4]: *** [Makefile:939: osdep.o] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/c-client'
make[3]: *** [Makefile:495: lnp] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/c-client'
make[2]: *** [Makefile:694: OSTYPE] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:357: ldb] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 VERSION=2007e EXTRAAUTHENTICATORS=gss 
"EXTRACFLAGS=  -D_REENTRANT -DDISABLE_POP_PROXY -Wno-parentheses 
-Wno-strict-aliasing" EXTRALDFLAGS= ldb returned exit code 2
make: *** [debian/rules:77: debian/build-stamp] Error 255
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: uw-imap
Source-Version: 8:2007f~dfsg-7.1
Done: Chris Hofstaedtler <z...@debian.org>

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

Debian distribution maintenance software
pp.
Chris Hofstaedtler <z...@debian.org> (supplier of updated uw-imap 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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Tue, 31 Dec 2024 10:43:13 +0100
Source: uw-imap
Architecture: source
Version: 8:2007f~dfsg-7.1
Distribution: unstable
Urgency: medium
Maintainer: Magnus Holmgren <holmg...@debian.org>
Changed-By: Chris Hofstaedtler <z...@debian.org>
Closes: 1075612
Changes:
 uw-imap (8:2007f~dfsg-7.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * d/rules: replace deprecated . with : in chown call
   * Stop ignoring build errors
   * Fix FTBFS with gcc-14 (Closes: #1075612)
   * Declare Rules-Requires-Root: binary-targets
Checksums-Sha1:
 626308cfb637648460920f59c8b7e37524c2873f 2258 uw-imap_2007f~dfsg-7.1.dsc
 50f08086685a25f911085893213761fc8ab4104a 47668 
uw-imap_2007f~dfsg-7.1.debian.tar.xz
Checksums-Sha256:
 29ce14de74be6c8d7b64fc7b1264c37749f134e5f5c00cbde45a20d6bb19f60c 2258 
uw-imap_2007f~dfsg-7.1.dsc
 7e1831c1702b62998b39e3e9563de14bffeb4bfa00fa1b26bbe9a2e78fa2ea73 47668 
uw-imap_2007f~dfsg-7.1.debian.tar.xz
Files:
 55b51744d91c8ff6097247868ba72fb8 2258 mail optional uw-imap_2007f~dfsg-7.1.dsc
 4e5d16cbc0e2a0d125431e06b99086a9 47668 mail optional 
uw-imap_2007f~dfsg-7.1.debian.tar.xz

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

iQIzBAEBCgAdFiEEfRrP+tnggGycTNOSXBPW25MFLgMFAmdzwAIACgkQXBPW25MF
LgNgfRAAouJ8ia+BrRerfcQE+41/13CILKTRXstGP8oBp4myy6IEJYhcp3i07aTU
V9iuRUmeG8ELFpttm9p9j2N9MiuQXj8L+1YofNG+Vfo2Ol2D3BUymb7o+EQczS+t
JiQI7gYRLodft2MaG7/jddiQCOv81i+xp3IKgNW2oPq3W66n95+H4Cd+9s6avcz1
40jK4XaUwDErIkvcm1ua37MTS+l7u7UO5n120mwehA75NkkETu7YpuWKMVDx5Gk9
L+BF4SY3cYb99+0Zk0/WRfEXw0GjaQTfw2frCJSdSR07o65/bmDq9+H/qd4gURem
LhA1biPoRtLpqWBJ+fuitM3b4mB5S/GQHHRFr4YCQlIkYEBS12M98zPtqYKB7dPS
+V8PtNBjgGDAqzauUVgbj+iLvsnhYqJDFCjx+6se9XsfZR2OUyqCvixe/3M2c3Yx
t5NWjdpbG5WnkvrHE0ZKiqO2gn3096mynu/Ul2QV7CuztwOG6j64KXrr69rnJ333
HHDF3dJkKCwRWYtTeFhXaKydyBexacnzFsMpKX/teQPYlsKTV4ud2d17rIAu7Edk
ovDmCxlbYio5u2VdBkbg7z9mz340J6xzbasNKBhQsZXYMxQPHXpM8tSnCpkbUFFd
BVRPk5N3WyHoOue6tQec36hhToIjNzU6rN4WYR1jawG1LmTL7u0=
=n6iA
-----END PGP SIGNATURE-----

Attachment: pgpTC4n9VK1b9.pgp
Description: PGP signature


--- End Message ---

Reply via email to