sel icon indicating copy to clipboard operation
sel copied to clipboard

Some systems failed to build for Quicklisp dist

Open quicklisp opened this issue 7 months ago • 1 comments

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

quicklisp avatar Jul 23 '24 14:07 quicklisp