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

roswell fails trying to download quicklisp via http when using roswell for the first time #569

Open
fislysandi opened this issue Sep 28, 2023 · 2 comments

Comments

@fislysandi
Copy link

fislysandi commented Sep 28, 2023

For better utilizing the limited human resources, please include the following
information when reporting an issue. Issues which do not follow the
format may be immediately closed without review.

question how can i force roswell to use https instead of http?
vmware_UjWjvM86eH
vmware_7njVaShM3y

from my main machine
WindowsTerminal_e2gBcUxSCT

Environment

Fresh Install of Arch linux

# result of evaluating
ros install sbcl

We may assign explanatory tags to bad questions instead of replying to it.
See this famous text on how to ask good questions http://catb.org/~esr/faqs/smart-questions.html

How to reproduce the issue

ros install

Expected behavior

to install quicklisp

Actual result

infinite waiting for installation
@theneosloth
Copy link

Started running into this as well. Which is odd because I had a working roswell installation for weeks, makes me think it might be an upstream quicklisp issue.

I noticed that after about an hour of running ros init it does eventually succeed, but any package installation takes 30 min-1hour

This is on WSL2 Ubuntu using SBCL 2.4.1.nixos

@wojtyniak
Copy link

This is also true for installing scripts and their quicklisp dependencies. I have outgoing traffic to the port :80 blocked on firewall, so the following fails for me. Would it be possible to use something like ql-https by default?

❯ ros install fukamachi/cl-project
Installing from github fukamachi/cl-project
To load "cl-project":
  Load 1 ASDF system:
    cl-project
; Loading "cl-project"
To load "cl-emb":
  Load 2 ASDF systems:
    asdf cl-ppcre
  Install 1 Quicklisp release:
    cl-emb
Downloading http://beta.quicklisp.org/archive/cl-emb/2019-05-21/cl-emb-20190521-git.tgz
[1/3] System 'cl-project' found. Loading the system..Aborted during step [1/3].
Unhandled UIOP/RUN-PROGRAM:SUBPROCESS-ERROR in thread #<SB-THREAD:THREAD tid=259 "main thread" RUNNING
                                                         {7008830663}>:
  Subprocess with command "/opt/homebrew/bin/ros roswell-internal-use download http://beta.quicklisp.org/archive/cl-emb/2019-05-21/cl-emb-20190521-git.tgz /Users/ww/.roswell/lisp/quicklisp/dists/quicklisp/archives/cl-emb-20190521-git.tgz 2"
 exited with error code 2

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