<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 3, 2014 at 4:16 PM, Robert P. Goldman <span dir="ltr"><<a href="mailto:rpgoldman@sift.info" target="_blank">rpgoldman@sift.info</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="">
<br>
</span>This morning I pulled an update from the mkcl git repo, rebuilt on my<br>
Linux Mint machine, and retested with the latest ASDF.  All the tests<br>
that completed seemed to complete successfully, but test-program.script<br>
hung, instead of completing.<br>
<br>
...<br>
<br>
The block of the test that fails is "test program-op", "test image-op"<br>
seems to complete successfully.<br>
<br>
This seems odd to me, since the result of the image test is a standalone<br>
program: it doesn't need to be loaded into mkcl:<br>
<br>
...<br>
<br>
So seems like the program-op should be able to do exactly what the<br>
image-op does, and work correctly.<br>
<br></blockquote><div><br></div><div>I just tried to have as clean a run at it as I can reasonably have it.<br></div><div>So, from a freshly created directory, I did:<br><br><font face="Liberation Mono, monospace">git clone
git://<a href="http://common-lisp.net/projects/mkcl/mkcl.git">common-lisp.net/projects/mkcl/mkcl.git</a><br><br></font></div><div><font face="Liberation Mono, monospace">then built it with: (cd mkcl; configure; cd src; make install-local)<br><br></font></div><div><font face="Liberation Mono, monospace">then pointed environment variable MKCL to $(pwd)/mkcl/src/bin/mkcl.<br></font></div><div><font face="Liberation Mono, monospace">Followed by:<br></font><br><pre>git clone git://<a href="http://common-lisp.net/projects/asdf/asdf.git">common-lisp.net/projects/asdf/asdf.git</a><br></pre><pre>cd asdf; make t l=mkcl<br><br></pre><pre><span style="font-family:arial,helvetica,sans-serif">This resulted in:</span><br><br>-#---------------------------------------<br>Using /home/jean-claude/tmp/ASDF/mkcl/src/bin/mkcl<br>Ran 56 tests: <br>  55 passing and 1 failing<br>failing test(s):  test-undeferred-warnings.script<br>-#---------------------------------------<br><br>To view full results and failures, try the following command:<br>     less -p ABORTED build/results/mkcl-test.text<br>make: *** [test-lisp] Error 1<br>jean-claude@mars> <br><br></pre><pre><span style="font-family:arial,helvetica,sans-serif">The last line just here above is my normal prompt, so no hang.<br>As you see I do not reproduce the problem you mentioned.<br></span></pre><pre><span style="font-family:arial,helvetica,sans-serif">BTW, what happens in test-undeferred-warnings seems to be a syntax issue but I am still unclear about it.<br><br></span></pre><pre><span style="font-family:arial,helvetica,sans-serif">Cheers,<br><br></span></pre><pre><span style="font-family:arial,helvetica,sans-serif">J-C<br><br></span></pre><pre>P.S.: all this above is on Ubuntu 12.04 x86_64 with all latest Ubuntu patches.<br><br></pre></div></div></div></div>