Opened 10 days ago

Last modified 9 days ago

#70999 closed defect

xmlstarlet @1.6.1_4 Failed to build: incompatible function pointer types — at Version 1

Reported by: briankennison Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.10.1
Keywords: Cc:
Port: xmlstarlet

Description (last modified by jmroot (Joshua Root))

:error:build Failed to build xmlstarlet: command execution failed
:debug:build Error code: CHILDSTATUS 94110 2
:debug:build Backtrace: command execution failed
:debug:build     while executing
:debug:build "system {*}$notty {*}$callback {*}$nice $fullcmdstring
:debug:build     invoked from within
:debug:build "command_exec -callback portprogress::target_progress_callback build"
:debug:build     (procedure "portbuild::build_main" line 10)
:debug:build     invoked from within
:debug:build "$procedure $targetname"

Change History (2)

Changed 10 days ago by briankennison

Attachment: main.log added

main.log

comment:1 Changed 9 days ago by jmroot (Joshua Root)

Description: modified (diff)
Summary: xmlstarlet @1.6.1_4 Failed to build xmlstarlet: command execution failedxmlstarlet @1.6.1_4 Failed to build: incompatible function pointer types
:info:build src/xml.c:300:43: 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]
:info:build   300 |     xmlSetStructuredErrorFunc(&errorInfo, reportError);
:info:build       |                                           ^~~~~~~~~~~
Note: See TracTickets for help on using tickets.