Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 955817 - x11-misc/xcave-2.5.1-r1 with dev-libs/libxml2-2.14.2 - xcave_xmlwriter.c:629:11: error: called object is not a function or function pointer
Summary: x11-misc/xcave-2.5.1-r1 with dev-libs/libxml2-2.14.2 - xcave_xmlwriter.c:629:...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: libxml2-2.14
  Show dependency tree
 
Reported: 2025-05-11 03:49 UTC by Alfred Wingate
Modified: 2025-05-11 03:50 UTC (History)
0 users

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


Attachments
x11-misc/xcave-2.5.1-r1 build.log (xz compressed) (xcave-2.5.1-r1:20250511-033918.log.xz,6.43 KB, application/x-xz)
2025-05-11 03:49 UTC, Alfred Wingate
Details
emerge --info (emerge--info.txt,5.54 KB, text/plain)
2025-05-11 03:50 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-11 03:49:55 UTC
Created attachment 928430 [details]
x11-misc/xcave-2.5.1-r1 build.log (xz compressed)

Revision bump due to https://github.com/gentoo/gentoo/pull/41919 that I'm using to test libxml-2.14.

xcave_xmlwriter.c: In function ‘xcave_utf8ToIsolat1’:
xcave_xmlwriter.c:629:5: warning: ‘input’ is deprecated [-Wdeprecated-declarations[https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdeprecated-declarations]]
  629 |     ret = handler->input(out, &out_size, (guchar *)in, &temp);
      |     ^~~
In file included from /usr/include/libxml2/libxml/parser.h:25,
                 from callbacks.h:39:
/usr/include/libxml2/libxml/encoding.h:173:7: note: declared here
  173 |     } input XML_DEPRECATED_MEMBER;
      |       ^~~~~
xcave_xmlwriter.c:629:11: error: called object is not a function or function pointer
  629 |     ret = handler->input(out, &out_size, (guchar *)in, &temp);
      |           ^~~~~~~
Comment 1 Alfred Wingate 2025-05-11 03:50:05 UTC
Created attachment 928431 [details]
emerge --info