<html><head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body><div>On Tue, 2019-09-03 at 09:08 -0500, Robert Goldman wrote:</div><blockquote type="cite">
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 3 Sep 2019, at 6:33, Andreas Davour wrote:</p>

<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<p dir="auto">Others might have some more fruitful input, but I would suggest if using something else than GNU CLISP is an option at all, do it. It's an implementation with significant less support than say ccl or sbcl.</p>
</blockquote>

<p dir="auto">I'm going to second this.  We try to test ASDF on clisp, but it's quite hard, since there's no authoritative release process that I can identify (note the 9 year old banner message on startup of your clisp).  So I don't know what to test on, and <em>I do not have time to build implementations from source solely in order to test them.</em></p>

<p dir="auto">Quicklisp packages an ancient version of ASDF (six years old AFAICT).  You should try at all costs <em>not to load this</em>, but to use a more up-to-date version, either grabbing it from our site or (hopefully) packaged with your CL implementation.  It looks like the version from Quicklisp might be loaded first, and then ASDF is trying to upgrade itself, causing this error.  Have your <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">.clisprc</code> (or whatever it's called) load an up-to-date ASDF <em>first</em>, and this problem should go away, since ASDF will not downgrade itself.</p>

<p dir="auto">I wish Xach would get rid of this old version of ASDF, but there's some reason he won't, which may have to do with bad blood between him and Faré...</p>
</div>
</div>


</blockquote><div><br></div><div><br></div><div>That's given me something to go on.  I'll try a recent ASDF earlier in the path. </div><div><br></div><div>I have SBCL also, and use it.  CLISP should really come to the party, perhaps Xach also. </div><div>We just want to use this stuff. </div><div><br></div><div><br></div><div>Thank you, gentlemen. <br></div><div><br></div><div><br></div></body></html>