Skip to content
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

Installation instructions #83

Closed
slondr opened this issue May 4, 2024 · 4 comments
Closed

Installation instructions #83

slondr opened this issue May 4, 2024 · 4 comments

Comments

@slondr
Copy link

slondr commented May 4, 2024

Hi, could installation instructions be added to the docs?

I'm not sure how to install. I guessed that maybe I should (ql:quickload :sento), but that gave me some errors:

; caught ERROR:
;   READ error during COMPILE-FILE:
;   
;     Lock on package SB-C violated when interning LAMBDA-PARENT while in package
;     LOG4CL-IMPL.
;   See also:
;     The SBCL Manual, Node "Package Locks"
;   
;     (in form starting at line: 99, column: 0, position: 3779)

debugger invoked on a UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread
#<THREAD tid=8458 "main thread" RUNNING {10048481D3}>:
  COMPILE-FILE-ERROR while
  compiling #<CL-SOURCE-FILE "log4cl" "src" "naming-sbcl">

@mdbergmann
Copy link
Owner

Yeah, it's just installing via quickload.

Can give some more details about your environment? Like which CL implementation and version, Linux, Mac or Windows?

@hxzrx
Copy link
Contributor

hxzrx commented May 5, 2024

You may try to use the github version of log4cl

@mdbergmann
Copy link
Owner

Yeah, there is an issue in log4cl which was fixed, but quicklisp still seems to be on the 2023-10 version.
So you you can git clone log4cl to ~/quicklisp/local-projects to manually override log4cl.

@mdbergmann
Copy link
Owner

Reopen if you think it should be reopened.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants