Package: src:lsdvd
Version: 0.20-1
Tags: ftbfs sid forky
User: debian-xml-sgml-p...@lists.alioth.debian.org
Usertags: libxml2.14
[this bug is NOT targeted to the upcoming trixie release]
http://qa-logs.debian.net/2025/05/23/lsdvd_0.20-1_unstable_libxml2.log
[...]
oxml.c: In function ‘ConvertInput’:
oxml.c:47:17: warning: ‘input’ is deprecated [-Wdeprecated-declarations]
47 | ret = handler->input(out, &out_size, (const
xmlChar *) in, &temp);
| ^~~
In file included from /usr/include/libxml2/libxml/xmlIO.h:16,
from /usr/include/libxml2/libxml/xmlwriter.h:18,
from oxml.c:2:
/usr/include/libxml2/libxml/encoding.h:173:7: note: declared here
173 | } input XML_DEPRECATED_MEMBER;
| ^~~~~
oxml.c:47:23: error: called object is not a function or function pointer
47 | ret = handler->input(out, &out_size, (const
xmlChar *) in, &temp);
| ^~~~~~~
make[1]: *** [Makefile:713: lsdvd-oxml.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/build/reproducible-path/lsdvd-0.20'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:10: binary] Error 25