Closed
Description
I'm trying to manually install Quicklisp on GitHub Actions but got the following error: 🤔
Unhandled SB-FORMAT:FORMAT-ERROR in thread #<SB-THREAD:THREAD tid=6876 "main thread" RUNNING
{1103F38133}>:
error in FORMAT: Unknown format directive (character: Return)
~&~% ==== quicklisp quickstart install help ====~%~% ~
quicklisp-quickstart:install can take the following ~
optional arguments:~%~% ~
:path "/path/to/installation/"~%~% ~
:proxy "http://your.proxy:port/"~%~% ~
:client-url <url>~%~% ~
:client-version <version>~%~% ~
:dist-url <url>~%~% ~
:dist-version <version>~%~%
^
Backtrace for: #<SB-THREAD:THREAD tid=6876 "main thread" RUNNING {1103F38133}>
0: (SB-DEBUG::DEBUGGER-DISABLED-HOOK #<SB-FORMAT:FORMAT-ERROR {11017[31](https://github.com/cl-qob/cli/actions/runs/11595767176/job/32285174276#step:4:32)9C3}> #<unused argument> :QUIT T)
1: (SB-DEBUG::RUN-HOOK SB-EXT:*INVOKE-DEBUGGER-HOOK* #<SB-FORMAT:FORMAT-ERROR {11017319C3}>)
2: (INVOKE-DEBUGGER #<SB-FORMAT:FORMAT-ERROR {11017319C3}>)
3: (ERROR SB-FORMAT:FORMAT-ERROR :COMPLAINT "Unknown format directive ~@[(character: ~A)~]" :ARGS ("Return"))
4: (SB-FORMAT::FORMAT-ERROR* "Unknown format directive ~@[(character: ~A)~]" ("Return"))
5: (SB-FORMAT:FORMAT-ERROR "Unknown format directive ~@[(character: ~A)~]" "Return")
6: (SB-FORMAT::INTERPRET-DIRECTIVE-LIST #<SB-IMPL::STRING-OUTPUT-STREAM {5FE793}> (#<~
See full log: https://github.com/cl-qob/cli/actions/runs/11595767176/job/32285174276#step:4:20.
Metadata
Metadata
Assignees
Labels
No labels
Activity
quicklisp commentedon Oct 30, 2024
quicklisp commentedon Oct 30, 2024
jcs090218 commentedon Oct 30, 2024
No, I've copied one and submitted to the repo. 😓
I've now fetched a new one from the GHA but got a weird END-OF-FILE error: 🤔
https://github.com/cl-qob/cli/actions/runs/11596691906/job/32288347120#step:4:65