orthecreedence / blackbird

Common Lisp promise implementation (successor to cl-async-future)
83 stars 10 forks source link

Fails on ABCL-1.9.2 #28

Open catap opened 1 year ago

catap commented 1 year ago

It fails as:

:info:build ; Compilation unit finished
:info:build ;   Caught 5 WARNING conditions
:info:build ;   Caught 2 STYLE-WARNING conditions
:info:build ;   The following functions were used but not defined:
:info:build ;     JSS::READ-SHARP-JAVA-EXPRESSION
:info:build Caught ASDF/FIND-SYSTEM:LOAD-SYSTEM-DEFINITION-ERROR while processing --eval option "(asdf:operate (quote asdf:build-op) (quote blackbird-test))":
:info:build   #<LOAD-SYSTEM-DEFINITION-ERROR {43E86854}>
:info:build Command failed: env XDG_CACHE_HOME=$HOME/.cache /opt/local/bin/abcl --noinit --batch --eval '(require "asdf")' --eval '(setf asdf:*central-registry* (list* (quote *default-pathname-defaults*) #p"/opt/local/var/macports/build/_Users_catap_src_macports-ports_lisp_cl-blackbird/cl-blackbird/work/build/system/" #p"/opt/local/share/common-lisp/system/" asdf:*central-registry*))' --eval '(asdf:operate (quote asdf:build-op) (quote blackbird-test))' 2>&1

SBCL, ECL, CLisp and CCL works.