Changes between Initial Version and Version 8 of Ticket #38202


Ignore:
Timestamp:
May 9, 2014, 6:48:57 PM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Assuming it has been.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38202

    • Property Cc ryandesign@… added
    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #38202 – Description

    initial v8  
    44Since that, install_name_tool fails when I make a bundle of an app of mine :
    55
    6 install_name_tool: changing install names or rpaths can't be redone for: /Users/otbval/Dashboard/nightly/Monteverdi2-Release/build/_CPack_Packages/Darwin/Bundle/Monteverdi2-0.1.0-Darwin/Monteverdi2-0.1.app/Contents/Resources/MacOS/libtiff.5.dylib (for architecture x86_64) because larger updated load commands do not fit (the program must be relinked, and you may need to use -headerpad or -headerpad_max_install_names)
     6`install_name_tool: changing install names or rpaths can't be redone for: /Users/otbval/Dashboard/nightly/Monteverdi2-Release/build/_CPack_Packages/Darwin/Bundle/Monteverdi2-0.1.0-Darwin/Monteverdi2-0.1.app/Contents/Resources/MacOS/libtiff.5.dylib (for architecture x86_64) because larger updated load commands do not fit (the program must be relinked, and you may need to use -headerpad or -headerpad_max_install_names)`
    77
    88Never seen this message before.
    9 I successfully ran install_name_tool on libtiff coming from macport, since a long time.
     9I successfully ran `install_name_tool` on libtiff coming from macport, since a long time.
    1010So this is a regression to me.
    1111
    12 How about putting this -headerpad_max_install_names link flag in the port?
     12How about putting this `-headerpad_max_install_names` link flag in the port?