[Pkg-openssl-devel] Bug#1138372: globus-gsi-proxy-ssl: FTBFS with openssl 4.0
Sebastian Andrzej Siewior
sebastian at breakpoint.cc
Sat May 30 17:02:38 BST 2026
Package: globus-gsi-proxy-ssl
Version: 6.6-1
Severity: normal
Tags: sid
control: affects -1 src:openssl
User: pkg-openssl-devel at lists.alioth.debian.org
Usertags: openssl-4.0
OpenSSL 4.0 is in experimental. This package fails to build against it:
| libtool: compile: gcc -DPACKAGE_NAME=\"globus_gsi_proxy_ssl\" -DPACKAGE_TARNAME=\"globus_gsi_proxy_ssl\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"globus_gsi_proxy_ssl 6.6\"" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gsi_proxy_ssl\" -DVERSION=\"6.6\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/globus-gsi-proxy-ssl-6.6=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c proxypolicy.c -fPIC -DPIC -o .libs/proxypolicy.o
| proxypolicy.c: In function 'PROXYPOLICY_get_policy':
| proxypolicy.c:232:35: error: invalid use of incomplete typedef 'ASN1_OCTET_STRING' {aka 'struct asn1_string_st'}
| 232 | (*length) = policy->policy->length;
| | ^~
| proxypolicy.c:233:41: error: invalid use of incomplete typedef 'ASN1_OCTET_STRING' {aka 'struct asn1_string_st'}
| 233 | if(*length > 0 && policy->policy->data)
| | ^~
| proxypolicy.c:236:40: error: invalid use of incomplete typedef 'ASN1_OCTET_STRING' {aka 'struct asn1_string_st'}
| 236 | memcpy(copy, policy->policy->data, *length);
| | ^~
| make[2]: *** [Makefile:468: proxypolicy.lo] Error 1
Full buildlog
https://breakpoint.cc/openssl-rebuild/logs-4/attempted/globus-gsi-proxy-ssl_6.6-1_amd64-2026-04-19T12:25:26Z
Sebastian
More information about the Pkg-openssl-devel
mailing list