3.2rc on MKCL (Was: ASDF 3.1.7.43 is 3.2 release candidate)

Jean-Claude Beaudoin jean.claude.beaudoin at gmail.com
Mon Dec 19 07:32:43 UTC 2016


On Sat, Dec 17, 2016 at 4:44 PM, Robert Goldman <rpgoldman at sift.net> wrote:

> On 12/17/16 Dec 17 -4:59 AM, Jean-Claude Beaudoin wrote:
> >
> > Testing a fresh ASDF repo clone (master head) with latest MKCL
> > on Vista (Win32) and Windows 7 (Win64) both result in only 2 failures:
> >
> > test-program.script
> > test-run-program.script
> >
> > Will investigate shortly...
> >
>
> Thanks.  Please keep us posted.
>

Here is what I came up with:

1) test-program.script fails trying to find a file named

.../build/fasls/mkcl-1.1.9-xxx/asdf/test/hello-world-
example--all-systems.image

(where ... and xxx are place holders you can easily substitute)

what exists instead is

.../build/fasls/mkcl-1.1.9-xxx/asdf/test/hello-world-
example--all-systems.exe

which seems to be the expected executable corresponding to the
???--all-systems.image on unix.
(BTW, why is there such an "image" extension on unix/linux?)


2) test-run-program.script

.../uiop/launch-program.lisp is incomplete for MKCL on windows and needs to
be patched
as per attached file to be in any way functional in that context.
Once patched accordingly and applied to very latest MKCL repo master head
this test now passes.

Cheers,

JCB
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/asdf-devel/attachments/20161219/7a668160/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mods2
Type: application/octet-stream
Size: 1024 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/asdf-devel/attachments/20161219/7a668160/attachment.obj>


More information about the asdf-devel mailing list