melisgl / mgl

Common Lisp machine learning library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some systems failed to build for Quicklisp dist

quicklisp opened this issue · comments

Building with SBCL 2.3.1.122-1455d60f6 / ASDF 3.3.5 for quicklisp dist creation.

Trying to build commit id 4b1800a

mgl-example fails to build because of a failure in mgl.

mgl fails to build with the following error:

; caught ERROR:
;   READ error during COMPILE-FILE: Package CLNU does not exist. Line: 358, Column: 31, File-Position: 14418 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /home/quicklisp/quicklisp-controller/dist/build-cache/mgl/671f22917b8b7253de38560bd7b459c1aabd2ee5/mgl-20230417-git/src/gaussian-process.lisp" {101EF129E3}>
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001728003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "mgl" "src" "gaussian-process">

mgl/test fails to build because of a failure in mgl.

Full log here

Thank you for the report. Fixed in 4022eda.