misc/rss.c: In function ‘rss_utf8_enc’: misc/rss.c:84:3: warning: ‘input’ is deprecated [-Wdeprecated-declarations[https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gc c/Warning-Options.html#index-Wdeprecated-declarations]] 84 | handler->input (out, &size, in, &temp); | ^~~~~~~ In file included from /usr/include/libxml2/libxml/parser.h:25, from /usr/include/libxml2/libxml/tree.h:17, from misc/xml.h:31, from misc/rss.c:26: /usr/include/libxml2/libxml/encoding.h:173:7: note: declared here 173 | } input XML_DEPRECATED_MEMBER; | ^~~~~ misc/rss.c:84:3: error: called object is not a function or function pointer 84 | handler->input (out, &size, in, &temp); | ^~~~~~~ misc/rss.c: In function ‘rss_write’: misc/rss.c:869:3: warning: ‘content’ is deprecated [-Wdeprecated-declarations[https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations]] 869 | fputs ((const char *) buffer->content, fp); | ^~~~~ In file included from /usr/include/libxml2/libxml/parser.h:16: /usr/include/libxml2/libxml/tree.h:103:14: note: declared here 103 | xmlChar *content XML_DEPRECATED_MEMBER; | ^~~~~~~ make: *** [Makefile:49: misc/rss.o] Error 1
Created attachment 928301 [details] net-news/rsstool-1.0.1_rc2-r1 build.log (xz compressed)
Created attachment 928302 [details] emerge --info
Forgot to mention. Revision bump due to https://github.com/gentoo/gentoo/pull/41919 that I'm using to test libxml-2.14.