Lisp-Stat / data-frame

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

Some systems failed to build for Quicklisp dist #25

Closed quicklisp closed 11 months ago

quicklisp commented 1 year ago

Building with SBCL 2.3.6.173-55d27b14b / ASDF 3.3.5 for quicklisp dist creation.

Trying to build commit id d378e9faa1e69cccd4a2bd03adcd22cc138ac918

data-frame fails to build with the following error:

Unhandled SB-INT:SIMPLE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=3619261 "main thread" RUNNING {1001710003}>: Failed to find the TRUENAME of /home/quicklisp/quicklisp-controller/dist/build-cache/data-frame/a705d11eecd0ad126891bc05ffce80053df27a3f/data-frame-20230902-git/src/random-sample.lisp: No such file or directory

data-frame/tests fails to build with the following error:

Unhandled SB-INT:SIMPLE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=3619257 "main thread" RUNNING {1001710003}>: Failed to find the TRUENAME of /home/quicklisp/quicklisp-controller/dist/build-cache/data-frame/a705d11eecd0ad126891bc05ffce80053df27a3f/data-frame-20230902-git/src/random-sample.lisp: No such file or directory

Full log here

snunez1 commented 1 year ago

Fixed