Changes between Initial Version and Version 1 of Ticket #37045


Ignore:
Timestamp:
Nov 19, 2012, 12:04:48 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The relevant error (which is not a crash by the way):

:info:destroot dyld: Library not loaded: /opt/local/lib/libffi.5.dylib
:info:destroot   Referenced from: /opt/local/lib/libpangocairo-1.0.0.dylib
:info:destroot   Reason: image not found

So this says that libpangocairo (which is provided by the pango port) is trying to access version 5 of the libffi library (which is provided by the libffi port) but it wasn't there. This is because libffi was updated (in r93823) to a newer version which now provides libffi version 6. So pango now needs to be rebuilt. Therefore we increased pango's revision (in r93829).

So this error should not happen if your ports are up to date. Please run "sudo port selfupdate" and "sudo port upgrade outdated".

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37045

    • Property Cc ryandesign@… added
    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
    • Property Summary changed from Crash installing gtk to gtk2: dyld: Library not loaded: /opt/local/lib/libffi.5.dylib Referenced from: /opt/local/lib/libpangocairo-1.0.0.dylib
  • Ticket #37045 – Description

    initial v1  
     1{{{
    12:info:destroot make[4]: Nothing to be done for `install-exec-am'.
    23:info:destroot make[4]: Nothing to be done for `install-data-am'.
     
    6768:notice:destroot Please see the log file for port gtk2 for details:
    6869    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_gtk2/gtk2/main.log
     70}}}