gregcman/sucle

Error "System "claw-support" not found" when installing sucle from the latest quicklisp and ultralisp

svetlyak40wt opened this issue · 5 comments

Running the latest Sucle from master branch (on OSX):

[art@art-osx:~/projects/lisp/sucle]% CL_SOURCE_REGISTRY=`pwd`// rlwrap ros run
* (ql-dist:all-dists)
(#<QL-DIST:DIST quicklisp 2019-12-27> #<QL-DIST:DIST ultralisp 20200119224507>)
* (ql:quickload :sucle)
To load "sucle":
  Load 1 ASDF system:
    sucle
; Loading "sucle"

debugger invoked on a QUICKLISP-CLIENT:SYSTEM-NOT-FOUND in thread
#<THREAD "main thread" RUNNING {10005084C3}>:
  System "claw-support" not found

Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
  0: [CONTINUE] Try again
  1: [ABORT   ] Give up on "bodge-glfw"
  2:            Give up on "sucle"
  3:            Exit debugger, returning to top level.

Also, I'm unable to load :claw system.

CL-USER> (ql-dist:find-system :claw)
#<QL-DIST:SYSTEM claw / borodust-claw-20191029111349 / ultralisp 20200119224507>

Seems, bodge-glfl is outdated because it is not present in the Ultralisp:

CL-USER> (ql-dist:find-system :bodge-glfw)
#<QL-DIST:SYSTEM bodge-glfw / bodge-glfw-stable-7519a922-git / quicklisp 2019-12-27>

But it was fixed in the commit:
borodust/bodge-glfw@3e93d3b

Added a bodge-glfw: https://ultralisp.org/projects/borodust/bodge-glfw
Will try again when a new ultralisp release will be ready.

Unable to reproduce with newer ultralisp.