I am trying to install quicklisp into my Lisp REPL but am getting errors. I am running Ubuntu 21.10 and have tried installing quicklisp in both GNU clisp 2.49.92 and sbcl 2.1.1-debian. I have tried with both the latest download of quicklisp from lispcookbook.github.io and using the cl-quicklisp package in the Ubuntu repos. The errors I get are
GNU CLISP 2.49.92
=================
[1]> (load "quicklisp")
;; Loading file /home/david/quicklisp.lisp ...
==== quicklisp quickstart 2015-01-28 loaded ====
To continue with installation, evaluate: (quicklisp-quickstart:install)
For installation options, evaluate: (quicklisp-quickstart:help)
;; Loaded file /home/david/quicklisp.lisp
#P"/home/david/quicklisp.lisp"
[2]> (quicklisp-quickstart:install)
*** - OS-ERROR(EINVAL): Invalid argument
The following restarts are available:
ABORT :R1 Abort main loop
Break 1 [3]>
SBCL 2.1.1-debian
=================
* (load "quicklisp.lisp")
==== quicklisp quickstart 2015-01-28 loaded ====
To continue with installation, evaluate: (quicklisp-quickstart:install)
For installation options, evaluate: (quicklisp-quickstart:help)
T
* (quicklisp-quickstart:install)
debugger invoked on a SB-BSD-SOCKETS:TRY-AGAIN-ERROR in thread
#<THREAD "main thread" RUNNING {1004C00173}>:
Name service error in "getaddrinfo": -3 (Temporary failure in name resolution)
Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [ABORT] Exit debugger, returning to top level.
(SB-BSD-SOCKETS:NAME-SERVICE-ERROR "getaddrinfo" -3)
error finding frame source: Bogus form-number: the source file has probably
changed too much to cope with.
source: NIL
0]
Searching for these errors has proved fruitless.