Changes between Initial Version and Version 3 of Ticket #46332


Ignore:
Timestamp:
Dec 27, 2014, 1:24:13 AM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The log says:

:info:build dyld: Library not loaded: /opt/local/lib/libfreetype.6.dylib
:info:build   Referenced from: /opt/local/lib/libfontconfig.1.dylib
:info:build   Reason: Incompatible library version: libfontconfig.1.dylib requires version 18.0.0 or later, but libfreetype.6.dylib provides version 15.0.0

Are your ports up to date? If you run sudo port selfupdate, are any ports (especially freetype) shown as outdated when you run port outdated? If so, please upgrade them by running sudo port upgrade outdated.

If freetype is not shown as outdated, then something outside of MacPorts has replaced your freetype library with an older version. You can forcibly reinstall the correct version of freetype by running sudo port -n upgrade --force freetype, however there's no guarantee that the same outside influence hasn't replaced other libraries, in which case you'd have to repeat these steps for those ports as well. Another option is to completely uninstall all ports, and MacPorts itself, then reinstall MacPorts and the ports you want; that way, you can be sure that all the files that are there are the ones that are supposed to be there.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46332

    • Property Cc ryandesign@… added
    • Property Port @9.10_2 removed
  • Ticket #46332 – Description

    initial v3  
    1 l sudo port install php54-imagick
     1l `sudo port install php54-imagick`
     2{{{
    23--->  Computing dependencies for php54-imagick
    34
     
    2425    http://guide.macports.org/#project.tickets
    2526Error: Processing of port php54-imagick failed
    26 
     27}}}