Comment 3 for bug 1207073

Revision history for this message
Robert P. Goldman (rpgoldman) wrote :

I investigated a little further: that jar file handle does seem to be correct -- there is a file called bundle-1--system.abcl, and it is a jar file, according to "jar tf"

Loadable FASL not found for '#P"/Users/rpg/lisp/asdf/build/fasls/abcl-1.2.1-fasl42-macosx-x64/asdf/test/test-asdf/bundle-1--system.abcl"' in '#P"jar:file:/Users/rpg/lisp/asdf/build/fasls/abcl-1.2.1-fasl42-macosx-x64/asdf/test/test-asdf/bundle-1--system.abcl!/bundle-1--system._"'.

I have not been able to tell from ABCL's backtrace what file it is trying to open. If anything, the error message suggests that it's trying to look for the jar file inside its own contents.

here are the contents of that jar file:

 $ jar tf bundle-1--system.abcl
file3/
file3/__loader__._
file1/
file1/__loader__._

AFAICT this happens trying to do the load-fasl-op on bundle2, which depends on bundle1.