Your message dated Mon, 15 Jun 2026 03:05:40 +0000
with message-id <[email protected]>
and subject line Bug#1138437: fixed in globus-gsi-cert-utils 10.11-3
has caused the Debian Bug report #1138437,
regarding globus-gsi-cert-utils: FTBFS with openssl 4.0
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.)


-- 
1138437: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1138437
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: globus-gsi-cert-utils
Version: 10.11-2
Severity: normal
Tags: sid
control: affects -1 src:openssl
User: [email protected]
Usertags: openssl-4.0

OpenSSL 4.0 is in experimental. This package fails to build against it:

| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/globus 
-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/globus-gsi-cert-utils-10.11=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c globus_gsi_cert_utils.c  -fPIC -DPIC 
-o .libs/globus_gsi_cert_utils.o
| globus_gsi_cert_utils.c: In function 'globus_gsi_cert_utils_get_cert_type':
| globus_gsi_cert_utils.c:267:13: warning: assignment discards 'const' 
qualifier from pointer target type [-Wdiscarded-qualifiers]
|   267 |     subject = X509_get_subject_name(cert);
|       |             ^
| globus_gsi_cert_utils.c:269:12: warning: assignment discards 'const' 
qualifier from pointer target type [-Wdiscarded-qualifiers]
|   269 |     if((ne = X509_NAME_get_entry(subject, 
X509_NAME_entry_count(subject)-1))
|       |            ^
| globus_gsi_cert_utils.c:282:14: warning: assignment discards 'const' 
qualifier from pointer target type [-Wdiscarded-qualifiers]
|   282 |         data = X509_NAME_ENTRY_get_data(ne);
|       |              ^
| globus_gsi_cert_utils.c:283:16: error: invalid use of incomplete typedef 
'ASN1_STRING' {aka 'struct asn1_string_st'}
|   283 |         if(data->length == 5 && !memcmp(data->data,"proxy",5))
|       |                ^~
| globus_gsi_cert_utils.c:283:45: error: invalid use of incomplete typedef 
'ASN1_STRING' {aka 'struct asn1_string_st'}
|   283 |         if(data->length == 5 && !memcmp(data->data,"proxy",5))
|       |                                             ^~
| globus_gsi_cert_utils.c:287:21: error: invalid use of incomplete typedef 
'ASN1_STRING' {aka 'struct asn1_string_st'}
|   287 |         else if(data->length == 13 && !memcmp(data->data,"limited 
proxy",13))
|       |                     ^~
| globus_gsi_cert_utils.c:287:51: error: invalid use of incomplete typedef 
'ASN1_STRING' {aka 'struct asn1_string_st'}
|   287 |         else if(data->length == 13 && !memcmp(data->data,"limited 
proxy",13))
|       |                                                   ^~
| globus_gsi_cert_utils.c:294:26: warning: assignment discards 'const' 
qualifier from pointer target type [-Wdiscarded-qualifiers]
|   294 |                 (pci_ext = X509_get_ext(cert,index)) &&
|       |                          ^
| globus_gsi_cert_utils.c:359:26: warning: assignment discards 'const' 
qualifier from pointer target type [-Wdiscarded-qualifiers]
|   359 |                 (pci_ext = X509_get_ext(cert,index)) &&
|       |                          ^
| In file included from globus_gsi_cert_utils.c:26:
| globus_gsi_cert_utils.c:431:44: error: invalid use of incomplete typedef 
'ASN1_STRING' {aka 'struct asn1_string_st'}
|   431 |                     "Subject is %s\n", data->data));
|       |                                            ^~
| globus_i_gsi_cert_utils.h:43:32: note: in definition of macro 
'GLOBUS_I_GSI_CERT_UTILS_DEBUG_FPRINTF'
|    43 |            globus_libc_fprintf _MESSAGE_; \
|       |                                ^~~~~~~~~
| globus_gsi_cert_utils.c:444:60: error: invalid use of incomplete typedef 
'ASN1_STRING' {aka 'struct asn1_string_st'}
|   444 |                                                        data->type,
|       |                                                            ^~
| globus_gsi_cert_utils.c:445:60: error: invalid use of incomplete typedef 
'ASN1_STRING' {aka 'struct asn1_string_st'}
|   445 |                                                        data->data, 
-1)) == NULL)
|       |                                                            ^~
| globus_gsi_cert_utils.c:450:74: error: invalid use of incomplete typedef 
'ASN1_STRING' {aka 'struct asn1_string_st'}
|   450 |                     (_CUSL("Error creating X509 name entry of: %s"), 
data->data));
|       |                                                                       
   ^~
| globus_i_gsi_cert_utils.h:107:41: note: in definition of macro 
'GLOBUS_GSI_CERT_UTILS_OPENSSL_ERROR_RESULT'
|   107 |             globus_common_create_string _ERRSTR_; \
|       |                                         ^~~~~~~~
| globus_gsi_cert_utils.c:462:26: error: invalid use of incomplete typedef 
'ASN1_STRING' {aka 'struct asn1_string_st'}
|   462 |                      data->data));
|       |                          ^~
| globus_i_gsi_cert_utils.h:107:41: note: in definition of macro 
'GLOBUS_GSI_CERT_UTILS_OPENSSL_ERROR_RESULT'
|   107 |             globus_common_create_string _ERRSTR_; \
|       |                                         ^~~~~~~~
| make[3]: *** [Makefile:481: globus_gsi_cert_utils.lo] Error 1

