screenshotbot / screenshotbot-oss

A Screenshot Testing service to tie with your existing Android, iOS and Web screenshot tests
https://screenshotbot.io
Mozilla Public License 2.0
238 stars 13 forks source link

System "ironclad/core" not found #23

Closed liweijian closed 2 years ago

liweijian commented 2 years ago

I just wanna to update the source code and restart the server with:

/opt/software/ccl/lx86cl64 -l launch.lisp -- --object-store /data/

But got the following error:

To load "server":
  Load 1 ASDF system:
    server
; Loading "server"

To load "server/slynk":
  Load 1 ASDF system:
    server/slynk
; Loading "server/slynk"
...
SLYNK's ASDF loader finished.
To load "screenshotbot/all":
  Load 1 ASDF system:
    screenshotbot/all
; Loading "screenshotbot/all"
..
> Error: System "ironclad/core" not found
> While executing: (:INTERNAL QUICKLISP-CLIENT::RECURSE QUICKLISP-CLIENT::COMPUTE-LOAD-STRATEGY), in process listener(1).
tdrhq commented 2 years ago

Can you try this:

rm -rf quicklisp
git checkout quicklisp

And load it again? Let me know if this works. If it doesn't, tell me which git commit you're on, and which commit you're updating from.