* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘XML’ ...
** this is package ‘XML’ version ‘3.99-0.20’
** package ‘XML’ successfully unpacked and MD5 sums checked
** using staged installation
checking for gcc... clang-21 -std=gnu23
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether clang-21 -std=gnu23 accepts -g... yes
checking for clang-21 -std=gnu23 option to enable C11 features... none needed
checking how to run the C preprocessor... clang-21 -std=gnu23 -E
checking for sed... /usr/bin/sed
checking for pkg-config... /usr/bin/pkg-config
checking for xml2-config... /usr/bin/xml2-config
USE_XML2 = yes
SED_EXTENDED_ARG: -E
Minor 15, Patch 1 for 2.15.1
Located parser file -I/usr/include/libxml2/parser.h
Checking for 1.8:  -I/usr/include/libxml2
Using libxml2.*
checking for gzopen in -lz... yes
checking for xmlParseFile in -lxml2... yes
checking for xmlHashSize in -lxml2... yes
Using built-in xmlHashSize
Checking DTD parsing (presence of externalSubset)...
checking for xmlHashSize in -lxml2... (cached) yes
Found xmlHashSize
checking for xmlOutputBufferCreateBuffer in -lxml2... yes
have xmlOutputBufferCreateBuffer()
checking for xmlDocDumpFormatMemoryEnc in -lxml2... yes
checking for libxml/xmlversion.h... yes
Expat:  FALSE
Checking for return type of xmlHashScan element routine.
No return value for xmlHashScan
xmlNs has a context field
Checking for cetype_t enumeration
Using recent version of R with cetype_t enumeration type for encoding
checking for xmlsec1-config... no
nodegc default 
xml-debug default 
Version has XML_WITH_ZLIB
Version has xmlHasFeature()

****************************************
Configuration information:

Libxml settings

libxml include directory: -I/usr/include/libxml2
libxml library directory: -lxml2 -lz  -lxml2
libxml 2:                 -DLIBXML2=1

Compilation flags:         -DLIBXML -I/usr/include/libxml2 -DUSE_EXTERNAL_SUBSET=1 -DROOT_HAS_DTD_NODE=1 -DNO_CHECKED_ENTITY_FIELD=1 -DDUMP_WITH_ENCODING=1 -DUSE_XML_VERSION_H=1 -DXML_ELEMENT_ETYPE=1 -DXML_ATTRIBUTE_ATYPE=1 -DNO_XML_HASH_SCANNER_RETURN=1 -DLIBXML_NAMESPACE_HAS_CONTEXT=1 -DHAVE_R_CETYPE_T=1 -DHAVE_XML_WITH_ZLIB=1 -DHAVE_XML_HAS_FEATURE=1 -DUSE_R=1 -D_R_=1  -DHAVE_VALIDITY=1 -DXML_REF_COUNT_NODES=1 
Link flags:               -lxml2 -lz  -lxml2

****************************************
configure: creating ./config.status
config.status: creating src/Makevars
config.status: creating R/supports.R
config.status: creating inst/scripts/RSXML.csh
config.status: creating inst/scripts/RSXML.bsh
** libs
using C compiler: ‘Debian clang version 21.1.8 (1+b1)’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpBZBRAe/R.INSTALL21e01d1ed8d7df/XML/src'
clang-21 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DLIBXML -I/usr/include/libxml2 -DUSE_EXTERNAL_SUBSET=1 -DROOT_HAS_DTD_NODE=1 -DNO_CHECKED_ENTITY_FIELD=1 -DDUMP_WITH_ENCODING=1 -DUSE_XML_VERSION_H=1 -DXML_ELEMENT_ETYPE=1 -DXML_ATTRIBUTE_ATYPE=1 -DNO_XML_HASH_SCANNER_RETURN=1 -DLIBXML_NAMESPACE_HAS_CONTEXT=1 -DHAVE_R_CETYPE_T=1 -DHAVE_XML_WITH_ZLIB=1 -DHAVE_XML_HAS_FEATURE=1 -DUSE_R=1 -D_R_=1  -DHAVE_VALIDITY=1 -DXML_REF_COUNT_NODES=1  -I. -DLIBXML2=1  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c DocParse.c -o DocParse.o
DocParse.c:67:25: warning: '__xmlDoValidityCheckingDefaultValue' is deprecated [-Wdeprecated-declarations]
   67 |  INTEGER_DATA(ans)[0] = xmlDoValidityCheckingDefaultValue;
      |                         ^
/usr/include/libxml2/libxml/parser.h:1302:7: note: expanded from macro 'xmlDoValidityCheckingDefaultValue'
 1302 |     (*__xmlDoValidityCheckingDefaultValue())
      |       ^
/usr/include/libxml2/libxml/parser.h:1269:1: note: '__xmlDoValidityCheckingDefaultValue' has been explicitly marked deprecated here
 1269 | XML_DEPRECATED
      | ^
/usr/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED'
   63 |     #define XML_DEPRECATED __attribute__((deprecated))
      |                                           ^
DocParse.c:70:6: warning: '__xmlDoValidityCheckingDefaultValue' is deprecated [-Wdeprecated-declarations]
   70 |      xmlDoValidityCheckingDefaultValue = INTEGER_DATA(val)[0];
      |      ^
/usr/include/libxml2/libxml/parser.h:1302:7: note: expanded from macro 'xmlDoValidityCheckingDefaultValue'
 1302 |     (*__xmlDoValidityCheckingDefaultValue())
      |       ^
/usr/include/libxml2/libxml/parser.h:1269:1: note: '__xmlDoValidityCheckingDefaultValue' has been explicitly marked deprecated here
 1269 | XML_DEPRECATED
      | ^
/usr/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED'
   63 |     #define XML_DEPRECATED __attribute__((deprecated))
      |                                           ^
