<div dir="ltr"><div class="gmail_default" style="font-size:small">Matt uploaded an early version of the Clozure CL 1.11 app that still had some ASDF state inside, causing the problem you’re seeing. I think he uploaded the fixed version on Monday, 2/29, but the App Store still has the 2/28 version (<a href="https://itunes.apple.com/us/app/clozure-cl/id489900618">https://itunes.apple.com/us/app/clozure-cl/id489900618</a>). Matt is taking a short vacation, so I can’t ask him.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I believe that executing the following, before you load Quicklisp, will fix it, but I won’t be able to actually test that until the App Store starts working for me again (though I DID test it in Matt’s early release image, before he submitetted it to Apple).</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">   (uiop/image:call-image-restore-hook)<br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">You should probably do that in a way that won’t break in an image with no ASDF present:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default"><div class="gmail_default">    (when (find-package :uiop/image)</div><div class="gmail_default">      (funcall (find-symbol "CALL-IMAGE-RESTORE-HOOK" :uiop/image)))</div><div class="gmail_default"><br></div><div class="gmail_default">Hopefully, the updated version, without that problem, will appear soon in the App Store.</div><div style="font-size:small"><br></div></div><div class="gmail_default" style="font-size:small">-Bill</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 3, 2016 at 10:08 AM, Mark Klein <span dir="ltr"><<a href="mailto:m_klein@mit.edu" target="_blank">m_klein@mit.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div><br></div>I just upgraded to CCL 1.11 (16708) on a MacBook Pro running OS 10.11.3.<div><br></div><div>Ever since the upgrade, I can’t load quicklisp. It throws the following error during the install process:</div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>  ==== quicklisp quickstart 2015-01-28 loaded ====</div><div><br></div><div>    To continue with installation, evaluate: (quicklisp-quickstart:install)</div><div><br></div><div>    For installation options, evaluate: (quicklisp-quickstart:help)</div><div><br></div><div>? </div><div>? (quicklisp-quickstart:install)</div><div>; Fetching #<URL "<a href="http://beta.quicklisp.org/client/quicklisp.sexp" target="_blank">http://beta.quicklisp.org/client/quicklisp.sexp</a>"></div><div>; 0.82KB</div><div>==================================================</div><div>838 bytes in 0.00 seconds (270.53KB/sec)</div><div>; Fetching #<URL "<a href="http://beta.quicklisp.org/client/2016-02-22/quicklisp.tar" target="_blank">http://beta.quicklisp.org/client/2016-02-22/quicklisp.tar</a>"></div><div>; 240.00KB</div><div>==================================================</div><div>245,760 bytes in 0.38 seconds (631.72KB/sec)</div><div>; Fetching #<URL "<a href="http://beta.quicklisp.org/client/2015-09-24/setup.lisp" target="_blank">http://beta.quicklisp.org/client/2015-09-24/setup.lisp</a>"></div><div>; 4.94KB</div><div>==================================================</div><div>5,054 bytes in 0.01 seconds (878.52KB/sec)</div><div>; Fetching #<URL "<a href="http://beta.quicklisp.org/asdf/2.26/asdf.lisp" target="_blank">http://beta.quicklisp.org/asdf/2.26/asdf.lisp</a>"></div><div>; 194.07KB</div><div>==================================================</div><div>198,729 bytes in 0.20 seconds (958.71KB/sec)</div><div>> Error: Can't create directory "/Users/rme/".</div><div>> While executing: ENSURE-DIRECTORIES-EXIST, in process Listener(4).</div><div>> Type cmd-. to abort, cmd-\ for a list of available restarts.</div><div>> Type :? for other options.</div><div>1 > </div></blockquote><div><br></div><div>Any ideas what I can do to fix this? I use quicklisp a lot. Is there a way I can back up to the previous version of CCL?</div><div><br></div><div>   Thanks!</div><div><br></div><div><span style="white-space:pre-wrap">     </span>Mark Klein</div><div><br><div>-------------------------------<br>Mark Klein<br><a href="http://cci.mit.edu/klein" target="_blank">http://cci.mit.edu/klein</a></div><br></div></div><br>_______________________________________________<br>
Openmcl-devel mailing list<br>
<a href="mailto:Openmcl-devel@clozure.com">Openmcl-devel@clozure.com</a><br>
<a href="https://lists.clozure.com/mailman/listinfo/openmcl-devel" rel="noreferrer" target="_blank">https://lists.clozure.com/mailman/listinfo/openmcl-devel</a><br>
<br></blockquote></div><br></div>