ahungry / ahungry-fleece

Common Lisp minimalist utility library
GNU General Public License v3.0
7 stars 0 forks source link

Some systems failed to build for Quicklisp dist #3

Open quicklisp opened 1 month ago

quicklisp commented 1 month ago

Building with SBCL 2.4.6.70-a4f5037f5 / ASDF 3.3.5 for quicklisp dist creation.

Trying to build commit id 89f4eefbcd5c1ece5b7d8ef3e6cf7a3cb77bdadc

ahungry-fleece fails to build with the following error:

; caught ERROR:
;   READ error during COMPILE-FILE: The symbol "*CODE-COVERAGE-INFO*" is not external in the SB-C package. Line: 24, Column: 68, File-Position: 938 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /home/quicklisp/quicklisp-controller/dist/build-cache/ahungry-fleece/347219e6e1a710222794aee3be4e3379e529a4b8/ahungry-fleece-20240719-git/contrib/sb-cover/cover.lisp" {1023A40003}>
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=2172450 "main thread" RUNNING {1000E00003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "ahungry-fleece" "af.contrib.sb-cover" "cover">

skeleton fails to build because of a failure in ahungry-fleece.

Full log here

ahungry commented 1 month ago

@quicklisp you can just remove this package from Quicklisp, it relies on too many SBCL internals which aren't reliable (for it's code coverage support), and as I'm not actively using it (and I doubt anyone else is), I don't want to keep chasing the latest SBCL updates to make it work again.