[MacPorts] #70090: gnome-online-accounts rebuild fails after updating gcr from @3.38.1_0 to gcr @3.41.2_0
MacPorts
noreply at macports.org
Mon May 27 18:24:15 UTC 2024
#70090: gnome-online-accounts rebuild fails after updating gcr from @3.38.1_0 to
gcr @3.41.2_0
------------------------------------+----------------------
Reporter: Alex11N | Owner: dbevans
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.9.3
Resolution: | Keywords:
Port: gnome-online-accounts |
------------------------------------+----------------------
Comment (by ryandesign):
Log says:
{{{
goaewsclient.c:252:9: error: call to undeclared function 'xmlReadMemory';
ISO C99 and later do not support implicit function declarations
[-Wimplicit-function-declaration]
doc = xmlReadMemory (msg->response_body->data,
msg->response_body->length, "autodiscover.xml", NULL, 0);
^
}}}
This is an incompatibility with libxml2 ≥ 2.12. This line needs to be
added:
{{{#!c
#include <libxml/parser.h>
}}}
If gnome-online-accounts developers haven't fixed this problem yet they
need to be notified to do so.
--
Ticket URL: <https://trac.macports.org/ticket/70090#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list