<div dir="ltr"><div><div><div>Somehow, what I suspect to be a typo has been introduced in the test-bundle.script in the form of a "MKEXT" package name.<br></div>MKCL never had a "MKEXT" package but it has a "MK-EXT" package nickname for package "MKCL".<br></div>The "MK-EXT" nickname is to mimic the "SB-EXT" package in SBCL.<br></div>So you should either use "MK-EXT" or "MKCL" instead of the faulty package name on line 59 of test-bundle.script.<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Oct 5, 2014 at 5:40 PM, Robert P. Goldman <span dir="ltr"><<a href="mailto:rpgoldman@sift.info" target="_blank">rpgoldman@sift.info</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">test-bundle failed for me, on version 1.1.9 of MKCL:<br>
<br>
Now for the mono-fasl<br>
<br>
TEST ABORTED: There is no package with the name MKEXT.<br>
<br>
0: (#<compiled-closure 0000000004039500> #<compiled-debug-lexical-info<br>
00007fffcfee80d0>)<br>
1: (#<compiled-function UIOP/STREAM:CALL-WITH-SAFE-IO-SYNTAX><br>
#<compiled-debug-lexical-info 00007fffcfee82b0>)<br>
2: (#<compiled-function UIOP/IMAGE:PRINT-BACKTRACE><br>
#<compiled-debug-lexical-info 00007fffcfee8490>)<br>
3: (#<compiled-function UIOP/IMAGE:PRINT-CONDITION-BACKTRACE><br>
#<compiled-debug-lexical-info 00007fffcfee8660>)<br>
4: (#<bytecompiled-function ASDF-TEST:ACALL> ((ASDF-TEST::ARGS #<a<br>
SIMPLE-ERROR 66680128> :COUNT 69 :STREAM #<output strea\<br>
m "stdout">) (ASDF-TEST::NAME . :PRINT-CONDITION-BACKTRACE)<br>
(#:|%the-lock--28954-510| . #<lock (recursive) MT:+LOAD-COMPIL\<br>
E-LOCK+ 00000000010b5280>) (#:|%lock-acquired--28954-511| . T)))<br>
<br>
5: (#<bytecompiled-function 00000000035f4f00> (((NIL) (#:G-28954-948 .<br>
0)) (#:G-28954-947) ((NIL) . #:G-28954-946) (ASDF-T\<br>
EST::C . #<a SIMPLE-ERROR 66680128>) (:ASDF-TEST-DONE . :ASDF-TEST-DONE)<br>
(ASDF-TEST::THUNK . #<bytecompiled-closure 000000\<br>
0003d48180>) (#:|%the-lock--28954-932| . #<lock (recursive)<br>
MT:+LOAD-COMPILE-LOCK+ 00000000010b5280>) (#:|%lock-acquired--\<br>
28954-933| . T)))<br>
<br>
6: (#<bytecompiled-function 0000000003628f80> ((ASDF-TEST::NAME .<br>
"test-bundle.script") (ASDF-TEST::FILE . ASDF-TEST::|tes\<br>
t-bundle.script|) (#:|%the-lock--28954-982| . #<lock (recursive)<br>
MT:+LOAD-COMPILE-LOCK+ 00000000010b5280>) (#:|%lock-acqui\<br>
red--28954-983| . T)))<br>
<br>
7: (#<compiled-function ASDF/CACHE:CALL-WITH-ASDF-CACHE><br>
#<compiled-debug-lexical-info 00007fffcfeea620>)<br>
8: (#<bytecompiled-function ASDF-TEST::CALL-WITH-TEST> ((:ASDF-TEST-DONE<br>
. :ASDF-TEST-DONE) (ASDF-TEST::THUNK . #<bytecomp\<br>
iled-closure 0000000003d48180>) (#:|%the-lock--28954-932| . #<lock<br>
(recursive) MT:+LOAD-COMPILE-LOCK+ 00000000010b5280>) (\<br>
#:|%lock-acquired--28954-933| . T)))<br>
<br>
9: (#<bytecompiled-function ASDF-TEST:RUN-TEST-SCRIPT> ((ASDF-TEST::FILE<br>
. ASDF-TEST::|test-bundle.script|) (#:|%the-lock-\<br>
-28954-982| . #<lock (recursive) MT:+LOAD-COMPILE-LOCK+<br>
00000000010b5280>) (#:|%lock-acquired--28954-983| . T)))<br>
10: (#<bytecompiled-function SI:BYTECODE> NIL)<br>
<br>
11: (#<bytecompiled-function SI:BYTECODE> ((SI::OUTPUT-FILE . T)<br>
(SI::C-FILE) (SI::H-FILE) (SI::DATA-FILE) (SI::EXTERNAL-F\<br>
ORMAT . :DEFAULT) (SI::VERBOSE . T) (SI::FASL-P . T) (MKCL:QUIT)))<br>
<br>
12: (#<bytecompiled-function SI:BYTECODE> NIL)<br>
<br>
13: (NIL NIL)<br>
<br>
Above backtrace due to this condition:<br>
<br>
There is no package with the name MKEXT.<br>
<br>
Script failed<br>
Using mkcl, test-bundle.script failed<br>
<br>
Updated mkcl to head from git as of this afternoon, and same error, and<br>
this time test-retry-loading-component-1 *also* failed:<br>
<br>
TEST ABORTED: Error while trying to load definition for system<br>
hello-world-example from pathname /home/rpg/common-lisp/asd\<br>
f/test/hello-world-example.asd: Unknown initialization option<br>
:EPILOGUE-CODE for class #<The STANDARD-CLASS SYSTEM 7752937\<br>
6><br>
<br>
Cheers,<br>
r<br>
<br>
<br>
<br>
Tried updating my mkcl from git and that failed to build on linux:<br>
sed '/-CUT-/,$d' ./mkcl/config.h > ./mkcl/config-install.h<br>
/bin/bash: ./mkcl/config-install.h: Permission denied<br>
make[1]: *** [mkcl/config-install.h] Error 1<br>
make[1]: Leaving directory `/home/rpg/src/mkcl/src'<br>
make: *** [all] Error 2<br>
</blockquote></div><br></div>