ASDF compilation on MKCL now broken for version currently on gitlab master head.

Jean-Claude Beaudoin jean.claude.beaudoin at gmail.com
Mon Sep 12 08:08:13 UTC 2016


Hello ASDF-devs,

I'd like to inform you that the recent commit Make module provider wrapping
idempotent
<https://gitlab.common-lisp.net/asdf/asdf/commit/016d6baec89099f369452446c1848c3a3693b86c>
has introduced new issues in the ASDF code such that it does not compile
anymore on MKCL.

There seems to be at least 2 issues, both in footer.lisp.

First, in the call to define-package, symbol *load-hooks* should not be
looked at in package :mk-ext
since it does not exist there but rather in package :si, as the following
form seem to acknowledge.

Second, the call to ensure-gethash crashes with what seems as an attempt to
funcall/apply
a function to the wrong number of arguments.

This is pretty much a show stopper on running the test suite with MKCL on
the recent ASDF modifications.

Regards,

JCB
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/asdf-devel/attachments/20160912/ca9e801b/attachment.html>


More information about the asdf-devel mailing list