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 #22

Closed quicklisp closed 11 months ago

quicklisp commented 1 year ago

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

Trying to build commit id 74fbfa8f76710ff5d83dcc4a520a9481ba425d1b

data-frame fails to build with the following error:

; caught ERROR:
;   READ error during COMPILE-FILE: Symbol "MAP-ARRAY" not found in the ARRAY-OPERATIONS/ALL package. Line: 28, Column: 19, File-Position: 830 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /home/quicklisp/quicklisp-controller/dist/build-cache/data-frame/e068a24f92b8e1cec7a5d2064866edf60b6aef11/data-frame-20230722-git/src/missing.lisp" {1013538ED3}>
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=1026045 "main thread" RUNNING {1001770003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "data-frame" "missing">

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

Full log here

snunez1 commented 1 year ago

Have you got the latest array-operations?

quicklisp commented 1 year ago

I'm using the latest release, as requested, which is 1.0.0 from June of last year.

On Sat, Jul 22, 2023 at 8:38 AM Steve Nunez @.***> wrote:

Have you got the latest array-operations?

— Reply to this email directly, view it on GitHub https://github.com/Lisp-Stat/data-frame/issues/22#issuecomment-1646575445, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACPNLLAHLQNFFZD2PNAORDXRPCUXANCNFSM6AAAAAA2TZXGQQ . You are receiving this because you authored the thread.Message ID: @.***>

snunez1 commented 1 year ago

Opps. I forgot that system uses releases. I've just created one and it should work now.