melisgl / mgl

Common Lisp machine learning library.
MIT License
585 stars 39 forks source link

Some systems failed to build for Quicklisp dist #12

Closed quicklisp closed 2 years ago

quicklisp commented 2 years ago

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

Trying to build commit id c6735bb438c4e2616e37e37d57f63063530bc600

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 SWANK-MOP does not exist. Line: 250, Column: 42, File-Position: 8788 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /home/quicklisp/quicklisp-controller/dist/build-cache/mgl/7b9c7192c333a4d30078f577b80ba5e69497c904/mgl-20220215-git/src/util.lisp" {10118A2E23}>
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001B98003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "mgl" "src" "util">

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

Full log here

melisgl commented 2 years ago

That's what I get for only testing under Slime. Fixed in 4b1800a6dcbdf290a66b5f952fe3bd81641b0b5c.