Chris <chris.riesb
...@gmail.com> writes:
> One of my students reported getting
> (quicklisp-quickstart:install)
> Error: #<END-OF-DATA @ #x210bfe2a>
> [condition type: END-OF-DATA]
> after calling (quicklisp-quickstart:install). This appeared after
> about 30 seconds. What are some troubleshooting tips to give him?
That can indicate a transient network problem, or a network
configuration issue.
For a transient problem, retrying later might work.
For a configuration problem, the most common issue is a proxy. Quicklisp
doesn't automatically pick up system proxy settings; you have to
manually specify the proxy with the :proxy argument to install.
Hope this helps,
Zach