[Pkg-openssl-devel] Bug#1138350: globus-gssapi-gsi: FTBFS with openssl 4.0

Sebastian Andrzej Siewior sebastian at breakpoint.cc
Sat May 30 16:58:34 BST 2026


Package: globus-gssapi-gsi
Version: 14.20-3
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_gssapi_gsi\" -DPACKAGE_TARNAME=\"globus_gssapi_gsi\" -DPACKAGE_VERSION=\"14.20\" "-DPACKAGE_STRING=\"globus_gssapi_gsi 14.20\"" -DPACKAGE_BUGREPORT=\"https://github.com/gridcf/gct/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"globus_gssapi_gsi\" -DVERSION=\"14.20\" -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.. -I/usr/include/globus -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/globus-gssapi-gsi-14.20=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c compare_name.c  -fPIC -DPIC -o .libs/libglobus_gssapi_gsi_la-compare_name.o
| compare_name.c: In function 'gss_l_compare_x509_to_x509':
| compare_name.c:418:32: error: implicit declaration of function 'ASN1_STRING_data'; did you mean 'ASN1_STRING_set0'? [-Wimplicit-function-declaration]
|   418 |                 ns1 = (char *) ASN1_STRING_data(gn1->d.dNSName);
|       |                                ^~~~~~~~~~~~~~~~
|       |                                ASN1_STRING_set0
| compare_name.c:418:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
|   418 |                 ns1 = (char *) ASN1_STRING_data(gn1->d.dNSName);
|       |                       ^
| compare_name.c:426:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
|   426 |                         ns2 = (char *) ASN1_STRING_data(gn2->d.dNSName);
|       |                               ^
| compare_name.c:475:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
|   475 |                         ns2 = (char *) ASN1_STRING_data(gn2->d.dNSName);
|       |                               ^
| compare_name.c: In function 'gss_l_compare_x509_to_hostbased_service':
| compare_name.c:599:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
|   599 |                 ns1 = (char *) ASN1_STRING_data(gn1->d.dNSName);
|       |                       ^
| compare_name.c: In function 'gss_l_compare_x509_to_host_ip':
| compare_name.c:694:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
|   694 |                 ns1 = (char *) ASN1_STRING_data(gn1->d.dNSName);
|       |                       ^
| compare_name.c:717:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
|   717 |                 ns1 = (char *) ASN1_STRING_data(gn1->d.iPAddress);
|       |                       ^
| make[3]: *** [Makefile:661: libglobus_gssapi_gsi_la-compare_name.lo] Error 1

Full buildlog
 	https://breakpoint.cc/openssl-rebuild/logs-4/attempted/globus-gssapi-gsi_14.20-3_amd64-2026-04-19T08:33:34Z

Sebastian



More information about the Pkg-openssl-devel mailing list