Changes between Version 1 and Version 2 of Ticket #63378


Ignore:
Timestamp:
Aug 16, 2021, 3:58:33 PM (3 years ago)
Author:
kencu (Ken)
Comment:

here is your issue:

125     :info:build dyld: Library not loaded: /opt/local/lib/libffi.6.dylib
126	:info:build   Referenced from: /opt/local/libexec/llvm-3.3/lib/libLTO.dylib
127	:info:build   Reason: image not found

I assume you have libffi installed. That was updated and the library name changed.

So - to fix this properly you'll need to rebuild llvm-3.3 against the new libffi. Uninstall llvm-3.3 and then reinstall it.

To fix this for the moment you could make a symlink from the new libffi name to the old libffi name. Just do the right fix as soon as you have a moment.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63378

    • Property Keywords wget legacy-support added
    • Property Cc cjones051073 removed
    • Property Port wget added; legacy-support removed
    • Property Summary changed from legacy-support: build failure on 10.5.8 to (10.5.8) wget > Failed to build legacy-support: command execution failed
  • Ticket #63378 – Description

    v1 v2  
    66
    77
     8
    89Failed to build legacy-support: command execution failed
    910