40ants / defmain

A helper to simplify command line arguments usage in Common Lisp
https://40ants.com/defmain/
30 stars 1 forks source link

Some systems failed to build for Quicklisp dist #8

Open quicklisp opened 3 years ago

quicklisp commented 3 years ago

Building with SBCL 2.1.7.62-417920f09 / ASDF 3.3.5 for quicklisp dist creation.

Trying to build commit id 78c3e5a49fe2a63358e72dacf4b7f7161fafe761

defmain-test fails to build with the following error:

; caught ERROR:
;   READ error during COMPILE-FILE: Package QL does not exist. Line: 78, Column: 15, File-Position: 2396 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /home/quicklisp/quicklisp-controller/dist/build-cache/defmain/6806d9d0569921604afc79a7468eed9bd9aebbd8/defmain-20210918-git/src/defmain.lisp" {101E655783}>
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001BF0103}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "defmain/defmain" "file-type">

defmain fails to build with the following error:

; caught ERROR:
;   READ error during COMPILE-FILE: Package QL does not exist. Line: 78, Column: 15, File-Position: 2396 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /home/quicklisp/quicklisp-controller/dist/build-cache/defmain/6806d9d0569921604afc79a7468eed9bd9aebbd8/defmain-20210918-git/src/defmain.lisp" {1009A688A3}>
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001BF0103}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "defmain/defmain" "file-type">

Full log here

svetlyak40wt commented 3 years ago

@quicklisp this issue should be fixed by https://github.com/40ants/defmain/commit/55b6414839c7c3fb7c4e08dfc5273b7996c763da commit.