Full buildlog
        
https://breakpoint.cc/openssl-rebuild/logs-4/attempted/globus-gsi-cert-utils_10.11-2_amd64-2026-04-19T10:44:26Z
 
Sebastian

--- End Message ---
--- Begin Message ---
Source: globus-gsi-cert-utils
Source-Version: 10.11-3
Done: Mattias Ellert <[email protected]>

We believe that the bug you reported is fixed in the latest version of
globus-gsi-cert-utils, 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-cert-utils 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: Sun, 14 Jun 2026 17:23:30 +0200
Source: globus-gsi-cert-utils
Architecture: source
Version: 10.11-3
Distribution: unstable
Urgency: medium
Maintainer: Mattias Ellert <[email protected]>
Changed-By: Mattias Ellert <[email protected]>
Closes: 1138437
Changes:
 globus-gsi-cert-utils (10.11-3) unstable; urgency=medium
 .
   * Compile with OpenSSL 4 (Closes: #1138437)
Checksums-Sha1:
 b01ed19be49fefce201782031cec2c0ba00418bc 2480 globus-gsi-cert-utils_10.11-3.dsc
 d2f247c5c207dadefedd3402918c2a9420126c5d 7736 
globus-gsi-cert-utils_10.11-3.debian.tar.xz
 d48dba7a646633f7e0393a522f5b0e2a6556851d 6579 
globus-gsi-cert-utils_10.11-3_source.buildinfo
Checksums-Sha256:
 1176d0a5ca9540ebafb2aa3d8c7d617cb2f03cc41e17ac85a91ca79518e90809 2480 
globus-gsi-cert-utils_10.11-3.dsc
 57e01fc1f853bc0356ca93e5f0cdb69f063fa7c33ab1c4ef967dd9eb7c8e9cfb 7736 
globus-gsi-cert-utils_10.11-3.debian.tar.xz
 7c42ffc79844068c95f0ec955ac4082e7814d64c6809b0ead0bfdb8765dd27b3 6579 
globus-gsi-cert-utils_10.11-3_source.buildinfo
Files:
 b4d10b7a4959c7889d5532d15593bd9c 2480 net optional 
globus-gsi-cert-utils_10.11-3.dsc
 cc2f08c90b5fdb6b4ee3bc610c2a2b72 7736 net optional 
globus-gsi-cert-utils_10.11-3.debian.tar.xz
 a6a19d6a248172898743626087a943e4 6579 net optional 
globus-gsi-cert-utils_10.11-3_source.buildinfo

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

iQJRBAEBCgA7FiEE6hgwr99NQxrZ4RRS6K7C/zvhqUsFAmovVlUdHG1hdHRpYXMu
ZWxsZXJ0QHBoeXNpY3MudXUuc2UACgkQ6K7C/zvhqUvgsw/+P/MYaRVSvkLTc62q
EXuisCrwOGPaDThZasY8kfEGbmOUnG+cI6jfLhGS9A+mgnYoEdD/ScvPcCa7TSjI
oXgEnxKMaciLAya523FhXdiqSPNROujWx/NOpiSCQd18qMm8ML01khpQviwOt6Y7
M+5xF434zBYcvIcTeKkJhFUORyWAEEimtwNjRjPynpXY3z13iUZ+Bjeb3/l7juwE
ZAS4WsbWd6ma64jVom/xgwrxZv7yV6+c030NqHwF6U9Tgx+kxWUYE7kR2a/sffrX
marBn3Hg0jR/GKtUhqQRbG7A3Ug6QJ9aX2yq0zNkuhrM2m5sQqbSKFcX820Axn7C
KpdsDnX4a88T0ijZzcaWUxQDwEQMp61nduosA+gDoW8khYeyS33VW8WowbrSwUEk
uO9gXTFpoWEdg2cE4SynJ2ZvJw5OJwLg//znKV2Jfzn6v43ql4jtoJwTMgmu+yJj
w05uTFwqsDjmtdRSd+yxYM1U6N99NrUtxW+8sgSeLxlWf7Ddr3ym2FhgZhAKnVv+
QwILV5nJI7nnA4e1jar9PTr7+x8dtFnjIKYNMrLGpHp2DrtKlBshhl39e8kwNpTS
SHb3b+gpYZlQHngnqY2picemqrU7pEJy8AwCjddj08wm/CNuO622ZBmYDqsKlDE7
pcPC20FuxIe1/F8dZXl5I1Y+MeY=
=hk94
-----END PGP SIGNATURE-----

Attachment: pgpaoIS8GmGKS.pgp
Description: PGP signature


--- End Message ---

Reply via email to