<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
><br>
> The way I install asdf 3.0.2.25 for trying to use it in production is:<br>
><br>
>  1. git pull into my local asdf directory.<br>
>  2. make (to make a single asdf.lisp file in asdf/build/)<br>
>  3. copy this to quicklisp/asdf.lisp<br>
>  4. rm -r quicklisp/cache<br>
>  5. edit quicklisp/setup.lisp to say:<br>
>      (defvar *required-asdf-version* "3.0.2.25")<br>
>  6. copy the uiop/ directory from local asdf/ into quicklisp/local-projects/<br>
>  7. restart the Lisp<br>
>  8. load quicklisp/setup.lisp and (ql:register-local-projects)<br>
><br>
> Having done all this, the (asdf:system-source-directory :uiop) still returns<br>
> nil, and uiop is not ending up in my monofasls which depend on it.<br>
><br>
> Am I doing it wrong?<br>
><br>
</div>It looks right, or at least defensible.<br>
Did you copy the contents of version.lisp-expr in uiop/<br>
or a symlink that's now dangling? That could make a difference,<br>
though I would expect a more noisy failure.<br></blockquote><div><br></div><div><br></div><div>So I went ahead and tried </div><div><br></div><div>  (load (compile-file "quicklisp/asdf.lisp"))  </div><div><br></div>
<div>before loading quicklisp/setup.lisp.</div><div><br></div><div>And yes, I copied version.lisp.expr into quicklisp/local-projects/uiop/.</div><div><br></div><div>To test that it wasn't ignoring the uiop in local-projects because it is the same version as what is already loaded, I even temporarily bumped the version number in that version.lisp-expr to 3.0.2.33.</div>
<div><br></div><div>Still no dice -- I still get </div><div><br></div><div> (asdf:system-source-directory :uiop)   --> nil</div><div><br></div><div>after loading the quicklisp/setup.lisp and (ql:register-local-projects)<br>
</div><div><br></div><div>Quicklisp works in general after the upgrade. It just can't find the source directory (or any source directory) for :uiop. </div><div><br></div><div><br></div><div>It's not crucial that I release with this latest 3.0.2.32, but I just bring up this issue in case it is actually a lurking asdf bug which needs to be shaken out before 3.0.3 release...</div>
<div><br></div><div><br></div><div><br></div><div>-- <br></div></div>My Best,<br><br>Dave Cooper, Genworks Support<br><a href="mailto:david.cooper@genworks.com">david.cooper@genworks.com</a>, <a href="http://dave.genworks.com">dave.genworks.com</a>(skype)<br>

</div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div></div>