On Thu, Feb 28, 2013 at 8:29 PM, Anton Vodonosov avodonosov@yandex.ruwrote:
http://common-lisp.net/project/cl-test-grid/asdf/asdf-diff-20.html
ACL shows new problem with portableaserve and via it with all genworks-gdl systems. The error: No defined method for ASDF/ACTION:PERFORM oncompiling #<ORIGINAL-ASERVE "aserve" "dummy">
This is fixed by adding an empty method as follows to aserve.asd:
;;; #+allegro (defmethod asdf:perform ((op asdf:compile-op) (c original-aserve))) ;;;
I will get a patch to Rudi Schlatte for updating of the portableaserve on sourceforge (this is the one used by Quicklisp).