Your message dated Sat, 22 Feb 2025 02:51:52 +0000
with message-id <[email protected]>
and subject line Bug#1097425: fixed in myproxy 6.2.16-4
has caused the Debian Bug report #1097425,
regarding myproxy: 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.)


-- 
1097425: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097425
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:myproxy
Version: 6.2.16-3
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/myproxy_6.2.16-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

[...]
certauth_extensions.c:1130:3: warning: 'RSA_size' is deprecated: Since OpenSSL 
3.0 [-Wdeprecated-declarations]
 1130 |   keysize = RSA_size(EVP_PKEY_get0_RSA(pkey))*8;
      |   ^~~~~~~
/usr/include/openssl/rsa.h:215:27: note: declared here
  215 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa);
      |                           ^~~~~~~~
certauth_extensions.c:1130:3: warning: 'EVP_PKEY_get0_RSA' is deprecated: Since 
OpenSSL 3.0 [-Wdeprecated-declarations]
 1130 |   keysize = RSA_size(EVP_PKEY_get0_RSA(pkey))*8;
      |   ^~~~~~~
/usr/include/openssl/evp.h:1363:22: note: declared here
 1363 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey);
      |                      ^~~~~~~~~~~~~~~~~
certauth_extensions.c:1149:3: warning: 'ASN1_digest' is deprecated: Since 
OpenSSL 3.0 [-Wdeprecated-declarations]
 1149 |   ASN1_digest((int (*)())i2d_PUBKEY,EVP_sha1(),(char*)pkey,md,&md_len);
      |   ^~~~~~~~~~~
