Opened 3 years ago

Last modified 3 years ago

#61713 closed defect

gupnp-igd @0.2.5 build fails (undefined symbols) on macOS 11.0.1, Xcode 12.2 (12B45b) — at Version 2

Reported by: hapaguy (Brian Kurt Fujikawa) Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version: 2.6.4
Keywords: bigsur Cc:
Port: gupnp-igd

Description (last modified by mf2k (Frank Schima))

I am running macOS 11.0.1 and using Xcode 12.2 (12B45b).

% sudo port -sv install gnucash

fails on gupnp-igd @0.2.5 with the errors:

:info:build Undefined symbols for architecture x86_64:
:info:build   "_PyArg_ParseTupleAndKeywords", referenced from:
:info:build       __wrap_gupnp_simple_igd_add_port in pygupnp-igd.o
:info:build       __wrap_gupnp_simple_igd_remove_port in pygupnp-igd.o
:info:build   "_PyBool_FromLong", referenced from:
:info:build       __wrap_gupnp_simple_igd_delete_all_mappings in pygupnp-igd.o
...

I noticed that these errors are also present in the ancient (closed) issue:

ticket:37642

Maybe, this a hint on how to resolve this issue.

Change History (3)

Changed 3 years ago by hapaguy (Brian Kurt Fujikawa)

Attachment: gupnp-igd main.log added

main.log

comment:1 Changed 3 years ago by hapaguy (Brian Kurt Fujikawa)

Owner: set to dbevans
Status: newassigned

comment:2 Changed 3 years ago by mf2k (Frank Schima)

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