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

Closed quicklisp closed 3 years ago

quicklisp commented 3 years ago

Building with SBCL 2.0.5 / ASDF 3.3.1 for quicklisp dist creation.

Trying to build commit id 6c747d6312f6c6d997db7fe07b886e6823f30809

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: 25, Column: 19, File-Position: 754 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /home/quicklisp/quicklisp-controller/dist/build-cache/data-frame/13a7e77710f0eb439a8ff4c9b4241e8613d79087/data-frame-20210528-git/src/missing.lisp" {1006B6EDE3}>
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1000A18083}>: 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

Symbolics commented 3 years ago

Fixed in e15c8ac