Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 955705 - net-news/rsstool-1.0.1_rc2-r1 with dev-libs/libxml2-2.14.2 : error: called object is not a function or function pointer
Summary: net-news/rsstool-1.0.1_rc2-r1 with dev-libs/libxml2-2.14.2 : error: called ob...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: libxml2-2.14
  Show dependency tree
 
Reported: 2025-05-09 23:14 UTC by Alfred Wingate
Modified: 2025-05-10 15:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
net-news/rsstool-1.0.1_rc2-r1 build.log (xz compressed) (rsstool-1.0.1_rc2-r1:20250509-224925.log.xz,1.70 KB, application/x-xz)
2025-05-09 23:15 UTC, Alfred Wingate
Details
emerge --info (emerge--info.txt,5.54 KB, text/plain)
2025-05-09 23:22 UTC, Alfred Wingate
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alfred Wingate 2025-05-09 23:14:16 UTC
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
Comment 1 Alfred Wingate 2025-05-09 23:15:53 UTC
Created attachment 928301 [details]
net-news/rsstool-1.0.1_rc2-r1 build.log (xz compressed)
Comment 2 Alfred Wingate 2025-05-09 23:22:42 UTC
Created attachment 928302 [details]
emerge --info
Comment 3 Alfred Wingate 2025-05-10 15:30:14 UTC
Forgot to mention. Revision bump due to https://github.com/gentoo/gentoo/pull/41919 that I'm using to test libxml-2.14.