I just tried out the portableaserve from sourceforge's git repository, and it seems seriously broken, pretty much anything gets errors of the form:<div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

Undefined function (SETF NET.ASERVE:REQUEST-REPLY-DATE) called with arguments (3565020207<br>                                                                               #<NET.ASERVE:HTTP-REQUEST #x3020021D47ED>) .<br>

   [Condition of type CCL::UNDEFINED-FUNCTION-CALL]<br>...<br>Backtrace:<br>  0: (NET.ASERVE::PROCESS-CONNECTION #<ACL-COMPAT.SOCKET::CHUNKED-STREAM #x3020021C820D>)<br>  1: (NET.ASERVE::HTTP-WORKER-THREAD)</blockquote>

<div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

</blockquote></div><div><div><br></div><div>The problematic code seems to be in <a href="http://main.cl:1618">main.cl:1618</a> which was last changed here:</div><div>8ffa6c23 (kevinrosenberg 2012-04-01 23:04:57</div><div>

<br></div><div>Mike</div><br><div class="gmail_quote">On Wed, Dec 19, 2012 at 1:54 PM, R. Matthew Emerson <span dir="ltr"><<a href="mailto:rme@clozure.com" target="_blank">rme@clozure.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im"><br>
On Dec 19, 2012, at 4:07 PM, Dave Cooper <<a href="mailto:david.cooper@genworks.com">david.cooper@genworks.com</a>> wrote:<br>
<br>
> It appears that fixnump is now exported from the :ccl package (at least with CCL 1.8), so in order to be compatible with the current ccl, we need to bring it into acl-compat.excl with a :shadowing-import-from, and not import it in acl-compat/mcl/acl-excl.lisp.<br>


><br>
> Possibly the export of #:fixnump started with CCL 1.8 and was not there in CCL 1.7.<br>
<br>
</div>ccl:fixnump has been exported since at least 2003, which is as far back as our Subversion history goes.<br>
<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
Openmcl-devel mailing list<br>
<a href="mailto:Openmcl-devel@clozure.com">Openmcl-devel@clozure.com</a><br>
<a href="http://clozure.com/mailman/listinfo/openmcl-devel" target="_blank">http://clozure.com/mailman/listinfo/openmcl-devel</a><br>
</div></div></blockquote></div><br></div>