Changes between Initial Version and Version 1 of Ticket #34783


Ignore:
Timestamp:
Jun 6, 2012, 9:54:51 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34783

    • Property Owner changed from macports-tickets@… to emer@…
    • Property Summary changed from gschem, part of geda-gaf can't find libffi.5.dylib to geda-gaf: gschem can't find libffi.5.dylib
    • Property Port geda-gaf added
  • Ticket #34783 – Description

    initial v1  
    11uname gives:
     2{{{
    23Darwin Kernel Version 11.4.0: Mon Apr  9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64 x86_64
     4}}}
    35
    4 I did a port -s install geda-gaf which appeared to run fine. When I issue gschem on the command line I get the following error:
     6I did a {{{port -s install geda-gaf}}} which appeared to run fine. When I issue gschem on the command line I get the following error:
    57
     8{{{
    69dyld: Library not loaded: /opt/local/lib/libffi.5.dylib
    710  Referenced from: /usr/local/bin/gschem
    811  Reason: image not found
    912Trace/BPT trap: 5
     13}}}
    1014
    11 Which is indeed true. I only have /opt/local/lib/libffi6.dylib. Since I did a -s I thought that this would force the source to recompile on my platform such that issues like this would not happen. What am I doing wrong?
     15Which is indeed true. I only have /opt/local/lib/libffi6.dylib. Since I did a -s I thought that this would force the source to recompile on my platform such that issues like this would not happen. What am I doing wrong? [[br]]
    1216Chris