robert-strandh / SICL

A fresh implementation of Common Lisp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Depends on Clordane, which depends on nonexistent "receptacle"

akanouras opened this issue · comments

Hello,

having cloned SICL, Cluster, Clordane (not mentioned in the README), Concrete-Syntax-Tree, Eclector, Trucler into ~/.roswell/local-projects/ , I'm getting this:

$ ros lisp=sbcl run -e '(asdf:load-system "sicl-boot")'

(...)

debugger invoked on a ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread
#<THREAD "main thread" RUNNING {10008B80D3}>:
  Component #:RECEPTACLE not found, required by #<SYSTEM "clordane">

The system receptacle exists in https://github.com/lokedhs/containers which is not on Quicklisp. I had forked Clordane to use safe-queue which is on Quicklisp, but removed it after finding the receptacle repository; maybe I should reproduce those changes since finding receptacle is trickier than finding other libraries SICL (indirectly) depends on. Or just update the README if Clordane isn't mentioned in it either.

I removed the dependency on Clordane.

Thanks for pointing this out.