Lisp-Stat / data-frame

Data frames for Common Lisp
https://lisp-stat.github.io/data-frame
Microsoft Public License
27 stars 4 forks source link

Some systems failed to build for Quicklisp dist #16

Closed quicklisp closed 1 year ago

quicklisp commented 1 year ago

Building with SBCL 2.2.7.28-02bc916fd / ASDF 3.3.5 for quicklisp dist creation.

Trying to build commit id b916229a73bd64d36443d0d1e70774a4155ddf3e

data-frame fails to build with the following error:

; caught ERROR:
;   READ error during COMPILE-FILE: Package SB-CLTL2 does not exist. Line: 565, Column: 44, File-Position: 23051 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /home/quicklisp/quicklisp-controller/dist/build-cache/data-frame/0afa85af3d8f216024d8a7bf148125780a7d7725/data-frame-20220926-git/src/data-frame.lisp" {10136D6A93}>
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {10016C8003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "data-frame" "data-frame">

data-frame/tests fails to build because of a failure in data-frame.

Full log here

Symbolics commented 1 year ago

Fixed in 58ea914

Symbolics commented 1 year ago

Assuming this works now. Please reopen if there is a problem.