-
Notifications
You must be signed in to change notification settings - Fork 76
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
Install quicklisp on clisp failed #115
Comments
Sorry, I don't know what might cause this. Do you have trouble on other implementations as well? |
This also fails on my CLISP as well, which is the same (and latest) version, 2.49. As I (1) am using another operating system (Ubuntu 16.04) and (2) have successfully installed Quicklisp on SBCL, I think that this is actually a bug. |
A bug in what? Are you able to troubleshoot from the core file? |
Same here. Here's the core dump... ; Fetching #<URL "http://beta.quicklisp.org/client/quicklisp.sexp"> ================================================== $ cat lisp.exe.stackdump |
With recent versions of macOS and CLISP, this should be fixed. I used to get that core dump but no longer do. I'm on macOS Mojave 10.14.6 and installed the latest CLISP (2.49_2) from Homebrew. So, from scratch: $ brew install clisp wget
$ wget https://beta.quicklisp.org/quicklisp.lisp -O ~/quicklisp.lisp
$ clisp
> (load "~/quicklisp.lisp")
> (quicklisp-quickstart:install)
> (ql:add-to-init-file) And that all works like normal. The thrown exception that used to happen may have been related to the following issue (which seems to have been resolved): To install certain libraries from Quicklisp using CLISP, a newer version of ASDF is required (or at least fixes any issues for me). Relates to #114 and #187 $ wget https://common-lisp.net/project/asdf/archives/asdf.lisp -O ~/quicklisp/asdf.lisp
$ clisp -norc -c ~/quicklisp/asdf.lisp
$ rm -rf ~/.cache/common-lisp ~/quicklisp/cache # some people were recommending this step And then I'm able to install more involved libraries, e.g. $ clisp
> (ql:quickload :plump) |
Thank you so much I was finally able to get it to run after encountering so many errors of CLISP not finding the file. |
Although it might be easier for humans to locate open issues, I believe the closed ones still do get indexed by search engines; thus, it would be awesome if @namoamitabha would confirm that the failure has been resolved, and close the issue! |
I'm using clisp. And it is failed to install quicklisp.
OS: centos7
clisp: version 2.49
here is log for your reference:
[1]> (load "quicklisp")
;; Loading file /home/angelo/bin/lisp/quicklisp.lisp ...
==== quicklisp quickstart 2015-01-28 loaded ====
;; Loaded file /home/angelo/bin/lisp/quicklisp.lisp
T
[2]> (quicklisp-quickstart:install)
; Fetching #<URL "http://beta.quicklisp.org/client/quicklisp.sexp">
; 0.82KB
Signal 6 while exiting on a signal; cleanup may be incomplete
Aborted (core dumped)
The text was updated successfully, but these errors were encountered: