Package: src:pacemaker
Version: 3.0.0-2
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/pacemaker_3.0.0-2_unstable_libxml2.log
[...]
xml.c: In function 'pcmk__xml_init':
xml.c:1442:9: error: 'xmlSetBufferAllocationScheme' is deprecated
[-Werror=deprecated-declarations]
1442 | xmlSetBufferAllocationScheme(XML_BUFFER_ALLOC_DOUBLEIT);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/libxml2/libxml/parser.h:16,
from /usr/include/libxml2/libxml/tree.h:17,
from ../../include/crm_internal.h:31,
from xml.c:10:
/usr/include/libxml2/libxml/tree.h:729:17: note: declared here
729 |
xmlSetBufferAllocationScheme(xmlBufferAllocationScheme scheme);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~