Source: lsh-utils
Version: 2.1-11
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/lsh-utils.html

...
In file included from dummy.c:31:0:
dummy.c:115:1: error: conflicting types for 'nettle_base64_encode_update'
 base64_encode_update(struct base64_encode_ctx *ctx UNUSED,
 ^
/usr/include/nettle/base64.h:98:1: note: previous declaration of 
'nettle_base64_encode_update' was here
 base64_encode_update(struct base64_encode_ctx *ctx,
 ^
dummy.c:122:1: error: conflicting types for 'nettle_base64_encode_final'
 base64_encode_final(struct base64_encode_ctx *ctx UNUSED,
 ^
/usr/include/nettle/base64.h:106:1: note: previous declaration of 
'nettle_base64_encode_final' was here
 base64_encode_final(struct base64_encode_ctx *ctx,
 ^
dummy.c:131:1: error: conflicting types for 'nettle_base64_decode_update'
 base64_decode_update(struct base64_decode_ctx *ctx UNUSED,
 ^
/usr/include/nettle/base64.h:158:1: note: previous declaration of 
'nettle_base64_decode_update' was here
 base64_decode_update(struct base64_decode_ctx *ctx,
 ^
Makefile:1034: recipe for target 'dummy.o' failed
make[5]: *** [dummy.o] Error 1

Reply via email to