Open regularfry opened 1 month ago
Replacing the github
source with a git
source works around the issue.
Qlot 1.2.13 is too old.
Install the latest version from GitHub by running ros install fukamachi/qlot/1.5.10
.
Sorry, I don't seem to be able to. Apologies for not being able to figure this out, as someone unfamiliar with the ecosystem it's unclear how I should do that.
$ qlot --version
Qlot 1.2.13
$ ros run
* (ql:uninstall "qlot")
T
*
$ ros install fukamachi/qlot/1.5.10
Installing from github fukamachi/qlot
To load "qlot":
Load 1 ASDF system:
asdf
Install 1 Quicklisp release:
qlot
Downloading http://beta.quicklisp.org/archive/qlot/2023-10-21/qlot-20231021-git.tgz
##########################################################################
; Loading "qlot"
[1/3] System 'qlot' found. Loading the system..
[2/3] Processing build-hook..
[3/3] Attempting to install the scripts in roswell/ subdirectory of the system...
Found 1 scripts: qlot
/home/alex/.roswell/bin/qlot
$ qlot --version
Qlot 1.2.13
I feel like there's something I'm missing here. What's the right way to be purging the old version? Do I need to be removing the whole ~/.roswell
directory?
Oh, sorry, I may have told you the wrong method. Perhaps Roswell can't accept installation with tag names.
ros install fukamachi/qlot
fetches from the master branch, so it'd work.
It places the source under ~/.roswell/local-projects/fukamachi/qlot
.
You can do anything with git
command there, like git checkout 1.5.10
.
Even when you feel something wrong with it, you don't need to delete the whole ~/.roswell
directory.
Just delete ~/.roswell/local-projects/fukamachi/qlot
, and try it again.
Describe the bug
Installing from a
github
source never completes, it just seems to go into a busy-loop with one core sat at 100%. This example is from attempting to get(asdf:test-system)
to work on an otherwise newcl-project
project.Reproducible steps
qlot init
2:Error messages
There are no errors, the process never halts. If I interrupt it with ctrl-c then no error message is given.
The
ps
entry looks like this:Versions:
ros install qlot