Tried Qi, could not install dexador (cl+ssl), removed local-projects/qi/* and works again
Hi, I figured I'd leave a note. I experienced a problem: I tried Qi. I ran qi:install once and I was unable to quickload another project, in another Slime session. I got the error from dexador.backend:usocket that
; The symbol "MAKE-CONTEXT" is not external in the CL+SSL package.
and indeed, it wasn't. This was added in Dexador in february, 2017.
Qi was trying to load cl+ssl from qi's dependencies. I deleted quicklisp/local-projects/qi/* and it worked again.
What manifest were you trying to install? Did the error occur during installation, or when trying to load the new libraries?
I noticed this again. Happened after a QL-dist update. I was trying to quickload a system of mine, I got an error about a library (osicat, cffi) and noticed that QL was getting cffi from Qi's dependencies directory. I deleted Qi's directory (it was not in a asdf or QL-aware directory) but I have another error so I can't say yet if this action fixed the pb…
This might come from a trailing misconfiguration of mine (so I wouldn't be upset if you closed the issue as is).
I fixed this second error (unrelated, about a cache putting in a cl21error message) and I'm back on tracks.