2 warnings generated.
clang-21 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DLIBXML -I/usr/include/libxml2 -DUSE_EXTERNAL_SUBSET=1 -DROOT_HAS_DTD_NODE=1 -DNO_CHECKED_ENTITY_FIELD=1 -DDUMP_WITH_ENCODING=1 -DUSE_XML_VERSION_H=1 -DXML_ELEMENT_ETYPE=1 -DXML_ATTRIBUTE_ATYPE=1 -DNO_XML_HASH_SCANNER_RETURN=1 -DLIBXML_NAMESPACE_HAS_CONTEXT=1 -DHAVE_R_CETYPE_T=1 -DHAVE_XML_WITH_ZLIB=1 -DHAVE_XML_HAS_FEATURE=1 -DUSE_R=1 -D_R_=1  -DHAVE_VALIDITY=1 -DXML_REF_COUNT_NODES=1  -I. -DLIBXML2=1  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c EventParse.c -o EventParse.o
clang-21 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DLIBXML -I/usr/include/libxml2 -DUSE_EXTERNAL_SUBSET=1 -DROOT_HAS_DTD_NODE=1 -DNO_CHECKED_ENTITY_FIELD=1 -DDUMP_WITH_ENCODING=1 -DUSE_XML_VERSION_H=1 -DXML_ELEMENT_ETYPE=1 -DXML_ATTRIBUTE_ATYPE=1 -DNO_XML_HASH_SCANNER_RETURN=1 -DLIBXML_NAMESPACE_HAS_CONTEXT=1 -DHAVE_R_CETYPE_T=1 -DHAVE_XML_WITH_ZLIB=1 -DHAVE_XML_HAS_FEATURE=1 -DUSE_R=1 -D_R_=1  -DHAVE_VALIDITY=1 -DXML_REF_COUNT_NODES=1  -I. -DLIBXML2=1  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c ExpatParse.c -o ExpatParse.o
clang-21 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DLIBXML -I/usr/include/libxml2 -DUSE_EXTERNAL_SUBSET=1 -DROOT_HAS_DTD_NODE=1 -DNO_CHECKED_ENTITY_FIELD=1 -DDUMP_WITH_ENCODING=1 -DUSE_XML_VERSION_H=1 -DXML_ELEMENT_ETYPE=1 -DXML_ATTRIBUTE_ATYPE=1 -DNO_XML_HASH_SCANNER_RETURN=1 -DLIBXML_NAMESPACE_HAS_CONTEXT=1 -DHAVE_R_CETYPE_T=1 -DHAVE_XML_WITH_ZLIB=1 -DHAVE_XML_HAS_FEATURE=1 -DUSE_R=1 -D_R_=1  -DHAVE_VALIDITY=1 -DXML_REF_COUNT_NODES=1  -I. -DLIBXML2=1  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c HTMLParse.c -o HTMLParse.o
HTMLParse.c:114:17: warning: '__xmlIndentTreeOutput' is deprecated [-Wdeprecated-declarations]
  114 |     oldIndent = xmlIndentTreeOutput;
      |                 ^
/usr/include/libxml2/libxml/parser.h:1356:35: note: expanded from macro 'xmlIndentTreeOutput'
 1356 |     #define xmlIndentTreeOutput (*__xmlIndentTreeOutput())
      |                                   ^
/usr/include/libxml2/libxml/parser.h:1285:1: note: '__xmlIndentTreeOutput' has been explicitly marked deprecated here
 1285 | XML_DEPRECATED
      | ^
/usr/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED'
   63 |     #define XML_DEPRECATED __attribute__((deprecated))
      |                                           ^
HTMLParse.c:118:5: warning: '__xmlIndentTreeOutput' is deprecated [-Wdeprecated-declarations]
  118 |     xmlIndentTreeOutput =  LOGICAL(indent)[0];
      |     ^
/usr/include/libxml2/libxml/parser.h:1356:35: note: expanded from macro 'xmlIndentTreeOutput'
 1356 |     #define xmlIndentTreeOutput (*__xmlIndentTreeOutput())
      |                                   ^
/usr/include/libxml2/libxml/parser.h:1285:1: note: '__xmlIndentTreeOutput' has been explicitly marked deprecated here
 1285 | XML_DEPRECATED
      | ^
/usr/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED'
   63 |     #define XML_DEPRECATED __attribute__((deprecated))
      |                                           ^
HTMLParse.c:141:5: warning: '__xmlIndentTreeOutput' is deprecated [-Wdeprecated-declarations]
  141 |     xmlIndentTreeOutput = oldIndent;
      |     ^
/usr/include/libxml2/libxml/parser.h:1356:35: note: expanded from macro 'xmlIndentTreeOutput'
 1356 |     #define xmlIndentTreeOutput (*__xmlIndentTreeOutput())
      |                                   ^
/usr/include/libxml2/libxml/parser.h:1285:1: note: '__xmlIndentTreeOutput' has been explicitly marked deprecated here
 1285 | XML_DEPRECATED
      | ^
/usr/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED'
   63 |     #define XML_DEPRECATED __attribute__((deprecated))
      |                                           ^
