qi icon indicating copy to clipboard operation
qi copied to clipboard

Tried Qi, could not install dexador (cl+ssl), removed local-projects/qi/* and works again

Open vindarel opened this issue 8 years ago • 3 comments

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.

vindarel avatar Dec 29 '17 16:12 vindarel

What manifest were you trying to install? Did the error occur during installation, or when trying to load the new libraries?

dunn avatar Feb 08 '18 22:02 dunn

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).

vindarel avatar Feb 12 '18 17:02 vindarel

I fixed this second error (unrelated, about a cache putting in a cl21error message) and I'm back on tracks.

vindarel avatar Feb 12 '18 18:02 vindarel