GrammaTech/sel

Some systems failed to build for Quicklisp dist

Closed this issue · 1 comments

Building with SBCL 2.1.10.195-bca540cd6 / ASDF 3.3.5 for quicklisp dist creation.

Trying to build commit id e5b4a22

software-evolution-library/deploy-tree-sitter-interface fails to build with the following error:

; caught ERROR:
;   during macroexpansion of (MATCH2*+ (JSON) (T) ...). Use *BREAK-ON-SIGNALS* to intercept.
;    Symbol JSON-DOCUMENT is unbound in namespace PATTERN
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001BFC103}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "software-evolution-library/software/javascript-project" "file-type">

software-evolution-library/run-dump-store fails to build with the following error:

; caught ERROR:
;   during macroexpansion of (MATCH2*+ (JSON) (T) ...). Use *BREAK-ON-SIGNALS* to intercept.
;    Symbol JSON-DOCUMENT is unbound in namespace PATTERN
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {10418EC4A3}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "software-evolution-library/software/javascript-project" "file-type">

software-evolution-library/run-rest-server fails to build with the following error:

; caught ERROR:
;   during macroexpansion of (MATCH2*+ (JSON) (T) ...). Use *BREAK-ON-SIGNALS* to intercept.
;    Symbol JSON-DOCUMENT is unbound in namespace PATTERN
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001BFC103}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "software-evolution-library/software/javascript-project" "file-type">

software-evolution-library/run-test-parse fails to build with the following error:

; caught ERROR:
;   during macroexpansion of (MATCH2*+ (JSON) (T) ...). Use *BREAK-ON-SIGNALS* to intercept.
;    Symbol JSON-DOCUMENT is unbound in namespace PATTERN
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001BFC103}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "software-evolution-library/software/javascript-project" "file-type">

software-evolution-library/run-tree-sitter-interface fails to build with the following error:

; caught ERROR:
;   during macroexpansion of (MATCH2*+ (JSON) (T) ...). Use *BREAK-ON-SIGNALS* to intercept.
;    Symbol JSON-DOCUMENT is unbound in namespace PATTERN
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001BFC103}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "software-evolution-library/software/javascript-project" "file-type">

software-evolution-library/run-tree-sitter-py-generator fails to build with the following error:

; caught ERROR:
;   during macroexpansion of (MATCH2*+ (JSON) (T) ...). Use *BREAK-ON-SIGNALS* to intercept.
;    Symbol JSON-DOCUMENT is unbound in namespace PATTERN
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001BFC103}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "software-evolution-library/software/javascript-project" "file-type">

Full log here

I was able to reproduce this problem by removing the tree-sitter-json shared object from the compilation environment. Commit 7d3b379 should fix this issue. Let us know if there are any further issues. Thanks!