Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not install qlot on msys2. #231

Open
cxxxr opened this issue Feb 14, 2024 · 0 comments
Open

Could not install qlot on msys2. #231

cxxxr opened this issue Feb 14, 2024 · 0 comments

Comments

@cxxxr
Copy link
Contributor

cxxxr commented Feb 14, 2024

Describe the bug

After installing roswell (and sbcl) on msys2, I tried to install qlot and could not.

Reproducible steps

  • windows 11
  • msys2
  • sbcl
  • roswell

Error messages

curl -L https://qlot.tech/installer | sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:03 --:--:--     0
100  3687  100  3687    0     0    981      0  0:00:03  0:00:03 --:--:--   981
Welcome to Qlot automatic installer!

Installation path: /home/g23tl/.qlot
Already have an archive: /home/g23tl/.qlot/tmp/qlot.tar.gz
done
Setting it up. This may take a while...
cat ~/.qlot/logs/install-1707917264.log
+++ dirname scripts/setup.sh
++ cd scripts/../
++ pwd -P
+ QLOT_SOURCE_DIR=/home/g23tl/.qlot/qlot
+ '[' -t 1 ']'
++ which ros
+ '[' /mingw64/bin/ros '!=' '' ']'
+ lisp='ros +Q -L sbcl-bin run --'
+ export QLOT_FETCH=curl
+ QLOT_FETCH=curl
+ '[' '!' -f /home/g23tl/.qlot/qlot/.bundle-libs/bundle.lisp ']'
+ '[' -f /home/g23tl/.qlot/qlot/.bundle-libs/bundle.lisp ']'
+ ros +Q -L sbcl-bin run -- --noinform --no-sysinit --no-userinit --non-interactive --load /home/g23tl/.qlot/qlot/.bundle-libs/bundle.lisp --eval '(asdf:load-asd #P"/home/g23tl/.qlot/qlot/qlot.asd")' --eval '(let ((*standard-output* (make-broadcast-stream)) (*trace-output* (make-broadcast-stream))) (mapc (function asdf:load-system) (list :qlot :qlot/cli)))'
Unhandled ASDF/FIND-COMPONENT:MISSING-COMPONENT in thread #<SB-THREAD:THREAD "main thread" RUNNING
                                                             {1004528123}>:
  Component :QLOT not found

Backtrace for: #<SB-THREAD:THREAD "main thread" RUNNING {1004528123}>
0: (SB-DEBUG::DEBUGGER-DISABLED-HOOK Component :QLOT not found #<unused argument> :QUIT T)
1: (SB-DEBUG::RUN-HOOK *INVOKE-DEBUGGER-HOOK* Component :QLOT not found)
2: (INVOKE-DEBUGGER Component :QLOT not found)
3: (ERROR ASDF/FIND-COMPONENT:MISSING-COMPONENT :REQUIRES :QLOT)
4: ((:METHOD ASDF/OPERATE:OPERATE (SYMBOL T)) ASDF/LISP-ACTION:LOAD-OP :QLOT) [fast-method]
5: ((SB-PCL::EMF ASDF/OPERATE:OPERATE) #<unused argument> #<unused argument> ASDF/LISP-ACTION:LOAD-OP :QLOT)
6: ((LAMBDA NIL :IN ASDF/OPERATE:OPERATE))
7: ((:METHOD ASDF/OPERATE:OPERATE :AROUND (T T)) ASDF/LISP-ACTION:LOAD-OP :QLOT) [fast-method]
8: (ASDF/SESSION:CALL-WITH-ASDF-SESSION #<FUNCTION (LAMBDA NIL :IN ASDF/OPERATE:OPERATE) {10032FD24B}> :OVERRIDE T :KEY NIL :OVERRIDE-CACHE T :OVERRIDE-FORCING NIL)
9: ((LAMBDA NIL :IN ASDF/OPERATE:OPERATE))
10: (ASDF/SESSION:CALL-WITH-ASDF-SESSION #<FUNCTION (LAMBDA NIL :IN ASDF/OPERATE:OPERATE) {10032F85AB}> :OVERRIDE NIL :KEY NIL :OVERRIDE-CACHE NIL :OVERRIDE-FORCING NIL)
11: ((:METHOD ASDF/OPERATE:OPERATE :AROUND (T T)) ASDF/LISP-ACTION:LOAD-OP :QLOT) [fast-method]
12: (ASDF/OPERATE:LOAD-SYSTEM :QLOT)
13: ((LAMBDA ()))
14: (SB-INT:SIMPLE-EVAL-IN-LEXENV (LET ((*STANDARD-OUTPUT* (MAKE-BROADCAST-STREAM)) (*TRACE-OUTPUT* (MAKE-BROADCAST-STREAM))) (MAPC (FUNCTION ASDF/OPERATE:LOAD-SYSTEM) (LIST :QLOT :QLOT/CLI))) #<NULL-LEXENV>)
15: (EVAL (LET ((*STANDARD-OUTPUT* (MAKE-BROADCAST-STREAM)) (*TRACE-OUTPUT* (MAKE-BROADCAST-STREAM))) (MAPC (FUNCTION ASDF/OPERATE:LOAD-SYSTEM) (LIST :QLOT :QLOT/CLI))))
16: (SB-IMPL::PROCESS-EVAL/LOAD-OPTIONS ((:EVAL . "(progn #-ros.init(cl:load \"C:\\\\\\\\msys64\\\\\\\\mingw64\\\\\\\\etc\\\\\\\\roswell\\\\\\\\init.lisp\"))") (:EVAL . "(ros:run '())") (:LOAD . "C:/msys64/home/g23tl/.qlot/qlot/.bundle-libs/bundle.lisp") (:EVAL . "(asdf:load-asd #P\"/home/g23tl/.qlot/qlot/qlot.asd\")") (:EVAL . "(let ((*standard-output* (make-broadcast-stream)) (*trace-output* (make-broadcast-stream))) (mapc (function asdf:load-system) (list :qlot :qlot/cli)))") (:QUIT)))
17: (SB-IMPL::TOPLEVEL-INIT)
18: ((FLET SB-UNIX::BODY :IN SB-IMPL::START-LISP))
19: ((FLET "WITHOUT-INTERRUPTS-BODY-3" :IN SB-IMPL::START-LISP))
20: (SB-IMPL::%START-LISP)
21: ("foreign function: #x14003E875")
22: ("foreign function: #x140009A10")

unhandled condition in --disable-debugger mode, quitting

Versions:

  • windows 11
  • sbcl 2.3.2
  • roswell 22.12.14.113(NO-GIT-REVISION) and sbcl-2.4.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant