quicklisp-client icon indicating copy to clipboard operation
quicklisp-client copied to clipboard

`quicklisp/local-projects` being a symlink doesn't work

Open phmarek opened this issue 2 years ago • 1 comments

My quicklisp/local-projects is a symlink to a different directory hierarchy; ql doesn't support that:

(ql:list-local-projects)
(#P"/home/...my-local-projects/drakmadrakma.asd" ...)

Ie. there's a directory separator missing between the source directory and the asd file.

phmarek avatar Jun 22 '23 08:06 phmarek

After removing the system-index.txt it works again.

My guess is that a QL directory shared between Windows and Linux doesn't work -- Windows will use #\\ in the path names, which then won't work with the linux installation any more -- but the linux side doesn't detect the "bad" names, just ignores them.

phmarek avatar Jun 22 '23 11:06 phmarek