Source: cgsi-gsoap Version: 1.3.10-3 Severity: serious Some recent change in unstable makes cgsi-gsoap FTBFS:
https://tests.reproducible-builds.org/debian/history/cgsi-gsoap.html https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/cgsi-gsoap.html ... make[1]: Entering directory '/build/1st/cgsi-gsoap-1.3.10/src' gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I. -DWITH_IPV6 -DWITH_NO_IPV6_V6ONLY -DWITH_DOM -I/usr/include/globus -I/usr/lib/globus/include -I/usr/include/x86_64-linux-gnu/globus -c -o cgsi_plugin.o cgsi_plugin.c In file included from cgsi_plugin.c:36:0: gssapi_openssl.h:129:5: error: unknown type name 'STACK' STACK * group; ^~~~~ cgsi_plugin.c: In function 'trace_str': cgsi_plugin.c:2208:13: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, msg, len); ^~~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'client_cgsi_plugin_import_cred': cgsi_plugin.c:897:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(buffer.value, cert_size, 1, fd); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgsi_plugin.c:909:13: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread((char*)buffer.value + cert_size, key_size, 1, fd); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Makefile:162: recipe for target 'cgsi_plugin.o' failed make[1]: *** [cgsi_plugin.o] Error 1