quicklisp-client icon indicating copy to clipboard operation
quicklisp-client copied to clipboard

Quicklisp does not downloading or installing

Open syroezhkin opened this issue 4 months ago • 1 comments

 ~ sbcl --load quicklisp.lisp

...

* (quicklisp-quickstart:install)
; Fetching #<URL "http://beta.quicklisp.org/client/quicklisp.sexp">
; 0.82KB
==================================================
839 bytes in 0.00 seconds (819.34KB/sec)
; Fetching #<URL "http://beta.quicklisp.org/client/2021-02-13/quicklisp.tar">
; 260.00KB

Then the download speed drops to zero. Are there any problems with the servers or anything else? Are there any alternative ways (servers) to install?

syroezhkin avatar Nov 05 '25 17:11 syroezhkin

Are you able to fetch that URL with CURL or wget or anything else?

Quicklisp uses AWS cloudfront to serve files, so I would expect it to generally be pretty fast. But some parts of the world have intrusive firewalls - either at a national, regional, or organizational level (company or other institution) that interfere with downloads.

On Wed, Nov 5, 2025 at 1:13 PM Vladimir Syroezhkin @.***> wrote:

syroezhkin created an issue (quicklisp/quicklisp-client#242) https://github.com/quicklisp/quicklisp-client/issues/242

~ sbcl --load quicklisp.lisp

...

  • (quicklisp-quickstart:install) ; Fetching #<URL "http://beta.quicklisp.org/client/quicklisp.sexp"> ; 0.82KB ================================================== 839 bytes in 0.00 seconds (819.34KB/sec) ; Fetching #<URL "http://beta.quicklisp.org/client/2021-02-13/quicklisp.tar"> ; 260.00KB

Then the download speed drops to zero. Are there any problems with the servers or anything else? Are there any alternative ways (servers) to install?

— Reply to this email directly, view it on GitHub https://github.com/quicklisp/quicklisp-client/issues/242, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACPNLPJAIE4P335JSUDEO333I4NLAVCNFSM6AAAAACLHX3MC6VHI2DSMVQWIX3LMV43ASLTON2WKOZTGU4TEMRRGMZDCMA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

quicklisp avatar Nov 05 '25 19:11 quicklisp