hi everyone! trying to pack this library https://gitlab.com/lockie/d2clone-kit as sbcl-d2clone-kit (here the definition https://git.sr.ht/~rndd/adamka-channel/tree/master/channel/adamka-libs/common-lisp.scm)
so, when i download source of this lib and load library in env - everything ok, asdf return T. but when i'm trying to build this lib i'm getting this error: ------------------------------------------------------------------------------------------------------------------------------------------------------- ; caught ERROR: ; READ error during COMPILE-FILE: ; ; Package SB-SPROF does not exist. ; ; Line: 104, Column: 53, File-Position: 4349 ; ; Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /gnu/store/lgb9hnh8y1wx13s84rzgkhcv1g0zpk2j-sbcl-d2clone-kit-develop/share/common-lisp/sbcl-source/d2clone-kit/src/log.lisp" {1004EF7D63}> ; compilation aborted after 0:00:00.053 Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {10009F8083}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "d2clone-kit" "log"> ------------------------------------------------------------------------------------------------------------------------------------------------------- Maybe somebody had same issue with common lisp packaging?