Re: Problem with ECL (embeddable common lisp) 12.2.1 on Lion

2012-07-19 Thread Brandon Allbery
On Wed, Jul 18, 2012 at 11:58 PM, Robert P. Goldman rpgold...@sift.infowrote: That fasl (fast load) file is not the problem. It is recompiled as part of the testing process, so if it still references the stale libffi, then the ECL compiler is still referencing it, despite the port upgrade. So

Re: Problem with ECL (embeddable common lisp) 12.2.1 on Lion

2012-07-19 Thread Robert Goldman
On 7/19/12 Jul 19 -9:46 AM, Brandon Allbery wrote: On Wed, Jul 18, 2012 at 11:58 PM, Robert P. Goldman rpgold...@sift.info mailto:rpgold...@sift.info wrote: That fasl (fast load) file is not the problem. It is recompiled as part of the testing process, so if it still references the

Re: Problem with ECL (embeddable common lisp) 12.2.1 on Lion

2012-07-18 Thread Robert Goldman
On 7/17/12 Jul 17 -12:41 PM, Brandon Allbery wrote: On Tue, Jul 17, 2012 at 1:36 PM, Robert Goldman rpgold...@sift.info mailto:rpgold...@sift.info wrote: dlopen(/Users/rpg/lisp/asdf/tmp/fasls/ecl-12.2.1-unknown-macosx-x86/test/file3.fas, 10): Library not loaded:

Re: Problem with ECL (embeddable common lisp) 12.2.1 on Lion

2012-07-18 Thread Ryan Schmidt
On Jul 18, 2012, at 09:02, Robert Goldman wrote: That'd be a legitimate port bug, yes. File a ticket against ecl; in the meantime if you rebuild it with sudo port -n -f upgrade ecl it should pick up the updated libffi. Actually, FWIW, that upgrade command did not fix ecl. My attempt to

Re: Problem with ECL (embeddable common lisp) 12.2.1 on Lion

2012-07-18 Thread Brandon Allbery
On Wed, Jul 18, 2012 at 8:10 PM, Ryan Schmidt ryandes...@macports.orgwrote: 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 Referenced from:

Re: Problem with ECL (embeddable common lisp) 12.2.1 on Lion

2012-07-18 Thread Robert P. Goldman
That fasl (fast load) file is not the problem. It is recompiled as part of the testing process, so if it still references the stale libffi, then the ECL compiler is still referencing it, despite the port upgrade. So the port upgrade is not sufficient to fix the problem. I don't know enough

Problem with ECL (embeddable common lisp) 12.2.1 on Lion

2012-07-17 Thread Robert Goldman
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:

Re: Problem with ECL (embeddable common lisp) 12.2.1 on Lion

2012-07-17 Thread Brandon Allbery
On Tue, Jul 17, 2012 at 1:36 PM, Robert Goldman rpgold...@sift.info wrote: 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 (...) ecl @12.2.1_0 has no dependencies. That'd be a legitimate port bug,