Your message dated Sat, 22 Feb 2025 02:49:25 +0000
with message-id <[email protected]>
and subject line Bug#1096724: fixed in globus-gsi-credential 8.4-3
has caused the Debian Bug report #1096724,
regarding globus-gsi-credential: 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.)


-- 
1096724: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096724
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:globus-gsi-credential
Version: 8.4-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/globus-gsi-credential_8.4-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

[...]
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
globus_gsi_credential.c:473:17: error: passing argument 3 of 
'globus_gsi_cred_read_key' from incompatible pointer type 
[-Wincompatible-pointer-types]
  473 |                 globus_i_gsi_cred_password_callback_no_prompt);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 |
      |                 int (*)(char *, int,  int)
globus_gsi_credential.h:215:43: note: expected 'int (*)(void)' but argument is 
of type 'int (*)(char *, int,  int)'
  215 |     int                                 (*pw_cb)());
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
globus_i_gsi_credential.h:229:1: note: 
'globus_i_gsi_cred_password_callback_no_prompt' declared here
  229 | globus_i_gsi_cred_password_callback_no_prompt(
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
globus_gsi_credential.c:612:21: error: passing argument 3 of 
'globus_gsi_cred_read_key' from incompatible pointer type 
[-Wincompatible-pointer-types]
  612 |                     globus_i_gsi_cred_password_callback_no_prompt);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                     |
      |                     int (*)(char *, int,  int)
globus_gsi_credential.h:215:43: note: expected 'int (*)(void)' but argument is 
of type 'int (*)(char *, int,  int)'
  215 |     int                                 (*pw_cb)());
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
globus_i_gsi_credential.h:229:1: note: 
'globus_i_gsi_cred_password_callback_no_prompt' declared here
  229 | globus_i_gsi_cred_password_callback_no_prompt(
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
globus_gsi_credential.c: In function 'globus_gsi_cred_read_proxy_bio':
globus_gsi_credential.c:980:53: error: passing argument 4 of 'PEM_do_header' 
from incompatible pointer type [-Wincompatible-pointer-types]
  980 |             if (!PEM_do_header(&cipher, data, &len, (int (*) ()) 
globus_i_gsi_cred_password_callback_no_prompt, NULL))
      |                                                     
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                     |
      |                                                     int (*)(void)
In file included from /usr/include/openssl/ssl.h:37,
                 from globus_gsi_credential.h:35:
/usr/include/openssl/pem.h:376:36: note: expected 'int (*)(char *, int,  int,  
void *)' but argument is of type 'int (*)(void)'
  376 |                   pem_password_cb *callback, void *u);
      |                   ~~~~~~~~~~~~~~~~~^~~~~~~~
globus_gsi_credential.c: In function 'globus_gsi_cred_read_key':
globus_gsi_credential.c:1164:57: error: passing argument 3 of 
'PEM_read_bio_PrivateKey' from incompatible pointer type 
[-Wincompatible-pointer-types]
 1164 |     if(!PEM_read_bio_PrivateKey(key_bio, & handle->key, pw_cb, NULL))
      |                                                         ^~~~~
      |                                                         |
      |                                                         int (*)(void)
/usr/include/openssl/pem.h:478:1: note: expected 'int (*)(char *, int,  int,  
void *)' but argument is of type 'int (*)(void)'
  478 | DECLARE_PEM_rw_cb_ex(PrivateKey, EVP_PKEY)
      | ^~~~~~~~~~~~~~~~~~~~
globus_gsi_cred_handle.c: In function 'globus_gsi_cred_get_policies':
globus_gsi_cred_handle.c:1281:21: warning: 'ASN1_STRING_data' is deprecated: 
Since OpenSSL 1.1.0 [-Wdeprecated-declarations]
 1281 |                     ASN1_STRING_data(policy->policy),
      |                     ^~~~~~~~~~~~~~~~
In file included from /usr/include/openssl/objects.h:21,
                 from /usr/include/openssl/evp.h:44,
                 from /usr/include/openssl/x509.h:29,
                 from /usr/include/globus/globus_gsi_cert_utils.h:99,
                 from /usr/include/globus/globus_gsi_callback.h:28,
                 from globus_gsi_credential.h:29,
                 from globus_i_gsi_credential.h:28,
                 from globus_gsi_cred_handle.c:17:
/usr/include/openssl/asn1.h:683:40: note: declared here
  683 | OSSL_DEPRECATEDIN_1_1_0 unsigned char *ASN1_STRING_data(ASN1_STRING *x);
      |                                        ^~~~~~~~~~~~~~~~
