Open catap opened 1 year ago
It seems that in your setup, Closer 2 MOP isn't properly loaded. How do you load ContextL, and what error message do you then see, if any?
I'm using (asdf:operate (quote asdf:test-op) (quote XXX))
where XXX
is replaced to each asd file name without .asd
. It runs automatically via MacPorts and as part of my porting lisp software to MacPorts.
If I try to run it against dynamic-wind.asd
it fails with error:
:info:test #P"/opt/local/lib/clisp-2.49.93+/dynmod/asdf.lisp"
:info:test (*DEFAULT-PATHNAME-DEFAULTS*
:info:test #P"/opt/local/var/macports/build/_Users_catap_src_macports-ports_lisp_cl-contextl/cl-contextl/work/build/test_system/"
:info:test #P"/opt/local/share/common-lisp/system/")
:info:test *** - Component DYNAMIC-WIND not found
The same error had happened with ECL and SBCL.
I can't reproduce original issue anymore, but I've "cleaned" my system, and original one was discovered when I've created tons of ports => probably some typos or side effects.
Thus, this method of testing works very well for more than 200 ports which I've created: https://github.com/macports/macports-ports/tree/master/lisp
I don't support asdf:test-op. ASDF caused some issues and annoyances over the years, so I am reluctant to use it more than necessary.
I am happy to accept pull requests.
I'm using
ECL 21.2.1
and unit tests are failed with error:When I've tried Clisp it fails as:
And SBCL works well