-
-
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
setup errors and fixes (local-nicknames, quicklisp/setup, library compression) #23
Comments
Moving from issue #24, i hadn't seen the details of this issue. I tried I checked the source of Link to the relevant code section: https://github.com/Shinmera/deploy/blob/5f802c13d1e6ea07becdc5814a0dee0b82f4b690/deploy.lisp#L19-L32 I detailed this on the relevant section of the README in the PR #26. |
thanks for investigating, I am on debian unstable (12) which is why I guess it worked with just |
I just installed from scratch again, and I had to |
How did you build? (any improvement to documentation is welcome though) |
ah that would be it, I only did |
damn, I'm late, but that could be it. I added a line in build-image.lisp ps: |
it's nice 😄 I've written a couple standalone ciel scripts with it. Like this for catching up on reading the #commonlisp irc channel. The periods library you might want to consider inclusion in CIEL, it has convenient macros like |
Very cool, thanks, I added |
thanks for making this batteries included packaging, now i can have fun playing around with lisp and not waste more time on package management, which is non-trivial if you don't want to use quicklisp over insecure http, I got it setup now but these are the errors I ran in to:
"unrecognized define-package keyword :LOCAL-NICKNAMES"
it seems sbcl (2.2.9.debian) comes with an older version of uiop/asdf that is missing that, here is discussion
I am on debian and did
apt install cl-asdf
and got past that errorcan't load quicklisp/setup
I am using ql-https rather than default quicklisp, I added the startup code of ql-https to
quicklisp/setup.lisp
and then that part worked#<LIBRARY COMPRESSION-LIB> does not have a known shared library file path.
I needed to install
libzstd-dev
now it seems everything is working
The text was updated successfully, but these errors were encountered: