Re: sbcl-ningle: permission denied

2021-12-12 Thread Guillaume Le Vaillant
The package for ningle has a custom phase changing the name of the compiled files, this is why when you try to load it ASDF thinks that the system has not been compiled yet, tries to compile it and fails because it can't write the compiled files to the read-only "/gnu/store/...". I don't know if t

Re: sbcl-ningle: permission denied

2021-12-12 Thread edk
Hi ! The store (everything under /gnu/store) is read-only. The only way to edit it is when building a package. If cl-ningle does not call asdf:make, then you'll need to edit the package so that it does. Maybe there's a way to tell asdf to put build products somewhere else than near the source co