Skip to content

Cannot install Quicklisp on GHA #232

Closed
@jcs090218

Description

@jcs090218

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.

Activity

quicklisp

quicklisp commented on Oct 30, 2024

@quicklisp
Owner
quicklisp

quicklisp commented on Oct 30, 2024

@quicklisp
Owner
jcs090218

jcs090218 commented on Oct 30, 2024

@jcs090218
Author

Also are you checking it out from source or fetching it from
https://beta.quicklisp.org/quicklisp.lisp?

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Cannot install Quicklisp on GHA · Issue #232 · quicklisp/quicklisp-client