globus_gsi_credential.c: In function 'globus_gsi_cred_read_pkcs12':
globus_gsi_credential.c:1637:23: warning: assignment discards 'const' qualifier 
from pointer target type [-Wdiscarded-qualifiers]
 1637 |                 pkcs8 = PKCS12_SAFEBAG_get0_p8inf(bag);
      |                       ^
make[2]: *** [Makefile:495: 
libglobus_gsi_credential_la-globus_gsi_credential.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory 
'/build/reproducible-path/globus-gsi-credential-8.4/library'
make[1]: *** [Makefile:494: all-recursive] Error 1
make[1]: Leaving directory '/build/reproducible-path/globus-gsi-credential-8.4'
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: globus-gsi-credential
Source-Version: 8.4-3
Done: Mattias Ellert <[email protected]>

We believe that the bug you reported is fixed in the latest version of
globus-gsi-credential, 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 
globus-gsi-credential 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 20:59:20 +0100
Source: globus-gsi-credential
Architecture: source
Version: 8.4-3
Distribution: unstable
Urgency: medium
Maintainer: Mattias Ellert <[email protected]>
Changed-By: Mattias Ellert <[email protected]>
Closes: 1096724
Changes:
 globus-gsi-credential (8.4-3) unstable; urgency=medium
 .
   * Fix incompatible pointer errors (gcc 15) (Closes: #1096724)
Checksums-Sha1:
 36eaca17eeb4b7599a5e16f502b10a1fa9972fa8 2403 globus-gsi-credential_8.4-3.dsc
 3920e97928db7cac00ab5569ac0db97d05ff0793 5208 
globus-gsi-credential_8.4-3.debian.tar.xz
 c583d435f0a813d0e3c5525a9c8582b07e78d0b3 7911 
globus-gsi-credential_8.4-3_amd64.buildinfo
Checksums-Sha256:
 0a3dc76f59c6a46343af0e2d1f3f5af84bebb36373fb2dc5827cffc148be8f4e 2403 
globus-gsi-credential_8.4-3.dsc
 34591c696d0fce0944d53866bef6278c75e0161c06cb22d3325f15e23a34e24f 5208 
globus-gsi-credential_8.4-3.debian.tar.xz
 d95f6f862bdd75ef207be5b2ecbe5e0824a21d2bcb991e81b9f208593d3fc13f 7911 
globus-gsi-credential_8.4-3_amd64.buildinfo
Files:
 7cd964426140e4d34af091311f5de156 2403 net optional 
globus-gsi-credential_8.4-3.dsc
 13fbb2535c5fcd74d57ab72e13532687 5208 net optional 
globus-gsi-credential_8.4-3.debian.tar.xz
 651155025258a2e15218afebd8293171 7911 net optional 
globus-gsi-credential_8.4-3_amd64.buildinfo

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

iQIzBAEBCgAdFiEE6hgwr99NQxrZ4RRS6K7C/zvhqUsFAme43Y8ACgkQ6K7C/zvh
qUsAtg/8DbmebD5Ir5o5sjhoFvrrEsbg2ctIcTa8DvcnUynemCepMfPtp+ScrCc5
1GfWJwIRGxalnxQ3mBzpC5BpGa9Ht6clnIfpbz8saB9umLoEDitNSyJ6ezk22Uzn
Lf3/EvD60jEVHzPWLDWO1olDdPeWvDOrqXgsCW9ACGx33cdGV85EVU+kNtbElEBV
6BMqGh7ZOH+/+5t2g7z6NJzssK/11aotW9ktBtkpxddqWUMxlkn5KiDK4+JBWsd1
MhWiB2pDHsC6T0mfF9d0AFnKp0FiDCN+e+7I21qWzxymqQU4X2ZAbWOMN4c2IuJj
k5DU6B/bc9lf1Jkm2HXY6CogG7ybZPzGC1p0zUTkETOaD0Xm/EOiMsgU83Y+4PYa
8UHPlHFS54+gRoTG3xQskA8DWaf5DRZ0KwohGXxZD/URIRXkLvpuJr0f1PZp0fpJ
tnmAc9SM0yElnrbegj4P6xbbW45/zblxoJvk3XOY61244ZgFwz/HKEossx5Z11i3
ACZPpB578beDN6ZHdrS4TIggCe7hWbFDkwixwjPUgUpzn/4eoVzcT36iED2EEeN/
OxeZ3rMO9vvxt5XGDlqbSbPa4TaIxEOjzIiVczhlAI847Zu6lumLwWiQVMnxWC+8
EKg2+87gljonalAZCxR4eLHj8TJ+TL2WjPhKEqwbTSvyEr7ip6A=
=2HoP
-----END PGP SIGNATURE-----

Attachment: pgpmYnXssDSMQ.pgp
Description: PGP signature


--- End Message ---

Reply via email to