Your message dated Thu, 01 Aug 2024 00:24:55 +0000
with message-id <e1szjcl-00dsea...@fasolo.debian.org>
and subject line Bug#1075246: fixed in mactelnet 0.5.2-1
has caused the Debian Bug report #1075246,
regarding mactelnet: 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.)
--
1075246: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075246
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:mactelnet
Version: 0.5.1-2
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/mactelnet_0.5.1-2_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
[...]
| ^~~~~~~~~~~~~
mtwei.c:276:9: warning: ‘SHA256_Final’ is deprecated: Since OpenSSL 3.0
[-Wdeprecated-declarations]
276 | SHA256_Final(buf_out, &keys);
| ^~~~~~~~~~~~
/usr/include/openssl/sha.h:76:27: note: declared here
76 | OSSL_DEPRECATEDIN_3_0 int SHA256_Final(unsigned char *md, SHA256_CTX
*c);
| ^~~~~~~~~~~~
mtwei.c: In function ‘mtwei_docryptos’:
mtwei.c:321:9: warning: ‘SHA256_Init’ is deprecated: Since OpenSSL 3.0
[-Wdeprecated-declarations]
321 | SHA256_Init(&keys);
| ^~~~~~~~~~~
/usr/include/openssl/sha.h:73:27: note: declared here
73 | OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c);
| ^~~~~~~~~~~
mtwei.c:322:9: warning: ‘SHA256_Update’ is deprecated: Since OpenSSL 3.0
[-Wdeprecated-declarations]
322 | SHA256_Update(&keys, client_key, 32);
| ^~~~~~~~~~~~~
/usr/include/openssl/sha.h:74:27: note: declared here
74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c,
| ^~~~~~~~~~~~~
mtwei.c:323:9: warning: ‘SHA256_Update’ is deprecated: Since OpenSSL 3.0
[-Wdeprecated-declarations]
323 | SHA256_Update(&keys, server_key, 32);
| ^~~~~~~~~~~~~
/usr/include/openssl/sha.h:74:27: note: declared here
74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c,
| ^~~~~~~~~~~~~
mtwei.c:324:9: warning: ‘SHA256_Final’ is deprecated: Since OpenSSL 3.0
[-Wdeprecated-declarations]
324 | SHA256_Final(buf_out, &keys);
| ^~~~~~~~~~~~
/usr/include/openssl/sha.h:76:27: note: declared here
76 | OSSL_DEPRECATEDIN_3_0 int SHA256_Final(unsigned char *md, SHA256_CTX
*c);
| ^~~~~~~~~~~~
mtwei.c:339:9: warning: ‘EC_POINT_get_affine_coordinates_GFp’ is deprecated:
Since OpenSSL 3.0 [-Wdeprecated-declarations]
339 | EC_POINT_get_affine_coordinates_GFp(state->curve25519, pt,
pt_x, NULL, NULL);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/ec.h:678:27: note: declared here
678 | OSSL_DEPRECATEDIN_3_0 int EC_POINT_get_affine_coordinates_GFp
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mtwei.c:344:9: warning: ‘SHA256_Init’ is deprecated: Since OpenSSL 3.0
[-Wdeprecated-declarations]
344 | SHA256_Init(&keys);
| ^~~~~~~~~~~
/usr/include/openssl/sha.h:73:27: note: declared here
73 | OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c);
| ^~~~~~~~~~~
mtwei.c:345:9: warning: ‘SHA256_Update’ is deprecated: Since OpenSSL 3.0
[-Wdeprecated-declarations]
345 | SHA256_Update(&keys, buf_out, 32);
| ^~~~~~~~~~~~~
/usr/include/openssl/sha.h:74:27: note: declared here
74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c,
| ^~~~~~~~~~~~~
mtwei.c:347:9: warning: ‘SHA256_Update’ is deprecated: Since OpenSSL 3.0
[-Wdeprecated-declarations]
347 | SHA256_Update(&keys, buf_out, 32);
| ^~~~~~~~~~~~~
/usr/include/openssl/sha.h:74:27: note: declared here
74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c,
| ^~~~~~~~~~~~~
mtwei.c:348:9: warning: ‘SHA256_Final’ is deprecated: Since OpenSSL 3.0
[-Wdeprecated-declarations]
348 | SHA256_Final(buf_out, &keys);
| ^~~~~~~~~~~~
/usr/include/openssl/sha.h:76:27: note: declared here
76 | OSSL_DEPRECATEDIN_3_0 int SHA256_Final(unsigned char *md, SHA256_CTX
*c);
| ^~~~~~~~~~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:341: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:375: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:13: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: mactelnet
Source-Version: 0.5.2-1
Done: Håkon Nessjøen <haakon.nessj...@gmail.com>
We believe that the bug you reported is fixed in the latest version of
mactelnet, 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.
Håkon Nessjøen <haakon.nessj...@gmail.com> (supplier of updated mactelnet
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: Wed, 31 Jul 2024 21:28:32 +0200
Source: mactelnet
Architecture: source
Version: 0.5.2-1
Distribution: unstable
Urgency: medium
Maintainer: Håkon Nessjøen <haakon.nessj...@gmail.com>
Changed-By: Håkon Nessjøen <haakon.nessj...@gmail.com>
Closes: 1075246
Changes:
mactelnet (0.5.2-1) unstable; urgency=medium
.
[ Håkon Nessjøen ]
* Upstream release 0.5.2
* Upstream code fixed gettimeofday issue (closes: #1075246)
* Updated d/control with multiarch:foreign for mactelnet-locales
* Updated debian policy standards version to 4.7.0
Checksums-Sha1:
6ad4eed35b7fd45e2cc2e6f907df3afe3bc4fc98 2405 mactelnet_0.5.2-1.dsc
01810cb4ae71566f20ac18e8ed3943d6a292d1af 943157 mactelnet_0.5.2.orig.tar.gz
83213fdda208c3cc2a455fca0933dcf562afc729 659 mactelnet_0.5.2.orig.tar.gz.asc
334929b454a2be896301fa19beddba44e10a9ffc 6596 mactelnet_0.5.2-1.debian.tar.xz
524952bcedbe3d5ca18eff89ddcca7c5f33c9017 6590
mactelnet_0.5.2-1_source.buildinfo
Checksums-Sha256:
6413716fc6b42dde444eba725469c590a39097b3cc1ded35b032e1769613d997 2405
mactelnet_0.5.2-1.dsc
c5b2b423c421927c00eac58e63fdb053764c8907adde84c6a38c680d25c34ae8 943157
mactelnet_0.5.2.orig.tar.gz
d898794be8265c9504ae7bad6953f3f8822259ef3da9c82285f3a64f4db1936a 659
mactelnet_0.5.2.orig.tar.gz.asc
d8f34659fb07f48624a69f8df9530700b70dd8335ed936ee213c82f1dda321ec 6596
mactelnet_0.5.2-1.debian.tar.xz
7da8c49923fdafa2af239bf28163faacb087b622101bd16dd926f01f4e45443d 6590
mactelnet_0.5.2-1_source.buildinfo
Files:
06f6fae0717b460d3f4ff34bc9d5c99e 2405 net optional mactelnet_0.5.2-1.dsc
a8c8231312efe8d00c06f938aee2e503 943157 net optional
mactelnet_0.5.2.orig.tar.gz
961ae5f1f4e00f53772ec4cabf3100fb 659 net optional
mactelnet_0.5.2.orig.tar.gz.asc
22f18f1c6eec8a9d33491892a97c7823 6596 net optional
mactelnet_0.5.2-1.debian.tar.xz
23a014c36065622d097dcbfeaa6e46af 6590 net optional
mactelnet_0.5.2-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEErCSqx93EIPGOymuRKGv37813JB4FAmaqzEMACgkQKGv37813
JB7ePg/+NHLNsduIqfcO+spFvew5YMAJuZJG/W9R2M1H1RtmsNeO1M4gUToQbOXH
2WwXrryCozzgz2kIqCzTqf0hT3I4WlMKtpU98BsQERyGfQXeM0l/6teZF3eO9laZ
HQ+hwmOeDbX+KpGjbIDBGgmjBaAd+Qb6srzeL3HCyKvfSBpP7C1l1o0V6A6y+viB
IpLZNNpEnddWRfW0FKm2p4KfazdnbDMPmdeJoQUoyDnjcymlXJRkvTofUOurCbxR
cbasPVOfkhVrK7246UF5ktZ+yxfSa1NnH97hc/QpVeK5+wL6mrYEw//L2dpv1ne0
jZwhPbfCNfAYZxe6nBHMIj1bDoMVxjSSkUnNsHOSJx1gWsbVDrVFDjSimCAlBWfy
4fnqF5aG8R0t4E5loZxKo97EZYbkfl4NAMg9aY1VLLhpdtBFvZ/YbZDa4K35Llwi
Oi3c+E5DhxMgVIy6TrA4TEtuiD8u16b2xJDEeJdmaRXRzbyscdnsAUVdfKWAzrUX
i5Buj9FzsGnABFnFW5rhrFE3D3HkXTr/EL4vICcPCS7gBFX93GY0swTcMH40Y4Cy
Oea7y35L6U0+mxtiL5q815e91l/tBSeuXc6QoTPTVFx+7BIcAKttSQ+jiR0LVskb
flW3S949QOWTO4m9udaQW0CAlvA6ewBRfl9SDdWfN4qCH7lADj0=
=k8SE
-----END PGP SIGNATURE-----
pgpKA9oAWywxF.pgp
Description: PGP signature
--- End Message ---