Package: voms
Version: 2.1.3-1
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../../src/autogen -Wdate-time
-D_FORTIFY_SOURCE=2 -I ../../src/include -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/voms-2.1.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c sslutils.c -fPIC -DPIC -o
.libs/libssl_utils_nog_la-sslutils.o
| sslutils.c: In function 'X509_NAME_cmp_no_set':
| sslutils.c:273:12: warning: assignment discards 'const' qualifier from
pointer target type [-Wdiscarded-qualifiers]
| 273 | na = X509_NAME_get_entry(a,i);
| | ^
| sslutils.c:274:12: warning: assignment discards 'const' qualifier from
pointer target type [-Wdiscarded-qualifiers]
| 274 | nb = X509_NAME_get_entry(b,i);
| | ^
| sslutils.c:275:27: warning: initialization discards 'const' qualifier from
pointer target type [-Wdiscarded-qualifiers]
| 275 | ASN1_STRING* sa = X509_NAME_ENTRY_get_data(na);
| | ^~~~~~~~~~~~~~~~~~~~~~~~
| sslutils.c:276:27: warning: initialization discards 'const' qualifier from
pointer target type [-Wdiscarded-qualifiers]
| 276 | ASN1_STRING* sb = X509_NAME_ENTRY_get_data(nb);
| | ^~~~~~~~~~~~~~~~~~~~~~~~
| sslutils.c:298:12: warning: assignment discards 'const' qualifier from
pointer target type [-Wdiscarded-qualifiers]
| 298 | na = X509_NAME_get_entry(a,i);
| | ^
| sslutils.c:299:12: warning: assignment discards 'const' qualifier from
pointer target type [-Wdiscarded-qualifiers]
| 299 | nb = X509_NAME_get_entry(b,i);
| | ^
| sslutils.c: In function 'ERR_set_continue_needed':
| sslutils.c:408:10: error: implicit declaration of function 'ERR_get_state';
did you mean 'SSL_get_state'? [-Wimplicit-function-declaration]
| 408 | es = ERR_get_state();
| | ^~~~~~~~~~~~~
| | SSL_get_state
| sslutils.c:408:8: error: assignment to 'ERR_STATE *' {aka 'struct
err_state_st *'} from 'int' makes pointer from integer without a cast
[-Wint-conversion]
| 408 | es = ERR_get_state();
| | ^
| sslutils.c:409:7: error: invalid use of incomplete typedef 'ERR_STATE' {aka
'struct err_state_st'}
| 409 | es->err_data_flags[es->top] =
| | ^~
| sslutils.c:409:26: error: invalid use of incomplete typedef 'ERR_STATE' {aka
'struct err_state_st'}
| 409 | es->err_data_flags[es->top] =
| | ^~
| sslutils.c:410:11: error: invalid use of incomplete typedef 'ERR_STATE' {aka
'struct err_state_st'}
| 410 | es->err_data_flags[es->top] | ERR_DISPLAY_CONTINUE_NEEDED;
| | ^~
| sslutils.c:410:30: error: invalid use of incomplete typedef 'ERR_STATE' {aka
'struct err_state_st'}
| 410 | es->err_data_flags[es->top] | ERR_DISPLAY_CONTINUE_NEEDED;
| | ^~
Full buildlog
https://breakpoint.cc/openssl-rebuild/logs-4/attempted/voms_2.1.3-1_amd64-2026-04-19T07:30:32Z
Sebastian