[MacPorts] #63378: (10.5.8) wget > Failed to build legacy-support: command execution failed (was: legacy-support: build failure on 10.5.8)
MacPorts
noreply at macports.org
Mon Aug 16 15:58:33 UTC 2021
#63378: (10.5.8) wget > Failed to build legacy-support: command execution failed
----------------------+-----------------------------------------
Reporter: mrkapqa | Owner: kencu
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.7.1
Resolution: | Keywords: wget legacy-support leopard
Port: wget |
----------------------+-----------------------------------------
Changes (by kencu):
* keywords: leopard => wget legacy-support leopard
* cc: cjones051073 (removed)
* port: legacy-support => wget
Old description:
> hello,
>
> on leopard ppc 10.5.8
>
> wget fails to build with error
>
> Failed to build legacy-support: command execution failed
>
>
> thank you
New description:
hello,
on leopard ppc 10.5.8
wget fails to build with error
Failed to build legacy-support: command execution failed
thank you
--
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.
--
Ticket URL: <https://trac.macports.org/ticket/63378#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list