Opened 2 weeks ago

Last modified 2 weeks ago

#69756 assigned defect

gobject-introspection @1.80.1: ld: archive member 'bdz.c.o' not a mach-o file

Reported by: conradwt (Conrad Taylor) Owned by: mascguy (Christopher Nielsen)
Priority: Normal Milestone:
Component: ports Version: 2.9.3
Keywords: Cc:
Port: gobject-introspection

Description

The gobject-introspection fails to build:

Error: Failed to build gobject-introspection: command execution failed
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gobject-introspection/gobject-introspection/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.

Please see attached main.log.

Attachments (1)

main.log (162.1 KB) - added by conradwt (Conrad Taylor) 2 weeks ago.
main.log

Download all attachments as: .zip

Change History (3)

Changed 2 weeks ago by conradwt (Conrad Taylor)

Attachment: main.log added

main.log

comment:1 Changed 2 weeks ago by mascguy (Christopher Nielsen)

Cc: mascguy@… removed
Owner: set to mascguy
Status: newassigned
Summary: gobject-introspection port fails to buildgobject-introspection: port fails to build

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

Summary: gobject-introspection: port fails to buildgobject-introspection @1.80.1: ld: archive member 'bdz.c.o' not a mach-o file

A curious error in the log:

ld: archive member 'bdz.c.o' not a mach-o file in '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_gobject-introspection/gobject-introspection/work/build/girepository/cmph/libcmph.a'
clang: error: linker command failed with exit code 1 (use -v to see invocation)

What kind of file is bdz.c.o? Something like this should to tell you:

file $(find $(port work gobject-introspection) -name bdz.c.o)
Note: See TracTickets for help on using tickets.