HTMLParse.c:143:14: warning: 'use' is deprecated [-Wdeprecated-declarations]
  143 |     if(xbuf->use > 0) {
      |              ^
/usr/include/libxml2/libxml/tree.h:121:22: note: 'use' has been explicitly marked deprecated here
  121 |     unsigned int use XML_DEPRECATED_MEMBER;
      |                      ^
/usr/include/libxml2/libxml/xmlexports.h:76:50: note: expanded from macro 'XML_DEPRECATED_MEMBER'
   76 |     #define XML_DEPRECATED_MEMBER __attribute__((deprecated))
      |                                                  ^
HTMLParse.c:152:67: warning: 'content' is deprecated [-Wdeprecated-declarations]
  152 |         ans = ScalarString(ENC_COPY_TO_USER_STRING(XMLCHAR_TO_CHAR(xbuf->content)));
      |                                                                          ^
/usr/include/libxml2/libxml/tree.h:115:22: note: 'content' has been explicitly marked deprecated here
  115 |     xmlChar *content XML_DEPRECATED_MEMBER;
      |                      ^
/usr/include/libxml2/libxml/xmlexports.h:76:50: note: expanded from macro 'XML_DEPRECATED_MEMBER'
   76 |     #define XML_DEPRECATED_MEMBER __attribute__((deprecated))
      |                                                  ^
5 warnings generated.
clang-21 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DLIBXML -I/usr/include/libxml2 -DUSE_EXTERNAL_SUBSET=1 -DROOT_HAS_DTD_NODE=1 -DNO_CHECKED_ENTITY_FIELD=1 -DDUMP_WITH_ENCODING=1 -DUSE_XML_VERSION_H=1 -DXML_ELEMENT_ETYPE=1 -DXML_ATTRIBUTE_ATYPE=1 -DNO_XML_HASH_SCANNER_RETURN=1 -DLIBXML_NAMESPACE_HAS_CONTEXT=1 -DHAVE_R_CETYPE_T=1 -DHAVE_XML_WITH_ZLIB=1 -DHAVE_XML_HAS_FEATURE=1 -DUSE_R=1 -D_R_=1  -DHAVE_VALIDITY=1 -DXML_REF_COUNT_NODES=1  -I. -DLIBXML2=1  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c NodeGC.c -o NodeGC.o
clang-21 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DLIBXML -I/usr/include/libxml2 -DUSE_EXTERNAL_SUBSET=1 -DROOT_HAS_DTD_NODE=1 -DNO_CHECKED_ENTITY_FIELD=1 -DDUMP_WITH_ENCODING=1 -DUSE_XML_VERSION_H=1 -DXML_ELEMENT_ETYPE=1 -DXML_ATTRIBUTE_ATYPE=1 -DNO_XML_HASH_SCANNER_RETURN=1 -DLIBXML_NAMESPACE_HAS_CONTEXT=1 -DHAVE_R_CETYPE_T=1 -DHAVE_XML_WITH_ZLIB=1 -DHAVE_XML_HAS_FEATURE=1 -DUSE_R=1 -D_R_=1  -DHAVE_VALIDITY=1 -DXML_REF_COUNT_NODES=1  -I. -DLIBXML2=1  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c RSDTD.c -o RSDTD.o
RSDTD.c:121:9: warning: 'validate' is deprecated [-Wdeprecated-declarations]
  121 |   ctxt->validate = 1;
      |         ^
/usr/include/libxml2/libxml/parser.h:374:18: note: 'validate' has been explicitly marked deprecated here
  374 |     int validate XML_DEPRECATED_MEMBER;
      |                  ^
/usr/include/libxml2/libxml/xmlexports.h:76:50: note: expanded from macro 'XML_DEPRECATED_MEMBER'
   76 |     #define XML_DEPRECATED_MEMBER __attribute__((deprecated))
      |                                                  ^
RSDTD.c:134:7: warning: 'xmlSkipBlankChars' is deprecated [-Wdeprecated-declarations]
  134 |       SKIP_BLANKS;
      |       ^
RSDTD.c:68:21: note: expanded from macro 'SKIP_BLANKS'
   68 | #define SKIP_BLANKS xmlSkipBlankChars(ctxt)
      |                     ^
/usr/include/libxml2/libxml/parserInternals.h:512:1: note: 'xmlSkipBlankChars' has been explicitly marked deprecated here
  512 | XML_DEPRECATED
      | ^
/usr/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED'
   63 |     #define XML_DEPRECATED __attribute__((deprecated))
      |                                           ^
RSDTD.c:135:7: warning: 'xmlParseMarkupDecl' is deprecated [-Wdeprecated-declarations]
  135 |       xmlParseMarkupDecl(ctxt);
      |       ^
/usr/include/libxml2/libxml/parserInternals.h:417:1: note: 'xmlParseMarkupDecl' has been explicitly marked deprecated here
  417 | XML_DEPRECATED
      | ^
/usr/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED'
   63 |     #define XML_DEPRECATED __attribute__((deprecated))
      |                                           ^
RSDTD.c:555:67: warning: 'type' is deprecated [-Wdeprecated-declarations]
  555 |   INTEGER_DATA(VECTOR_ELT(ans, DTD_CONTENT_TYPE_SLOT))[0] = vals->type;
      |                                                                   ^
/usr/include/libxml2/libxml/tree.h:425:36: note: 'type' has been explicitly marked deprecated here
  425 |     xmlElementContentType     type XML_DEPRECATED_MEMBER;
      |                                    ^
/usr/include/libxml2/libxml/xmlexports.h:76:50: note: expanded from macro 'XML_DEPRECATED_MEMBER'
   76 |     #define XML_DEPRECATED_MEMBER __attribute__((deprecated))
      |                                                  ^
RSDTD.c:556:41: warning: 'type' is deprecated [-Wdeprecated-declarations]
  556 |   SET_ENUM_NAME(ContentTypeNames, vals->type, VECTOR_ELT(ans, DTD_CONTENT_TYPE_SLOT));
      |                                         ^
/usr/include/libxml2/libxml/tree.h:425:36: note: 'type' has been explicitly marked deprecated here
  425 |     xmlElementContentType     type XML_DEPRECATED_MEMBER;
      |                                    ^
/usr/include/libxml2/libxml/xmlexports.h:76:50: note: expanded from macro 'XML_DEPRECATED_MEMBER'
   76 |     #define XML_DEPRECATED_MEMBER __attribute__((deprecated))
      |                                                  ^
RSDTD.c:559:72: warning: 'ocur' is deprecated [-Wdeprecated-declarations]
  559 |   INTEGER_DATA(VECTOR_ELT(ans, DTD_CONTENT_OCCURANCE_SLOT))[0] = vals->ocur;
      |                                                                        ^
/usr/include/libxml2/libxml/tree.h:427:36: note: 'ocur' has been explicitly marked deprecated here
  427 |     xmlElementContentOccur    ocur XML_DEPRECATED_MEMBER;
      |                                    ^
/usr/include/libxml2/libxml/xmlexports.h:76:50: note: expanded from macro 'XML_DEPRECATED_MEMBER'
   76 |     #define XML_DEPRECATED_MEMBER __attribute__((deprecated))
      |                                                  ^
RSDTD.c:560:39: warning: 'ocur' is deprecated [-Wdeprecated-declarations]
  560 |   SET_ENUM_NAME(OccuranceNames, vals->ocur, VECTOR_ELT(ans, DTD_CONTENT_OCCURANCE_SLOT));
      |                                       ^
/usr/include/libxml2/libxml/tree.h:427:36: note: 'ocur' has been explicitly marked deprecated here
  427 |     xmlElementContentOccur    ocur XML_DEPRECATED_MEMBER;
      |                                    ^
/usr/include/libxml2/libxml/xmlexports.h:76:50: note: expanded from macro 'XML_DEPRECATED_MEMBER'
   76 |     #define XML_DEPRECATED_MEMBER __attribute__((deprecated))
      |                                                  ^
RSDTD.c:563:12: warning: 'type' is deprecated [-Wdeprecated-declarations]
  563 |   if(vals->type == XML_ELEMENT_CONTENT_SEQ && recursive) {
      |            ^
/usr/include/libxml2/libxml/tree.h:425:36: note: 'type' has been explicitly marked deprecated here
  425 |     xmlElementContentType     type XML_DEPRECATED_MEMBER;
      |                                    ^
/usr/include/libxml2/libxml/xmlexports.h:76:50: note: expanded from macro 'XML_DEPRECATED_MEMBER'
   76 |     #define XML_DEPRECATED_MEMBER __attribute__((deprecated))
      |                                                  ^
RSDTD.c:566:19: warning: 'c1' is deprecated [-Wdeprecated-declarations]
  566 |     num += (vals->c1 != NULL);
      |                   ^
/usr/include/libxml2/libxml/tree.h:431:35: note: 'c1' has been explicitly marked deprecated here
  431 |     struct _xmlElementContent *c1 XML_DEPRECATED_MEMBER;
      |                                   ^
/usr/include/libxml2/libxml/xmlexports.h:76:50: note: expanded from macro 'XML_DEPRECATED_MEMBER'
   76 |     #define XML_DEPRECATED_MEMBER __attribute__((deprecated))
      |                                                  ^
RSDTD.c:568:21: warning: 'c2' is deprecated [-Wdeprecated-declarations]
  568 |       num += (vals->c2 != NULL);
      |                     ^
/usr/include/libxml2/libxml/tree.h:433:35: note: 'c2' has been explicitly marked deprecated here
  433 |     struct _xmlElementContent *c2 XML_DEPRECATED_MEMBER;
      |                                   ^
/usr/include/libxml2/libxml/xmlexports.h:76:50: note: expanded from macro 'XML_DEPRECATED_MEMBER'
   76 |     #define XML_DEPRECATED_MEMBER __attribute__((deprecated))
      |                                                  ^
RSDTD.c:573:16: warning: 'c1' is deprecated [-Wdeprecated-declarations]
  573 |       if(vals->c1) {
      |                ^
/usr/include/libxml2/libxml/tree.h:431:35: note: 'c1' has been explicitly marked deprecated here
  431 |     struct _xmlElementContent *c1 XML_DEPRECATED_MEMBER;
      |                                   ^
/usr/include/libxml2/libxml/xmlexports.h:76:50: note: expanded from macro 'XML_DEPRECATED_MEMBER'
   76 |     #define XML_DEPRECATED_MEMBER __attribute__((deprecated))
      |                                                  ^
RSDTD.c:574:114: warning: 'c1' is deprecated [-Wdeprecated-declarations]
  574 |         SET_VECTOR_ELT(VECTOR_ELT(ans, DTD_CONTENT_ELEMENTS_SLOT), num++, RS_XML(createDTDElementContents)(vals->c1, el, 1));
      |                                                                                                                  ^
/usr/include/libxml2/libxml/tree.h:431:35: note: 'c1' has been explicitly marked deprecated here
  431 |     struct _xmlElementContent *c1 XML_DEPRECATED_MEMBER;
      |                                   ^
/usr/include/libxml2/libxml/xmlexports.h:76:50: note: expanded from macro 'XML_DEPRECATED_MEMBER'
   76 |     #define XML_DEPRECATED_MEMBER __attribute__((deprecated))
      |                                                  ^
RSDTD.c:578:18: warning: 'c2' is deprecated [-Wdeprecated-declarations]
  578 |         if(vals->c2) {
      |                  ^
/usr/include/libxml2/libxml/tree.h:433:35: note: 'c2' has been explicitly marked deprecated here
  433 |     struct _xmlElementContent *c2 XML_DEPRECATED_MEMBER;
      |                                   ^
/usr/include/libxml2/libxml/xmlexports.h:76:50: note: expanded from macro 'XML_DEPRECATED_MEMBER'
   76 |     #define XML_DEPRECATED_MEMBER __attribute__((deprecated))
      |                                                  ^
RSDTD.c:579:115: warning: 'c2' is deprecated [-Wdeprecated-declarations]
  579 |          SET_VECTOR_ELT(VECTOR_ELT(ans, DTD_CONTENT_ELEMENTS_SLOT), num++, RS_XML(createDTDElementContents)(vals->c2, el, 1));
      |                                                                                                                   ^
/usr/include/libxml2/libxml/tree.h:433:35: note: 'c2' has been explicitly marked deprecated here
  433 |     struct _xmlElementContent *c2 XML_DEPRECATED_MEMBER;
      |                                   ^
/usr/include/libxml2/libxml/xmlexports.h:76:50: note: expanded from macro 'XML_DEPRECATED_MEMBER'
   76 |     #define XML_DEPRECATED_MEMBER __attribute__((deprecated))
      |                                                  ^
RSDTD.c:583:15: warning: 'name' is deprecated [-Wdeprecated-declarations]
  583 |      if(vals->name) {
      |               ^
/usr/include/libxml2/libxml/tree.h:429:37: note: 'name' has been explicitly marked deprecated here
  429 |     const xmlChar             *name XML_DEPRECATED_MEMBER;
      |                                     ^
/usr/include/libxml2/libxml/xmlexports.h:76:50: note: expanded from macro 'XML_DEPRECATED_MEMBER'
   76 |     #define XML_DEPRECATED_MEMBER __attribute__((deprecated))
      |                                                  ^
RSDTD.c:585:113: warning: 'name' is deprecated [-Wdeprecated-declarations]
  585 |         SET_STRING_ELT(VECTOR_ELT(ans, DTD_CONTENT_ELEMENTS_SLOT), 0, COPY_TO_USER_STRING(XMLCHAR_TO_CHAR(vals->name)));
      |                                                                                                                 ^
/usr/include/libxml2/libxml/tree.h:429:37: note: 'name' has been explicitly marked deprecated here
  429 |     const xmlChar             *name XML_DEPRECATED_MEMBER;
      |                                     ^
/usr/include/libxml2/libxml/xmlexports.h:76:50: note: expanded from macro 'XML_DEPRECATED_MEMBER'
   76 |     #define XML_DEPRECATED_MEMBER __attribute__((deprecated))
      |                                                  ^
RSDTD.c:589:16: warning: 'type' is deprecated [-Wdeprecated-declarations]
  589 |   switch(vals->type) {
      |                ^
/usr/include/libxml2/libxml/tree.h:425:36: note: 'type' has been explicitly marked deprecated here
  425 |     xmlElementContentType     type XML_DEPRECATED_MEMBER;
      |                                    ^
/usr/include/libxml2/libxml/xmlexports.h:76:50: note: expanded from macro 'XML_DEPRECATED_MEMBER'
   76 |     #define XML_DEPRECATED_MEMBER __attribute__((deprecated))
      |                                                  ^
RSDTD.c:620:36: warning: 'c2' is deprecated [-Wdeprecated-declarations]
  620 |   xmlElementContentPtr ptr = vals->c2;
      |                                    ^
/usr/include/libxml2/libxml/tree.h:433:35: note: 'c2' has been explicitly marked deprecated here
  433 |     struct _xmlElementContent *c2 XML_DEPRECATED_MEMBER;
      |                                   ^
/usr/include/libxml2/libxml/xmlexports.h:76:50: note: expanded from macro 'XML_DEPRECATED_MEMBER'
   76 |     #define XML_DEPRECATED_MEMBER __attribute__((deprecated))
      |                                                  ^
RSDTD.c:629:16: warning: 'type' is deprecated [-Wdeprecated-declarations]
  629 |     ok = (ptr->type == XML_ELEMENT_CONTENT_SEQ); 
      |                ^
/usr/include/libxml2/libxml/tree.h:425:36: note: 'type' has been explicitly marked deprecated here
  425 |     xmlElementContentType     type XML_DEPRECATED_MEMBER;
      |                                    ^
/usr/include/libxml2/libxml/xmlexports.h:76:50: note: expanded from macro 'XML_DEPRECATED_MEMBER'
   76 |     #define XML_DEPRECATED_MEMBER __attribute__((deprecated))
      |                                                  ^
RSDTD.c:630:16: warning: 'c2' is deprecated [-Wdeprecated-declarations]
  630 |     ptr = ptr->c2;
      |                ^
/usr/include/libxml2/libxml/tree.h:433:35: note: 'c2' has been explicitly marked deprecated here
  433 |     struct _xmlElementContent *c2 XML_DEPRECATED_MEMBER;
      |                                   ^
/usr/include/libxml2/libxml/xmlexports.h:76:50: note: expanded from macro 'XML_DEPRECATED_MEMBER'
   76 |     #define XML_DEPRECATED_MEMBER __attribute__((deprecated))
      |                                                  ^
RSDTD.c:636:65: warning: 'c1' is deprecated [-Wdeprecated-declarations]
  636 |   SET_VECTOR_ELT(ans, 0, RS_XML(createDTDElementContents)(vals->c1, el, 1));
      |                                                                 ^
/usr/include/libxml2/libxml/tree.h:431:35: note: 'c1' has been explicitly marked deprecated here
  431 |     struct _xmlElementContent *c1 XML_DEPRECATED_MEMBER;
      |                                   ^
/usr/include/libxml2/libxml/xmlexports.h:76:50: note: expanded from macro 'XML_DEPRECATED_MEMBER'
   76 |     #define XML_DEPRECATED_MEMBER __attribute__((deprecated))
      |                                                  ^
RSDTD.c:638:15: warning: 'c2' is deprecated [-Wdeprecated-declarations]
  638 |   ptr = vals->c2;
      |               ^
/usr/include/libxml2/libxml/tree.h:433:35: note: 'c2' has been explicitly marked deprecated here
  433 |     struct _xmlElementContent *c2 XML_DEPRECATED_MEMBER;
      |                                   ^
/usr/include/libxml2/libxml/xmlexports.h:76:50: note: expanded from macro 'XML_DEPRECATED_MEMBER'
   76 |     #define XML_DEPRECATED_MEMBER __attribute__((deprecated))
      |                                                  ^
RSDTD.c:642:18: warning: 'c1' is deprecated [-Wdeprecated-declarations]
  642 |     deep = (ptr->c1  != NULL && ptr->type == XML_ELEMENT_CONTENT_SEQ );
      |                  ^
/usr/include/libxml2/libxml/tree.h:431:35: note: 'c1' has been explicitly marked deprecated here
  431 |     struct _xmlElementContent *c1 XML_DEPRECATED_MEMBER;
      |                                   ^
/usr/include/libxml2/libxml/xmlexports.h:76:50: note: expanded from macro 'XML_DEPRECATED_MEMBER'
   76 |     #define XML_DEPRECATED_MEMBER __attribute__((deprecated))
      |                                                  ^
RSDTD.c:642:38: warning: 'type' is deprecated [-Wdeprecated-declarations]
  642 |     deep = (ptr->c1  != NULL && ptr->type == XML_ELEMENT_CONTENT_SEQ );
      |                                      ^
/usr/include/libxml2/libxml/tree.h:425:36: note: 'type' has been explicitly marked deprecated here
  425 |     xmlElementContentType     type XML_DEPRECATED_MEMBER;
      |                                    ^
/usr/include/libxml2/libxml/xmlexports.h:76:50: note: expanded from macro 'XML_DEPRECATED_MEMBER'
   76 |     #define XML_DEPRECATED_MEMBER __attribute__((deprecated))
      |                                                  ^
RSDTD.c:643:57: warning: 'c1' is deprecated [-Wdeprecated-declarations]
  643 |     tmp = RS_XML(createDTDElementContents)( deep ? ptr->c1 : ptr, el, deep);
      |                                                         ^
/usr/include/libxml2/libxml/tree.h:431:35: note: 'c1' has been explicitly marked deprecated here
  431 |     struct _xmlElementContent *c1 XML_DEPRECATED_MEMBER;
      |                                   ^
/usr/include/libxml2/libxml/xmlexports.h:76:50: note: expanded from macro 'XML_DEPRECATED_MEMBER'
   76 |     #define XML_DEPRECATED_MEMBER __attribute__((deprecated))
      |                                                  ^
RSDTD.c:645:16: warning: 'type' is deprecated [-Wdeprecated-declarations]
  645 |     ok = (ptr->type == XML_ELEMENT_CONTENT_SEQ); 
      |                ^
/usr/include/libxml2/libxml/tree.h:425:36: note: 'type' has been explicitly marked deprecated here
  425 |     xmlElementContentType     type XML_DEPRECATED_MEMBER;
      |                                    ^
/usr/include/libxml2/libxml/xmlexports.h:76:50: note: expanded from macro 'XML_DEPRECATED_MEMBER'
   76 |     #define XML_DEPRECATED_MEMBER __attribute__((deprecated))
      |                                                  ^
RSDTD.c:646:16: warning: 'c2' is deprecated [-Wdeprecated-declarations]
  646 |     ptr = ptr->c2;
      |                ^
/usr/include/libxml2/libxml/tree.h:433:35: note: 'c2' has been explicitly marked deprecated here
  433 |     struct _xmlElementContent *c2 XML_DEPRECATED_MEMBER;
      |                                   ^
/usr/include/libxml2/libxml/xmlexports.h:76:50: note: expanded from macro 'XML_DEPRECATED_MEMBER'
   76 |     #define XML_DEPRECATED_MEMBER __attribute__((deprecated))
      |                                                  ^
RSDTD.c:745:96: warning: 'tree' is deprecated [-Wdeprecated-declarations]
  745 |    SET_VECTOR_ELT(ans, DTD_ATTRIBUTE_DEFAULT_VALUE_SLOT, RS_XML(AttributeEnumerationList)(val->tree, val, el));
      |                                                                                                ^
/usr/include/libxml2/libxml/tree.h:386:34: note: 'tree' has been explicitly marked deprecated here
  386 |     xmlEnumeration         *tree XML_DEPRECATED_MEMBER;
      |                                  ^
/usr/include/libxml2/libxml/xmlexports.h:76:50: note: expanded from macro 'XML_DEPRECATED_MEMBER'
   76 |     #define XML_DEPRECATED_MEMBER __attribute__((deprecated))
      |                                                  ^
RSDTD.c:777:16: warning: 'next' is deprecated [-Wdeprecated-declarations]
  777 |     tmp = tmp->next;
      |                ^
/usr/include/libxml2/libxml/tree.h:343:37: note: 'next' has been explicitly marked deprecated here
  343 |     struct _xmlEnumeration    *next XML_DEPRECATED_MEMBER;
      |                                     ^
/usr/include/libxml2/libxml/xmlexports.h:76:50: note: expanded from macro 'XML_DEPRECATED_MEMBER'
   76 |     #define XML_DEPRECATED_MEMBER __attribute__((deprecated))
      |                                                  ^
RSDTD.c:786:71: warning: 'name' is deprecated [-Wdeprecated-declarations]
  786 |       SET_STRING_ELT(ans, i, COPY_TO_USER_STRING(XMLCHAR_TO_CHAR(tmp->name)));
      |                                                                       ^
/usr/include/libxml2/libxml/tree.h:345:36: note: 'name' has been explicitly marked deprecated here
  345 |     const xmlChar            *name XML_DEPRECATED_MEMBER;
      |                                    ^
/usr/include/libxml2/libxml/xmlexports.h:76:50: note: expanded from macro 'XML_DEPRECATED_MEMBER'
   76 |     #define XML_DEPRECATED_MEMBER __attribute__((deprecated))
      |                                                  ^
RSDTD.c:787:18: warning: 'next' is deprecated [-Wdeprecated-declarations]
  787 |       tmp = tmp->next;
      |                  ^
/usr/include/libxml2/libxml/tree.h:343:37: note: 'next' has been explicitly marked deprecated here
  343 |     struct _xmlEnumeration    *next XML_DEPRECATED_MEMBER;
      |                                     ^
/usr/include/libxml2/libxml/xmlexports.h:76:50: note: expanded from macro 'XML_DEPRECATED_MEMBER'
   76 |     #define XML_DEPRECATED_MEMBER __attribute__((deprecated))
      |                                                  ^
31 warnings generated.
clang-21 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DLIBXML -I/usr/include/libxml2 -DUSE_EXTERNAL_SUBSET=1 -DROOT_HAS_DTD_NODE=1 -DNO_CHECKED_ENTITY_FIELD=1 -DDUMP_WITH_ENCODING=1 -DUSE_XML_VERSION_H=1 -DXML_ELEMENT_ETYPE=1 -DXML_ATTRIBUTE_ATYPE=1 -DNO_XML_HASH_SCANNER_RETURN=1 -DLIBXML_NAMESPACE_HAS_CONTEXT=1 -DHAVE_R_CETYPE_T=1 -DHAVE_XML_WITH_ZLIB=1 -DHAVE_XML_HAS_FEATURE=1 -DUSE_R=1 -D_R_=1  -DHAVE_VALIDITY=1 -DXML_REF_COUNT_NODES=1  -I. -DLIBXML2=1  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c RUtils.c -o RUtils.o
RUtils.c:142:13: warning: 'xmlSubstituteEntitiesDefault' is deprecated [-Wdeprecated-declarations]
  142 |     value = xmlSubstituteEntitiesDefault(LOGICAL_DATA(replaceEntities)[0]);   
      |             ^
/usr/include/libxml2/libxml/parser.h:1413:1: note: 'xmlSubstituteEntitiesDefault' has been explicitly marked deprecated here
 1413 | XML_DEPRECATED
      | ^
/usr/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED'
   63 |     #define XML_DEPRECATED __attribute__((deprecated))
      |                                           ^
1 warning generated.
clang-21 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DLIBXML -I/usr/include/libxml2 -DUSE_EXTERNAL_SUBSET=1 -DROOT_HAS_DTD_NODE=1 -DNO_CHECKED_ENTITY_FIELD=1 -DDUMP_WITH_ENCODING=1 -DUSE_XML_VERSION_H=1 -DXML_ELEMENT_ETYPE=1 -DXML_ATTRIBUTE_ATYPE=1 -DNO_XML_HASH_SCANNER_RETURN=1 -DLIBXML_NAMESPACE_HAS_CONTEXT=1 -DHAVE_R_CETYPE_T=1 -DHAVE_XML_WITH_ZLIB=1 -DHAVE_XML_HAS_FEATURE=1 -DUSE_R=1 -D_R_=1  -DHAVE_VALIDITY=1 -DXML_REF_COUNT_NODES=1  -I. -DLIBXML2=1  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c Rcatalog.c -o Rcatalog.o
clang-21 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DLIBXML -I/usr/include/libxml2 -DUSE_EXTERNAL_SUBSET=1 -DROOT_HAS_DTD_NODE=1 -DNO_CHECKED_ENTITY_FIELD=1 -DDUMP_WITH_ENCODING=1 -DUSE_XML_VERSION_H=1 -DXML_ELEMENT_ETYPE=1 -DXML_ATTRIBUTE_ATYPE=1 -DNO_XML_HASH_SCANNER_RETURN=1 -DLIBXML_NAMESPACE_HAS_CONTEXT=1 -DHAVE_R_CETYPE_T=1 -DHAVE_XML_WITH_ZLIB=1 -DHAVE_XML_HAS_FEATURE=1 -DUSE_R=1 -D_R_=1  -DHAVE_VALIDITY=1 -DXML_REF_COUNT_NODES=1  -I. -DLIBXML2=1  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c Utils.c -o Utils.o
clang-21 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DLIBXML -I/usr/include/libxml2 -DUSE_EXTERNAL_SUBSET=1 -DROOT_HAS_DTD_NODE=1 -DNO_CHECKED_ENTITY_FIELD=1 -DDUMP_WITH_ENCODING=1 -DUSE_XML_VERSION_H=1 -DXML_ELEMENT_ETYPE=1 -DXML_ATTRIBUTE_ATYPE=1 -DNO_XML_HASH_SCANNER_RETURN=1 -DLIBXML_NAMESPACE_HAS_CONTEXT=1 -DHAVE_R_CETYPE_T=1 -DHAVE_XML_WITH_ZLIB=1 -DHAVE_XML_HAS_FEATURE=1 -DUSE_R=1 -D_R_=1  -DHAVE_VALIDITY=1 -DXML_REF_COUNT_NODES=1  -I. -DLIBXML2=1  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c XMLEventParse.c -o XMLEventParse.o
clang-21 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DLIBXML -I/usr/include/libxml2 -DUSE_EXTERNAL_SUBSET=1 -DROOT_HAS_DTD_NODE=1 -DNO_CHECKED_ENTITY_FIELD=1 -DDUMP_WITH_ENCODING=1 -DUSE_XML_VERSION_H=1 -DXML_ELEMENT_ETYPE=1 -DXML_ATTRIBUTE_ATYPE=1 -DNO_XML_HASH_SCANNER_RETURN=1 -DLIBXML_NAMESPACE_HAS_CONTEXT=1 -DHAVE_R_CETYPE_T=1 -DHAVE_XML_WITH_ZLIB=1 -DHAVE_XML_HAS_FEATURE=1 -DUSE_R=1 -D_R_=1  -DHAVE_VALIDITY=1 -DXML_REF_COUNT_NODES=1  -I. -DLIBXML2=1  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c XMLHashTree.c -o XMLHashTree.o
clang-21 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DLIBXML -I/usr/include/libxml2 -DUSE_EXTERNAL_SUBSET=1 -DROOT_HAS_DTD_NODE=1 -DNO_CHECKED_ENTITY_FIELD=1 -DDUMP_WITH_ENCODING=1 -DUSE_XML_VERSION_H=1 -DXML_ELEMENT_ETYPE=1 -DXML_ATTRIBUTE_ATYPE=1 -DNO_XML_HASH_SCANNER_RETURN=1 -DLIBXML_NAMESPACE_HAS_CONTEXT=1 -DHAVE_R_CETYPE_T=1 -DHAVE_XML_WITH_ZLIB=1 -DHAVE_XML_HAS_FEATURE=1 -DUSE_R=1 -D_R_=1  -DHAVE_VALIDITY=1 -DXML_REF_COUNT_NODES=1  -I. -DLIBXML2=1  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c XMLTree.c -o XMLTree.o
XMLTree.c:1147:21: warning: '__xmlIndentTreeOutput' is deprecated [-Wdeprecated-declarations]
 1147 |     int oldIndent = xmlIndentTreeOutput;
      |                     ^
/usr/include/libxml2/libxml/parser.h:1356:35: note: expanded from macro 'xmlIndentTreeOutput'
 1356 |     #define xmlIndentTreeOutput (*__xmlIndentTreeOutput())
      |                                   ^
/usr/include/libxml2/libxml/parser.h:1285:1: note: '__xmlIndentTreeOutput' has been explicitly marked deprecated here
 1285 | XML_DEPRECATED
      | ^
/usr/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED'
   63 |     #define XML_DEPRECATED __attribute__((deprecated))
      |                                           ^
XMLTree.c:1159:5: warning: '__xmlIndentTreeOutput' is deprecated [-Wdeprecated-declarations]
 1159 |     xmlIndentTreeOutput = LOGICAL_DATA(sindent)[0];
      |     ^
/usr/include/libxml2/libxml/parser.h:1356:35: note: expanded from macro 'xmlIndentTreeOutput'
 1356 |     #define xmlIndentTreeOutput (*__xmlIndentTreeOutput())
      |                                   ^
/usr/include/libxml2/libxml/parser.h:1285:1: note: '__xmlIndentTreeOutput' has been explicitly marked deprecated here
 1285 | XML_DEPRECATED
      | ^
/usr/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED'
   63 |     #define XML_DEPRECATED __attribute__((deprecated))
      |                                           ^
XMLTree.c:1246:5: warning: '__xmlIndentTreeOutput' is deprecated [-Wdeprecated-declarations]
 1246 |     xmlIndentTreeOutput = oldIndent;
      |     ^
/usr/include/libxml2/libxml/parser.h:1356:35: note: expanded from macro 'xmlIndentTreeOutput'
 1356 |     #define xmlIndentTreeOutput (*__xmlIndentTreeOutput())
      |                                   ^
/usr/include/libxml2/libxml/parser.h:1285:1: note: '__xmlIndentTreeOutput' has been explicitly marked deprecated here
 1285 | XML_DEPRECATED
      | ^
/usr/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED'
   63 |     #define XML_DEPRECATED __attribute__((deprecated))
      |                                           ^
XMLTree.c:1421:17: warning: '__xmlIndentTreeOutput' is deprecated [-Wdeprecated-declarations]
 1421 |     oldIndent = xmlIndentTreeOutput;
      |                 ^
/usr/include/libxml2/libxml/parser.h:1356:35: note: expanded from macro 'xmlIndentTreeOutput'
 1356 |     #define xmlIndentTreeOutput (*__xmlIndentTreeOutput())
      |                                   ^
/usr/include/libxml2/libxml/parser.h:1285:1: note: '__xmlIndentTreeOutput' has been explicitly marked deprecated here
 1285 | XML_DEPRECATED
      | ^
/usr/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED'
   63 |     #define XML_DEPRECATED __attribute__((deprecated))
      |                                           ^
XMLTree.c:1425:5: warning: '__xmlIndentTreeOutput' is deprecated [-Wdeprecated-declarations]
 1425 |     xmlIndentTreeOutput =  LOGICAL(indent)[0];
      |     ^
/usr/include/libxml2/libxml/parser.h:1356:35: note: expanded from macro 'xmlIndentTreeOutput'
 1356 |     #define xmlIndentTreeOutput (*__xmlIndentTreeOutput())
      |                                   ^
/usr/include/libxml2/libxml/parser.h:1285:1: note: '__xmlIndentTreeOutput' has been explicitly marked deprecated here
 1285 | XML_DEPRECATED
      | ^
/usr/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED'
   63 |     #define XML_DEPRECATED __attribute__((deprecated))
      |                                           ^
XMLTree.c:1437:5: warning: '__xmlIndentTreeOutput' is deprecated [-Wdeprecated-declarations]
 1437 |     xmlIndentTreeOutput = oldIndent;
      |     ^
/usr/include/libxml2/libxml/parser.h:1356:35: note: expanded from macro 'xmlIndentTreeOutput'
 1356 |     #define xmlIndentTreeOutput (*__xmlIndentTreeOutput())
      |                                   ^
/usr/include/libxml2/libxml/parser.h:1285:1: note: '__xmlIndentTreeOutput' has been explicitly marked deprecated here
 1285 | XML_DEPRECATED
      | ^
/usr/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED'
   63 |     #define XML_DEPRECATED __attribute__((deprecated))
      |                                           ^
XMLTree.c:1439:14: warning: 'use' is deprecated [-Wdeprecated-declarations]
 1439 |     if(xbuf->use > 0) {
      |              ^
/usr/include/libxml2/libxml/tree.h:121:22: note: 'use' has been explicitly marked deprecated here
  121 |     unsigned int use XML_DEPRECATED_MEMBER;
      |                      ^
/usr/include/libxml2/libxml/xmlexports.h:76:50: note: expanded from macro 'XML_DEPRECATED_MEMBER'
   76 |     #define XML_DEPRECATED_MEMBER __attribute__((deprecated))
      |                                                  ^
XMLTree.c:1442:105: warning: 'content' is deprecated [-Wdeprecated-declarations]
 1442 |         ans = ScalarString(CreateCharSexpWithEncoding((const xmlChar *)encoding, (const xmlChar *)xbuf->content));
      |                                                                                                         ^
/usr/include/libxml2/libxml/tree.h:115:22: note: 'content' has been explicitly marked deprecated here
  115 |     xmlChar *content XML_DEPRECATED_MEMBER;
      |                      ^
/usr/include/libxml2/libxml/xmlexports.h:76:50: note: expanded from macro 'XML_DEPRECATED_MEMBER'
   76 |     #define XML_DEPRECATED_MEMBER __attribute__((deprecated))
      |                                                  ^
XMLTree.c:1444:57: warning: 'content' is deprecated [-Wdeprecated-declarations]
 1444 |         ans = ScalarString(mkCharCE((const char *)xbuf->content, INTEGER(r_encoding_int)[0]));
      |                                                         ^
/usr/include/libxml2/libxml/tree.h:115:22: note: 'content' has been explicitly marked deprecated here
  115 |     xmlChar *content XML_DEPRECATED_MEMBER;
      |                      ^
/usr/include/libxml2/libxml/xmlexports.h:76:50: note: expanded from macro 'XML_DEPRECATED_MEMBER'
   76 |     #define XML_DEPRECATED_MEMBER __attribute__((deprecated))
      |                                                  ^
XMLTree.c:1539:18: warning: 'context' is deprecated [-Wdeprecated-declarations]
 1539 |   encoding = ns->context ? ns->context->encoding : NULL;
      |                  ^
/usr/include/libxml2/libxml/tree.h:531:29: note: 'context' has been explicitly marked deprecated here
  531 |     struct _xmlDoc *context XML_DEPRECATED_MEMBER;
      |                             ^
/usr/include/libxml2/libxml/xmlexports.h:76:50: note: expanded from macro 'XML_DEPRECATED_MEMBER'
   76 |     #define XML_DEPRECATED_MEMBER __attribute__((deprecated))
      |                                                  ^
XMLTree.c:1539:32: warning: 'context' is deprecated [-Wdeprecated-declarations]
 1539 |   encoding = ns->context ? ns->context->encoding : NULL;
      |                                ^
/usr/include/libxml2/libxml/tree.h:531:29: note: 'context' has been explicitly marked deprecated here
  531 |     struct _xmlDoc *context XML_DEPRECATED_MEMBER;
      |                             ^
/usr/include/libxml2/libxml/xmlexports.h:76:50: note: expanded from macro 'XML_DEPRECATED_MEMBER'
   76 |     #define XML_DEPRECATED_MEMBER __attribute__((deprecated))
      |                                                  ^
11 warnings generated.
clang-21 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DLIBXML -I/usr/include/libxml2 -DUSE_EXTERNAL_SUBSET=1 -DROOT_HAS_DTD_NODE=1 -DNO_CHECKED_ENTITY_FIELD=1 -DDUMP_WITH_ENCODING=1 -DUSE_XML_VERSION_H=1 -DXML_ELEMENT_ETYPE=1 -DXML_ATTRIBUTE_ATYPE=1 -DNO_XML_HASH_SCANNER_RETURN=1 -DLIBXML_NAMESPACE_HAS_CONTEXT=1 -DHAVE_R_CETYPE_T=1 -DHAVE_XML_WITH_ZLIB=1 -DHAVE_XML_HAS_FEATURE=1 -DUSE_R=1 -D_R_=1  -DHAVE_VALIDITY=1 -DXML_REF_COUNT_NODES=1  -I. -DLIBXML2=1  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c fixNS.c -o fixNS.o
clang-21 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DLIBXML -I/usr/include/libxml2 -DUSE_EXTERNAL_SUBSET=1 -DROOT_HAS_DTD_NODE=1 -DNO_CHECKED_ENTITY_FIELD=1 -DDUMP_WITH_ENCODING=1 -DUSE_XML_VERSION_H=1 -DXML_ELEMENT_ETYPE=1 -DXML_ATTRIBUTE_ATYPE=1 -DNO_XML_HASH_SCANNER_RETURN=1 -DLIBXML_NAMESPACE_HAS_CONTEXT=1 -DHAVE_R_CETYPE_T=1 -DHAVE_XML_WITH_ZLIB=1 -DHAVE_XML_HAS_FEATURE=1 -DUSE_R=1 -D_R_=1  -DHAVE_VALIDITY=1 -DXML_REF_COUNT_NODES=1  -I. -DLIBXML2=1  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c libxmlFeatures.c -o libxmlFeatures.o
clang-21 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DLIBXML -I/usr/include/libxml2 -DUSE_EXTERNAL_SUBSET=1 -DROOT_HAS_DTD_NODE=1 -DNO_CHECKED_ENTITY_FIELD=1 -DDUMP_WITH_ENCODING=1 -DUSE_XML_VERSION_H=1 -DXML_ELEMENT_ETYPE=1 -DXML_ATTRIBUTE_ATYPE=1 -DNO_XML_HASH_SCANNER_RETURN=1 -DLIBXML_NAMESPACE_HAS_CONTEXT=1 -DHAVE_R_CETYPE_T=1 -DHAVE_XML_WITH_ZLIB=1 -DHAVE_XML_HAS_FEATURE=1 -DUSE_R=1 -D_R_=1  -DHAVE_VALIDITY=1 -DXML_REF_COUNT_NODES=1  -I. -DLIBXML2=1  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c schema.c -o schema.o
clang-21 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DLIBXML -I/usr/include/libxml2 -DUSE_EXTERNAL_SUBSET=1 -DROOT_HAS_DTD_NODE=1 -DNO_CHECKED_ENTITY_FIELD=1 -DDUMP_WITH_ENCODING=1 -DUSE_XML_VERSION_H=1 -DXML_ELEMENT_ETYPE=1 -DXML_ATTRIBUTE_ATYPE=1 -DNO_XML_HASH_SCANNER_RETURN=1 -DLIBXML_NAMESPACE_HAS_CONTEXT=1 -DHAVE_R_CETYPE_T=1 -DHAVE_XML_WITH_ZLIB=1 -DHAVE_XML_HAS_FEATURE=1 -DUSE_R=1 -D_R_=1  -DHAVE_VALIDITY=1 -DXML_REF_COUNT_NODES=1  -I. -DLIBXML2=1  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c xmlsecurity.c -o xmlsecurity.o
clang-21 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DLIBXML -I/usr/include/libxml2 -DUSE_EXTERNAL_SUBSET=1 -DROOT_HAS_DTD_NODE=1 -DNO_CHECKED_ENTITY_FIELD=1 -DDUMP_WITH_ENCODING=1 -DUSE_XML_VERSION_H=1 -DXML_ELEMENT_ETYPE=1 -DXML_ATTRIBUTE_ATYPE=1 -DNO_XML_HASH_SCANNER_RETURN=1 -DLIBXML_NAMESPACE_HAS_CONTEXT=1 -DHAVE_R_CETYPE_T=1 -DHAVE_XML_WITH_ZLIB=1 -DHAVE_XML_HAS_FEATURE=1 -DUSE_R=1 -D_R_=1  -DHAVE_VALIDITY=1 -DXML_REF_COUNT_NODES=1  -I. -DLIBXML2=1  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c xpath.c -o xpath.o
xpath.c:255:15: warning: assigning to 'xmlXPathFunction' (aka 'void (*)(struct _xmlXPathParserContext *, int)') from 'void *' converts between void pointer and function pointer [-Wpedantic]
  255 |              routine = R_ExternalPtrAddr(el);
      |                      ^ ~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
clang-21 -std=gnu23 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o XML.so DocParse.o EventParse.o ExpatParse.o HTMLParse.o NodeGC.o RSDTD.o RUtils.o Rcatalog.o Utils.o XMLEventParse.o XMLHashTree.o XMLTree.o fixNS.o libxmlFeatures.o schema.o xmlsecurity.o xpath.o -lxml2 -lz -lxml2 -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpBZBRAe/R.INSTALL21e01d1ed8d7df/XML/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpBZBRAe/R.INSTALL21e01d1ed8d7df/XML/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpBZBRAe/R.INSTALL21e01d1ed8d7df/XML/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-XML/00new/XML/libs
** R
** inst
** byte-compile and prepare package for lazy loading
Creating a generic function for ‘source’ from package ‘base’ in package ‘XML’
in method for ‘xmlAttrsToDataFrame’ with signature ‘"AsIs"’: no definition for class “AsIs”
in method for ‘readKeyValueDB’ with signature ‘"AsIs"’: no definition for class “AsIs”
in method for ‘readSolrDoc’ with signature ‘"AsIs"’: no definition for class “AsIs”
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (XML)