<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 6 Nov 2017, at 17:23, Vince wrote:</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">Hello lispers !<br>
<br>
I wanted to install the latest ASDF 3.3.0 but got a bunch of errors. I<br>
extracted the tar into quicklisp's local-projects and loaded the<br>
installation script:<br>
<br>
<br>
(load #p"~/quicklisp/local-projects/asdf/tools/install-asdf.lisp")</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">Why did you use this installation script instead of using </p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">(asdf:load-system "asdf")
</code></pre>

<p dir="auto">or<br>
<code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7"><br>
(ql:quickload "asdf")<br>
</code><br>
?</p>

<p dir="auto">That script seems to be for <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">cl-launch</code>, and isn't what you need.</p>

<p dir="auto">Please try one of the above methods instead, and let us know what happens, with a backtrace again if you get an error.</p>

<p dir="auto">I'm afraid I'm swamped right now and can't look into your stack exchange question.  If you are still stuck, LMK later.  I should have some time this weekend.</p>

<p dir="auto">Thanks,<br>
r</p>
</div>
</div>
</body>
</html>