/usr/include/openssl/x509.h:826:5: note: declared here
  826 | int ASN1_digest(i2d_of_void *i2d, const EVP_MD *type, char *data,
      |     ^~~~~~~~~~~
certauth_extensions.c:1149:15: error: passing argument 1 of 'ASN1_digest' from 
incompatible pointer type [-Wincompatible-pointer-types]
 1149 |   ASN1_digest((int (*)())i2d_PUBKEY,EVP_sha1(),(char*)pkey,md,&md_len);
      |               ^~~~~~~~~~~~~~~~~~~~~
      |               |
      |               int (*)(void)
/usr/include/openssl/x509.h:826:30: note: expected 'int (*)(const void *, 
unsigned char **)' but argument is of type 'int (*)(void)'
  826 | int ASN1_digest(i2d_of_void *i2d, const EVP_MD *type, char *data,
      |                 ~~~~~~~~~~~~~^~~
gsi_socket.c: In function 'GSI_SOCKET_get_peer_fqans':
gsi_socket.c:1052:16: error: too many arguments to function 
'myproxy_voms_get_peer_fqans'; expected 0, have 2
 1052 |         return myproxy_voms_get_peer_fqans(self, fqans);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~
make[2]: *** [Makefile:1237: certauth_extensions.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [Makefile:1237: gsi_socket.lo] Error 1
myproxy.c: In function 'myproxy_bootstrap_trust':
myproxy.c:579:42: warning: '.tmp' directive output may be truncated writing 4 
bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
  579 |         snprintf(tmppath, MAXPATHLEN, "%s.tmp", path);
      |                                          ^~~~
In file included from /usr/include/stdio.h:970,
                 from /usr/include/globus/globus_common_include.h:84,
                 from /usr/include/globus/globus_common.h:67,
                 from myproxy_common.h:12,
                 from myproxy.c:8:
In function 'snprintf',
    inlined from 'myproxy_bootstrap_trust' at myproxy.c:579:9:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:68:10: note: 
'__builtin___snprintf_chk' output between 5 and 4100 bytes into a destination 
of size 4096
   68 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   69 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   70 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
myproxy.c: In function 'myproxy_bootstrap_trust':
myproxy.c:597:42: warning: '.tmp' directive output may be truncated writing 4 
bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
  597 |         snprintf(tmppath, MAXPATHLEN, "%s.tmp", path);
      |                                          ^~~~
In function 'snprintf',
    inlined from 'myproxy_bootstrap_trust' at myproxy.c:597:9:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:68:10: note: 
'__builtin___snprintf_chk' output between 5 and 4100 bytes into a destination 
of size 4096
   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/myproxy-6.2.16'
make[1]: *** [Makefile:1339: all-recursive] Error 1
make[1]: Leaving directory '/build/reproducible-path/myproxy-6.2.16'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:14: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: myproxy
Source-Version: 6.2.16-4
Done: Mattias Ellert <[email protected]>

We believe that the bug you reported is fixed in the latest version of
myproxy, 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.
Mattias Ellert <[email protected]> (supplier of updated myproxy 
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: Fri, 21 Feb 2025 22:16:08 +0100
Source: myproxy
Architecture: source
Version: 6.2.16-4
Distribution: unstable
Urgency: medium
Maintainer: Mattias Ellert <[email protected]>
Changed-By: Mattias Ellert <[email protected]>
Closes: 1097425
Changes:
 myproxy (6.2.16-4) unstable; urgency=medium
 .
   * Make OpenSSL engine optional
   * Fix incompatible pointer errors (gcc 15) (Closes: #1097425)
Checksums-Sha1:
 f0f16247157c50c0a28daac6f816e34c0356a189 2654 myproxy_6.2.16-4.dsc
 f5bff898c7b603390539acb4cbd6f357a92c1190 12464 myproxy_6.2.16-4.debian.tar.xz
 fe380b4b3bde42c71649fff1d2e20c12bffd57d9 11023 myproxy_6.2.16-4_amd64.buildinfo
Checksums-Sha256:
 efa4eba1a338ebe54a0272786b525fa92d6d37a47dcd2f2777e2aaa420a9819a 2654 
myproxy_6.2.16-4.dsc
 e76d9c70750c94dad1996a149757b3650092a893a05d8f2576d787375ca79cc2 12464 
myproxy_6.2.16-4.debian.tar.xz
 af619d4aa826ff6d31c8149d3eb5da3930dcce7bb5c65b96baf8c3d39e1d8677 11023 
myproxy_6.2.16-4_amd64.buildinfo
Files:
 33162bdf0d6543294a1b50f8af8a7010 2654 net optional myproxy_6.2.16-4.dsc
 e46c3ebcde6bfda3a8cb5b976a337384 12464 net optional 
myproxy_6.2.16-4.debian.tar.xz
 50d48b8c05ef8ab4c00f176c542c275a 11023 net optional 
myproxy_6.2.16-4_amd64.buildinfo

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

iQIzBAEBCgAdFiEE6hgwr99NQxrZ4RRS6K7C/zvhqUsFAme498MACgkQ6K7C/zvh
qUtx3RAAk63dI17efr6Vnk0suBZco0MwiWTdfUexB92I9WQe/rDES2a6URySzseP
H3Tn6gFOmOCCf7byiiRF32LmBW2Xsy2U64yY5fM+PqBm+t/p48pmiHdBhZqPdWnh
eRWK/gBD3gNZaFc9Kum4ggFZBaS+clnlv8WlOY881q9XuEcXpLTcGPq4QbVvnWVs
+7Fw+eQoOSOUaK+aftDW29CM13/Bf6qrXrZbmqvDpGzYM2BydrfrvR2W/d/giB5z
EtbEzN21w8tupayu9+QDe07TVdoAynyw3haYoNgoJMwVq0Ay6rzNpFrWgx97+FeQ
4MINGviw0Gx7big6oczfdIxRO4lewTPrOowbHbRd7iDuBD6mNAfef0J9A0KmN6Fp
HStW1b/0IqPQ0jvFcMP8bLFNRem2YN6zMyNQgfOnzk9hvnjqEAQ0ULxcQN0Cy2XW
tl7QHiuOy7JzsJwgba33lOWgNQUITbK5XzX89ngKw+YTNkjsgvc4X8njRCYLOin5
Gh9m4rT1NxkyfrZVnpG3QONolmc76wjowMPNpFpF6fQ4GFTdUGRMdGbp2e3F0IMy
yHh3+NHiUphXkduwhFTZJkDWXCx0kjqE+OOOkqKPvGiyLPDJULv0fww/ozw0pBXU
3IwDa3x6xVGWTITy1jcyPxsfO6mwTUgc1/x1gBURquAEv8UDj4Q=
=rkDI
-----END PGP SIGNATURE-----

Attachment: pgpE5DgAIfbkz.pgp
Description: PGP signature


--- End Message ---

Reply via email to