-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error installing / building ciel on Archlinux #41
Comments
It seems like you have an outdated version of What is your quicklisp dists version? (ql:dist-version "quicklisp")
; => should be "2023-10-21" If it is outdated, you should update it with (ql:update-all-dists)
; or just quicklisp
; (ql:update-dist "quicklisp") If it is not outdated, there is a chance that (ql:where-is-system :nodgui)
; => #P"/home/user/quicklisp/dists/quicklisp/software/nodgui-20231021-git/" If the path differs, try deleting the local copy. Quicklisp might not be able to find all local project "lazily", you can reregister local projects with (ql:register-local-projects) Finally, there is also a chance that compiled # WARNING: Be careful with rm -r, as a small typo might lead to deletion of lots of files.
# use -I to prompt once before deletion of the whole folder.
rm -rI ~/.cache/common-lisp/sbcl-2.3.11-linux-x64
rm -rI ~/.cache/common-lisp/sbcl-2.3.11-linux-x64/path/to/nodgui |
P.S. You can also check the version of (asdf:component-version (asdf:find-system :nodgui))
; => "0.4.8.2" I'm not sure about the exact version requirement, but it should be at least |
Hi, gleefree is spot-on. We added the
(and as an alternative installation method there is the Dockerfile) |
I had this same issue, I was able to solve it by removing ultralisp as a distribution from quicklisp then installing via |
thanks for the report, lisp-mirror/nodgui isn't the official repository and was out of sync after the nodgui move to codeberg, it is now back on tracks. |
git clone https://github.com/ciel-lang/CIEL ~/quicklisp/local-projects/CIEL
( cd ~/quicklisp/local-projects/CIEL/ && make ql-deps )
rlwrap sbcl
(ql-dist:install-dist "http://dist.ultralisp.org/" :prompt nil)
(ql:quickload "ceil")
I have tried to load use ultralisp and made sure asdf is up to date.
sbcl --version
SBCL 2.3.11
uname -a
Linux blackpen-arch-vm 6.6.6-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 11 Dec 2023 11:48:23 +0000 x86_64 GNU/Linux
I have not tried to run just the binary yet.
ERROR OUTPUT
The text was updated successfully, but these errors were encountered: