#45715 closed defect (fixed)
gettext-0.19.3_0 links shared libs with -flat_namespace on Yosemite
Reported by: | jhowarth@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.2 |
Keywords: | haspatch | Cc: | larryv (Lawrence Velázquez) |
Port: | gettext |
Description (last modified by larryv (Lawrence Velázquez))
% otool -hv /opt/local/lib/libasprintf.0.dylib /opt/local/lib/libasprintf.0.dylib: Mach header magic cputype cpusubtype caps filetype ncmds sizeofcmds flags MH_MAGIC_64 X86_64 ALL 0x00 DYLIB 15 1360 DYLDLINK BINDS_TO_WEAK NO_REEXPORTED_DYLIBS
reveals that gettext-0.19.3_0 built on Yosemite is linking its shared libraries with "-flat_namespace" as seen from the missing TWOLEVEL flag expected from "-undefined dynamic_lookup".
Attachments (1)
Change History (6)
comment:1 Changed 10 years ago by larryv (Lawrence Velázquez)
Cc: | larryv@… added; ryandesign removed |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Changed 10 years ago by larryv (Lawrence Velázquez)
Attachment: | gettext.patch added |
---|
comment:2 Changed 10 years ago by larryv (Lawrence Velázquez)
Description: | modified (diff) |
---|
The Libtool MACOSX_DEPLOYMENT_TARGET bug strikes again. The attached change corrects the problem.
comment:3 follow-up: 5 Changed 10 years ago by larryv (Lawrence Velázquez)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Oy vey, I accidentally pushed my local commit in r127662. Sorry. I guess I’ll just leave it.
comment:4 Changed 10 years ago by larryv (Lawrence Velázquez)
Upstream bug filed: https://savannah.gnu.org/bugs/index.php?43512
comment:5 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | haspatch added |
---|
Note: See
TracTickets for help on using
tickets.
Again with the Libtool MACOSX_DEPLOYMENT_TARGET bug. I’ll prep a patch shortly.