Comment 8 for bug 1207073

Revision history for this message
Robert P. Goldman (rpgoldman) wrote : Re: [Bug 1207073] Re: bundle-test fails on ABCL on Mac OS X Lion

Mark.Evenson wrote:
> The problems with BUNDLE-OP were triaged to problems in ABCL's use of
> :WILD-INFERIORS on directories referred to via symlinks. OS X symlinks
> /private/tmp to /tmp which was why the problem was mysteriously not
> working only on this platform.
>
> This error was fixed when I [finished re-working DIRECTORY to default to
> :RESOLVE-SYMLINKS as nil][r14624] which currently exists in
> abcl-1.3.0-dev.
>
> If you wish to conditionalize on the fix, the form
>
> (not (second (third (sys::arglist 'directory))))
>
> should return T for versions of ABCL that work with BUNDLE-OP on OS X.
>
> [r14624]: http://abcl.org/trac/changeset/14624
>

Thanks, Mark. Will you please pull a copy of ASDF -- the new 3.1.0.65 I
pushed with these checks -- and see if it passes test-bundle on your
development copy of ABCL?

I have checked that it correctly refuses to do the bundle op on Mac OS X
when unsupported; would like to know that the operation is executed and
works correctly where it's supported.