Source: logrotate
Version: 3.16.0-3
Severity: serious
Tags: ftbfs
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/logrotate.html
...
logrotate.c: In function 'setSecCtx':
logrotate.c:310:5: error: 'security_context_t' is deprecated
[-Werror=deprecated-declarations]
310 | security_context_t srcCtx;
| ^~~~~~~~~~~~~~~~~~
logrotate.c:329:5: error: 'security_context_t' is deprecated
[-Werror=deprecated-declarations]
329 | if (getfscreatecon_raw((security_context_t *)pPrevCtx) < 0) {
| ^~
logrotate.c: In function 'restoreSecCtx':
logrotate.c:373:5: error: 'security_context_t' is deprecated
[-Werror=deprecated-declarations]
373 | const security_context_t prevCtx = (security_context_t) *pPrevCtx;
| ^~~~~
logrotate.c:373:5: error: 'security_context_t' is deprecated
[-Werror=deprecated-declarations]
cc1: all warnings being treated as errors
make[3]: *** [Makefile:519: logrotate.o] Error 1