Skip to content

Instantly share code, notes, and snippets.

@LinArcX
Created January 20, 2022 11:32
Show Gist options
  • Save LinArcX/a096baf46b2a10f31a4de758f400e48d to your computer and use it in GitHub Desktop.
Save LinArcX/a096baf46b2a10f31a4de758f400e48d to your computer and use it in GitHub Desktop.
↳ sbcl --load quicklisp.lisp
This is SBCL 2.2.0.void.2, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.
SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
==== quicklisp quickstart 2015-01-28 loaded ====
To continue with installation, evaluate: (quicklisp-quickstart:install)
For installation options, evaluate: (quicklisp-quickstart:help)
* (quicklisp-quickstart:install :proxy "127.0.0.1:8118")
; 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
==================================================
266,240 bytes in 2.72 seconds (95.51KB/sec)
; Fetching #<URL "http://beta.quicklisp.org/client/2021-02-11/setup.lisp">
; 4.94KB
==================================================
5,057 bytes in 0.00 seconds (0.00KB/sec)
; Fetching #<URL "http://beta.quicklisp.org/asdf/3.2.1/asdf.lisp">
; 628.18KB
==================================================
643,253 bytes in 3.63 seconds (173.06KB/sec)While evaluating the form starting at line 135, column 0
of #P"/home/linarcx/quicklisp/setup.lisp":
debugger invoked on a SB-BSD-SOCKETS:SOCKET-ERROR in thread
#<THREAD "main thread" RUNNING {10014E44A3}>:
Socket error in "connect": 113 (No route to host)
Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [RETRY ] Retry EVAL of current toplevel form.
1: [CONTINUE] Ignore error and continue loading file "/home/linarcx/quicklisp/setup.lisp".
2: [ABORT ] Abort loading file "/home/linarcx/quicklisp/setup.lisp".
3: Exit debugger, returning to top level.
(SB-BSD-SOCKETS:SOCKET-ERROR "connect" 113)
error finding frame source: Bogus form-number: the source file has probably
changed too much to cope with.
source: NIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment