-
-
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
log4cl is outdated in quicklisp and won't compile on newer versions of SBCL #24
Comments
Thank you! I suppose having a newer log4cl has no backward consequences, so this looks good to me. |
I have tested the PR on my debian 11 machine and it compiles without issue: OS: Linux 5.10.0-22-amd64 However, when i was compiling it i ran into a missing library at the final step
I was missing |
Merged, thanks again. I am looking forward to see what you'll do with CIEL. If you end up with useful scripts, keep up the habit and share :)
Ah, I now understand why I didn't see this issue in my builds: the Docker image I use has the required dependencies baked in (https://gitlab.common-lisp.net/cl-docker-images/sbcl). But, I think it is Related to #23
Yes, though straightforward, I can do it later but I'd merge a PR. |
ps: you are more than welcome to add a gitlab CI step to produce a binary for Void. |
Moved discussion to #23.
Will do :)
Great!, i'll see to it later when i have read how gitlab's CI instructions work. |
When i was trying to build it on my system (Void Linux), i got an error during the compilation of log4cl. Here are the specifics:
OS: Linux 6.1.25_1
Lisp: SBCL 2.3.4.void.1
ASDF: 3.3.6
Quicklisp: (#<DIST quicklisp 2023-02-15>) (most recent at the moment)
When running
make build
i get the following output:Thank you very much for all the effort that goes into making CIEL.
The text was updated successfully, but these errors were encountered: