Package: src:cpm
Version: 0.32-1.6
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]
full build log at
http://qa-logs.debian.net/2025/05/23/cpm_0.32-1.6_unstable_libxml2.log
[...]
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/cpm-0.32=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection
-DCRACKLIB_DICTPATH='"/var/cache/cracklib/cracklib_dict"' -I/usr/include
-I/usr/include/cdk -DGPGME_HAS_RECIPIENT -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/include -I/usr/include/cdk -DHAVE_CONFIG_H -D_DEFAULT_SOURCE
-D_XOPEN_SOURCE=600 -I/usr/include/libxml2 -std=c99 -Wall -Wformat=2
-DLOCALEDIR='"/usr/share/locale"' -DCDK_VERSION_5 -Wdate-time
-D_FORTIFY_SOURCE=2 -c interface_xml.c
interface_utf8.c: In function ‘convert’:
interface_utf8.c:63:5: warning: ‘output’ is deprecated
[-Wdeprecated-declarations]
63 | if (!encodingHandler || !encodingHandler->output)
| ^~
In file included from interface_utf8.h:32,
from interface_utf8.c:29:
/usr/include/libxml2/libxml/encoding.h:177:7: note: declared here
177 | } output XML_DEPRECATED_MEMBER;
| ^~~~~~
interface_utf8.c:63:29: error: wrong type argument to unary exclamation mark
63 | if (!encodingHandler || !encodingHandler->output)
| ^
interface_utf8.c:84:9: warning: ‘output’ is deprecated
[-Wdeprecated-declarations]
84 | ret = encodingHandler -> output(
| ^~~
/usr/include/libxml2/libxml/encoding.h:177:7: note: declared here
177 | } output XML_DEPRECATED_MEMBER;
| ^~~~~~
interface_utf8.c:84:15: error: called object is not a function or
function pointer
84 | ret = encodingHandler -> output(
| ^~~~~~~~~~~~~~~
interface_utf8.c:90:9: warning: ‘input’ is deprecated
[-Wdeprecated-declarations]
90 | ret = encodingHandler -> input(
| ^~~
/usr/include/libxml2/libxml/encoding.h:173:7: note: declared here
173 | } input XML_DEPRECATED_MEMBER;
| ^~~~~
interface_utf8.c:90:15: error: called object is not a function or
function pointer
90 | ret = encodingHandler -> input(
| ^~~~~~~~~~~~~~~
make[1]: *** [Makefile:40: interface_utf8.o] Error 1