GrammaTech/sel

Some systems failed to build for Quicklisp dist

Closed this issue · 2 comments

Building with SBCL 2.2.1 / ASDF 3.3.5 for quicklisp dist creation.

Trying to build commit id a8e0ef7

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

; caught ERROR:
;   during macroexpansion of (ITER (FOR AST IN-TREE ...) (MATCH AST #)). Use *BREAK-ON-SIGNALS* to intercept.
;    Failed to deduce the way to access the slot C/CPP-PATH
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001B98003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "software-evolution-library/software/cpp" "file-type">

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

; caught ERROR:
;   during macroexpansion of (ITER (FOR AST IN-TREE ...) (MATCH AST #)). Use *BREAK-ON-SIGNALS* to intercept.
;    Failed to deduce the way to access the slot C/CPP-PATH
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {10418AC073}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "software-evolution-library/software/cpp" "file-type">

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

; caught ERROR:
;   during macroexpansion of (ITER (FOR AST IN-TREE ...) (MATCH AST #)). Use *BREAK-ON-SIGNALS* to intercept.
;    Failed to deduce the way to access the slot C/CPP-PATH
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001B98003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "software-evolution-library/software/cpp" "file-type">

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

; caught ERROR:
;   during macroexpansion of (ITER (FOR AST IN-TREE ...) (MATCH AST #)). Use *BREAK-ON-SIGNALS* to intercept.
;    Failed to deduce the way to access the slot C/CPP-PATH
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001B98003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "software-evolution-library/software/cpp" "file-type">

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

; caught ERROR:
;   during macroexpansion of (ITER (FOR AST IN-TREE ...) (MATCH AST #)). Use *BREAK-ON-SIGNALS* to intercept.
;    Failed to deduce the way to access the slot C/CPP-PATH
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001B98003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "software-evolution-library/software/cpp" "file-type">

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

; caught ERROR:
;   during macroexpansion of (ITER (FOR AST IN-TREE ...) (MATCH AST #)). Use *BREAK-ON-SIGNALS* to intercept.
;    Failed to deduce the way to access the slot C/CPP-PATH
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001B98003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "software-evolution-library/software/cpp" "file-type">

Full log here

Thanks. This issue should be addressed with the latest round of commits. We've added another build to our CI pipeline that should help catch these type of issues in the future.

Closing this for now, please reopen if the problem persists.