[MacPorts] #64705: libidn fails to build

MacPorts noreply at macports.org
Mon Feb 21 19:41:55 UTC 2022


#64705: libidn fails to build
---------------------+----------------------
  Reporter:  metbic  |      Owner:  (none)
      Type:  defect  |     Status:  new
  Priority:  Normal  |  Milestone:
 Component:  ports   |    Version:  2.7.1
Resolution:          |   Keywords:  yosemite
      Port:  libidn  |
---------------------+----------------------

Comment (by ryandesign):

 The config.log shows that the reason is:
 {{{
 dyld: Library not loaded: /opt/local/lib/libffi.7.dylib
   Referenced from: /opt/local/libexec/llvm-7.0/lib/libLLVM.dylib
   Reason: no suitable image found.  Did find:
         /usr/local/lib/libffi.7.dylib: stat() failed with errno=13
 }}}
 So the problem is that libffi was updated to a new version that provides
 libffi.8.dylib (not libffi.7.dylib like it used to), and your llvm-7.0
 port hasn't been updated yet. Update it first.
 {{{
 sudo port upgrade llvm-7.0
 }}}

 If you do have /usr/local/lib/libffi.7.dylib as the error message says,
 that is not recommended; see wiki:FAQ#usrlocal.

-- 
Ticket URL: <https://trac.macports.org/ticket/64705#comment:17>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list