Changes between Initial Version and Version 1 of Ticket #45705


Ignore:
Timestamp:
Oct 31, 2014, 7:32:32 PM (9 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

Again with the Libtool MACOSX_DEPLOYMENT_TARGET bug. Patched in r127660, although the issue still needs to be reported upstream. This problem was fixed in the latest Libtool release, so they shouldn’t have to do anything more than regenerate their configure scripts.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45705

    • Property Owner changed from macports-tickets@… to jmr@…
    • Property Cc larryv@… added; jmr removed
    • Property Milestone changed from MacPorts Future to
  • Ticket #45705 – Description

    initial v1  
     1{{{
    12% otool -hv /opt/local/lib/db48/libdb-4.dylib
    23/opt/local/lib/db48/libdb-4.dylib:
     
    45      magic cputype cpusubtype  caps    filetype ncmds sizeofcmds      flags
    56MH_MAGIC_64  X86_64        ALL  0x00       DYLIB    14       1632 DYLDLINK NO_REEXPORTED_DYLIBS
    6 
     7}}}
    78reveals that db48-4.8.30_3 built on Yosemite is linking its shared libraries with "-flat_namespace" as seen from the missing TWOLEVEL flag expected from "-undefined dynamic_lookup".