Bug#577210: tries to write FASL in wrong directory

2010-04-19 Thread Peter Van Eynde
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello Faré, I'll try to update clc and friends as soon as possible. On 14/04/10 00:28, Faré wrote: 2- C-L-C needs to (asdf:clear-output-translations) and (asdf:clear-source-registry) right before it dumps images, for all implementations. ok

Bug#577210: tries to write FASL in wrong directory

2010-04-19 Thread Faré
I'll try to update clc and friends as soon as possible. Thanks a lot! 2- C-L-C needs to (asdf:clear-output-translations) and (asdf:clear-source-registry) right before it dumps images, for all implementations. ok Presumably it would implement a function (pre-image-dump-cleanups) or some

Bug#577210: tries to write FASL in wrong directory

2010-04-13 Thread Faré
Severity: critical now that I look at it again, 1- if we don't fix this bug, C-L-C is unusable to whomever doesn't configure asdf-output-translations himself. 2- C-L-C needs to (asdf:clear-output-translations) and (asdf:clear-source-registry) right before it dumps images, for all

Bug#577210: tries to write FASL in wrong directory

2010-04-10 Thread Pierre THIERRY
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)

Bug#577210: tries to write FASL in wrong directory

2010-04-10 Thread Faré
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