GrammaTech / sel

Programmatic modification and evaluation of software
https://grammatech.github.io/sel/#Top
Other
165 stars 21 forks source link

Some systems failed to build for Quicklisp dist #30

Open quicklisp opened 1 month ago

quicklisp commented 1 month ago

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

Trying to build commit id 9e564f8f5010bedcd283438869f9fb812b15c7fb

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

Unhandled SB-PCL::FIND-METHOD-LENGTH-MISMATCH in thread #<SB-THREAD:THREAD tid=3249693 "main thread" RUNNING {1000DC8003}>: The generic function #<COMMON-LISP:STANDARD-GENERIC-FUNCTION ECLECTOR.PARSE-RESULT:MAKE-SKIPPED-INPUT-RESULT (1)> takes 5 required arguments; was asked to find a method with specializers (CLIENT T T T)

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

Unhandled SB-PCL::FIND-METHOD-LENGTH-MISMATCH in thread #<SB-THREAD:THREAD tid=3249681 "main thread" RUNNING {103FC70093}>: The generic function #<COMMON-LISP:STANDARD-GENERIC-FUNCTION ECLECTOR.PARSE-RESULT:MAKE-SKIPPED-INPUT-RESULT (1)> takes 5 required arguments; was asked to find a method with specializers (CLIENT T T T)

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

Unhandled SB-PCL::FIND-METHOD-LENGTH-MISMATCH in thread #<SB-THREAD:THREAD tid=3249685 "main thread" RUNNING {103FE08093}>: The generic function #<COMMON-LISP:STANDARD-GENERIC-FUNCTION ECLECTOR.PARSE-RESULT:MAKE-SKIPPED-INPUT-RESULT (1)> takes 5 required arguments; was asked to find a method with specializers (CLIENT T T T)

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

Unhandled SB-PCL::FIND-METHOD-LENGTH-MISMATCH in thread #<SB-THREAD:THREAD tid=3249689 "main thread" RUNNING {1000DC8003}>: The generic function #<COMMON-LISP:STANDARD-GENERIC-FUNCTION ECLECTOR.PARSE-RESULT:MAKE-SKIPPED-INPUT-RESULT (1)> takes 5 required arguments; was asked to find a method with specializers (CLIENT T T T)

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

Unhandled SB-PCL::FIND-METHOD-LENGTH-MISMATCH in thread #<SB-THREAD:THREAD tid=3249701 "main thread" RUNNING {1000DC8003}>: The generic function #<COMMON-LISP:STANDARD-GENERIC-FUNCTION ECLECTOR.PARSE-RESULT:MAKE-SKIPPED-INPUT-RESULT (1)> takes 5 required arguments; was asked to find a method with specializers (CLIENT T T T)

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

Unhandled SB-PCL::FIND-METHOD-LENGTH-MISMATCH in thread #<SB-THREAD:THREAD tid=3249697 "main thread" RUNNING {1000DC8003}>: The generic function #<COMMON-LISP:STANDARD-GENERIC-FUNCTION ECLECTOR.PARSE-RESULT:MAKE-SKIPPED-INPUT-RESULT (1)> takes 5 required arguments; was asked to find a method with specializers (CLIENT T T T)

Full log here

berchn commented 1 month ago

This should be fixed with https://github.com/GrammaTech/sel/commit/7d044ee9a18052c8d111606e44ef30da75ca1a44. Let us know if there are any further issues. Thanks.