Package: src:ltt-control
Version: 2.13.15-2
Tags: ftbfs sid forky
User: [email protected]
Usertags: libxml2.14
[this bug is NOT targeted to the upcoming trixie release]
http://qa-logs.debian.net/2025/05/23/ltt-control_2.13.15-2_unstable_libxml2.log
[...]
session-config.c: In function 'encode_string':
session-config.c:432:9: warning: 'input' is deprecated
[-Wdeprecated-declarations]
432 | ret = handler->input(out_str, &out_len, (const xmlChar
*) in_str, &in_len);
| ^~~
In file included from /usr/include/libxml2/libxml/parser.h:25,
from session-config.c:29:
/usr/include/libxml2/libxml/encoding.h:173:7: note: declared here
173 | } input XML_DEPRECATED_MEMBER;
| ^~~~~
session-config.c:432:15: error: called object is not a function or
function pointer
432 | ret = handler->input(out_str, &out_len, (const xmlChar
*) in_str, &in_len);
| ^~~~~~~
At top level:
cc1: note: unrecognized command-line option
'-Wno-incomplete-setjmp-declaration' may have been intended to silence
earlier diagnostics
make[4]: *** [Makefile:636: libconfig_la-session-config.lo] Error 1