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

Binary repl: Quicklisp cache error #19

Open
vindarel opened this issue Oct 3, 2022 · 1 comment
Open

Binary repl: Quicklisp cache error #19

vindarel opened this issue Oct 3, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@vindarel
Copy link
Contributor

vindarel commented Oct 3, 2022

Quicklisp is built into a CIEL binary.

But using the repl binary built on CI on my local machine with a different SBCL version causes an error:

ciel-user> (ql:quickload "str")
To load "str":
  Load 1 ASDF system:
    str
; Loading "str"
; 
; compilation unit aborted
;   caught 1 fatal ERROR condition
Evaluation error: Couldn't load
                           #P"/home/vince/.cache/common-lisp/sbcl-2.2.4-linux-x64/root/quicklisp/dists/quicklisp/software/
cl-ppcre-20220220-git/packages.fasl":
                           file does not exist.
=> NIL

The directory …/sbcl-2.2.4… does not exist on my machine.

and indeed

asdf:*user-cache* 
=> #P"/home/vince/.cache/common-lisp/sbcl-2.2.4-linux-x64/"

(lisp-implementation-version)
=> "2.2.4"
@vindarel vindarel added the bug Something isn't working label Oct 3, 2022
@vindarel vindarel changed the title Binary repl: can not use Quicklisp Binary repl: Quicklisp cache error Nov 9, 2023
@vindarel
Copy link
Contributor Author

vindarel commented Nov 9, 2023

Same topic but unrelated, these QL variables are the ones of the CI, not of my machine:

ql:*quicklisp-home*

ql:*local-project-directories*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant