[Asdf-devel] Problem with testing on MKCL: more info

Jean-Claude Beaudoin jean.claude.beaudoin at gmail.com
Tue Apr 22 08:14:32 UTC 2014


On Tue, Apr 22, 2014 at 1:26 AM, Jean-Claude Beaudoin <
jean.claude.beaudoin at gmail.com> wrote:

>
> I had to do this instead:
>
> ./test/run-tests.sh -u mkcl
>
> ...
> Working on it...
>
>
Could you please apply the content of this tiny attached patch and tell me
if it makes the problem go away?

Thanks,

jcb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/asdf-devel/attachments/20140422/5dffea0c/attachment.html>
-------------- next part --------------
diff --git a/uiop/package.lisp b/uiop/package.lisp
index 1ba29ce..77ff410 100644
--- a/uiop/package.lisp
+++ b/uiop/package.lisp
@@ -734,7 +734,7 @@ UNINTERN -- Remove symbols here from PACKAGE."
   (let ((ensure-form
           `(apply 'ensure-package ',(parse-define-package-form package clauses))))
     `(progn
-       #+(or ecl gcl) (defpackage ,package (:use))
+       #+(or ecl gcl mkcl) (defpackage ,package (:use))
        (eval-when (:compile-toplevel :load-toplevel :execute)
          ,ensure-form))))
 


More information about the asdf-devel mailing list