Opened 2 years ago
Last modified 2 years ago
#65676 new defect
quartz-wm: Could not open /usr/lib/libgcc_s_ppc64.1.dylib: Error opening or reading file (referenced from /opt/local/lib/libquartz-wm-ds.1.dylib)
Reported by: | barracuda156 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.2 |
Keywords: | powerpc | Cc: | jeremyhu (Jeremy Huddleston Sequoia) |
Port: | quartz-wm |
Description
Could not open /usr/lib/libgcc_s_ppc64.1.dylib: Error opening or reading file (referenced from /opt/local/lib/libquartz-wm-ds.1.dylib) ---> Found 1 broken file, matching files to ports ---> Found 1 broken port, determining rebuild order You can always run 'port rev-upgrade' again to fix errors. The following ports will be rebuilt: quartz-wm @1.3.2
Of course there is no such dylib, and rebuilding does not help.
Change History (3)
comment:1 Changed 2 years ago by barracuda156
comment:2 follow-up: 3 Changed 2 years ago by cooljeanius (Eric Gallager)
__private_extern__
should be replaced with __attribute__((visibility("hidden")))
these days for compilers like GCC 12
comment:3 Changed 2 years ago by barracuda156
Replying to cooljeanius:
__private_extern__
should be replaced with__attribute__((visibility("hidden")))
these days for compilers like GCC 12
Thank you!
Any idea why gcc-4.2
tries to link with a non-existent dylib, that too for ppc64 (on ppc32 Rosetta)?
Note: See
TracTickets for help on using
tickets.
And with
gcc12
it fails fabulously: