Opened 3 months ago

Last modified 3 months ago

#70311 closed defect

osinfo-db-tools fail to build against current libxml2 — at Version 2

Reported by: sunrunn3r Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.9.3
Keywords: Cc:
Port: osinfo-db-tools

Description (last modified by ryandesign (Ryan Carsten Schmidt))

For context... I'm using macports in a non-standard location and with no-root access. This port used to build but either due to compiler updates or port changes its now broken.

Install fails in many ways with no attempt to force the compiler it gives errors related to Redefining typedefs (matching the comment next to the compiler blacklist). Forcing clang-mp-17 the build fails in a different place...

...
error: incompatible function pointer types passing 'void (void *, xmlErrorPtr)' (aka 'void (void *, struct _xmlError *)') to parameter of type 'xmlStructuredErrorFunc' (aka 'void (*)(void *, const struct _xmlError *)') [-Wincompatible-function-pointer-types]

Change History (2)

comment:1 Changed 3 months ago by jmroot (Joshua Root)

Summary: Install error or osinfo-db-toolsosinfo-db-tools fail to build against current libxml2

comment:2 Changed 3 months ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Note: See TracTickets for help on using tickets.