On Tue, Apr 22, 2014 at 1:26 AM, Jean-Claude Beaudoin <
jean.claude.beaud...@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
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))))
 
_______________________________________________
Asdf-devel mailing list
Asdf-devel@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel

Reply via email to