Skip to content

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

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

Open
phmarek opened this issue Jun 22, 2023 · 1 comment
Open

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

phmarek opened this issue Jun 22, 2023 · 1 comment

Comments

@phmarek
Copy link

phmarek commented Jun 22, 2023

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
Copy link
Author

phmarek commented Jun 22, 2023

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.

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