Skip to content

Conversation

@vibs29
Copy link

@vibs29 vibs29 commented Apr 3, 2017

ABCL produces a warning when loading this system:

; Caught SIMPLE-WARNING: ; compiling #<CL-STORE.SYSTEM:NON-REQUIRED-FILE "cl-store" "custom"> completed without its input file #P"/Volumes/vibhu/Downloads/cl-store-master/abcl/custom.lisp" or its output file #P"/Volumes/vibhu/.cache/common-lisp/abcl-1.4.0-fasl42-macosx-x64/Volumes/vibhu/Downloads/cl-store-master/abcl/custom.abcl"

and also an error if you do:

(asdf:operate 'asdf:monolithic-compile-bundle-op "cl-store")

#<THREAD "interpreter" {38CDE13}>: Debugger invoked on condition of type FILE-ERROR
No file found: org.armedbear.lisp.Pathname@8a53e04

So something about the non-required-file machinery in cl-store.asd is not working for abcl. Perhaps we need to define another method on the class, non-required-file. I can't tell.

This commit works around the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant