Opened 10 years ago

Last modified 8 years ago

#45712 closed defect

xorg-libXt-1.1.4_0 links shared libs with -flat_namespace on Yosemite — at Version 1

Reported by: jhowarth@… Owned by: jeremyhu@…
Priority: Normal Milestone:
Component: ports Version: 2.3.2
Keywords: Cc: larryv@…
Port: xorg-libXt

Description (last modified by larryv (Lawrence Velázquez))

% otool -hv /opt/local/lib/libXt.6.dylib
/opt/local/lib/libXt.6.dylib:
Mach header
      magic cputype cpusubtype  caps    filetype ncmds sizeofcmds      flags
MH_MAGIC_64  X86_64        ALL  0x00       DYLIB    17       1872 DYLDLINK NO_REEXPORTED_DYLIBS

reveals that xorg-libXt-1.1.4_0 built on Yosemite is linking its shared libraries with "-flat_namespace" as seen from the missing TWOLEVEL flag expected from "-undefined dynamic_lookup".

Change History (1)

comment:1 Changed 10 years ago by larryv (Lawrence Velázquez)

Cc: larryv@… added; jeremyhu removed
Description: modified (diff)
Owner: changed from macports-tickets@… to jeremyhu@…

Again with the Libtool MACOSX_DEPLOYMENT_TARGET bug. I’ll prepare a patch in a bit.

Note: See TracTickets for help on using tickets.