Opened 7 months ago
Last modified 7 months 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)
Change History (3)
Changed 7 months ago by conradwt (Conrad Taylor)
comment:1 Changed 7 months ago by mascguy (Christopher Nielsen)
Cc: | mascguy@… removed |
---|---|
Owner: | set to mascguy |
Status: | new → assigned |
Summary: | gobject-introspection port fails to build → gobject-introspection: port fails to build |
comment:2 Changed 7 months ago by ryandesign (Ryan Carsten Schmidt)
Summary: | gobject-introspection: port fails to build → gobject-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.
main.log