Package: common-lisp-controller
Version: 7.1
Severity: grave
Although I'm not user with UID 0, CLC tries to write in
/var/cache/c-l-c/0, which is owned by root:
--8<---8<---
pie...@pape:~$ id
uid=1000(pierre) gid=1000(pierre)
groupes=4(
Oh, I think I know: the image is dumped without having run
(asdf:clear-output-translations) and (asdf:clear-source-registry). Oops.
Workaround: run (asdf:initialize-output-translations) in your Lisp at
the beginning,
or re-dump an image with the clear-* at the end of
common-lisp-controller:init-com