Problem with ECL (embeddable common lisp) 12.2.1 on Lion

Robert Goldman rpgoldman at sift.info
Tue Jul 17 10:36:07 PDT 2012


When I try to run some test code on this system, I get this error:

LOAD: Could not load file
#P"/Users/rpg/lisp/asdf/tmp/fasls/ecl-12.2.1-unknown-macosx-x86/test/file3.fas"
(Error:
"dlopen(/Users/rpg/lisp/asdf/tmp/fasls/ecl-12.2.1-unknown-macosx-x86/test/file3.fas,
10): Library not loaded: /opt/local/lib/libffi.5.dylib

This makes sense, because I have libffi.6.dylib, not .5.

Should this be reflected in the dependencies of ecl?  Because if I do

port deps ecl

I get

ecl @12.2.1_0 has no dependencies.

I'm not confident enough in my understanding of ports to determine
whether this is a bona fide bug, or if it is simply a misconfiguration
on my part.

Thanks!


More information about the macports-users mailing list