thephoeron / bit-smasher

Common Lisp library for handling bit vectors, bit vector arithmetic, and type conversions.

Home Page:https://thephoeron.github.io/bit-smasher/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some systems failed to build for Quicklisp dist

quicklisp opened this issue · comments

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

Trying to build commit id 78144ca

bit-smasher-test fails to build because of a failure in bit-smasher.

bit-smasher fails to build with the following error:

; caught ERROR:
;   READ error during COMPILE-FILE: Package BIT-SMASHER-ASD does not exist. Line: 29, Column: 75, File-Position: 969 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /home/quicklisp/quicklisp-controller/dist/build-cache/bit-smasher/be8e97d25483ed8f0d7bc470584ba5dc30ef356e/bit-smasher-20220707-git/src/packages.lisp" {1005F985C3}>
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001BF0003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "bit-smasher" "packages">

Full log here

Thanks, I think I've found and patched it. Pushing up the patch now.