lmj / lparallel

Parallelism for Common Lisp
http://lparallel.org
BSD 3-Clause "New" or "Revised" License
244 stars 29 forks source link

Some systems failed to build for Quicklisp dist #49

Open quicklisp opened 1 year ago

quicklisp commented 1 year ago

Building with SBCL 2.3.6.173-55d27b14b / ASDF 3.3.5 for quicklisp dist creation.

Trying to build commit id 9c11f40018155a472c540b63684049acc9b36e15

lparallel-bench fails to build because of a failure in lparallel.

lparallel-test fails to build because of a failure in lparallel.

lparallel fails to build with the following error:

; caught WARNING:
;   Bordeaux-Threads APIv1 is deprecated. Please migrate to APIv2.
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=508138 "main thread" RUNNING {1001710003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "lparallel" "src" "thread-util">

Full log here