Am Montag, 10. Dezember 2012 schrieb Ludovic Courtès: > Can you run: > guix-build -e '(@ (distro packages base) guile-final)' --keep-failed I already used ./pre-inst-env guix-build guile-2.0.6 so the build tree is there. > Once it has failed, can you please apply this patch in the build tree: > This will print a line on stdout starting with “;;;”. Please post that line. ;;; (((up "/tmp/nix-build-dgk2vcwfmniiq2b5bk36whmq815abxva- guile-2.0.6.drv-0/guile-2.0.6/test-EACCES") (leaf "/tmp/nix-build- dgk2vcwfmniiq2b5bk36whmq815abxva-guile-2.0.6.drv-0/guile-2.0.6/test- EACCES/a") (leaf "/tmp/nix-build-dgk2vcwfmniiq2b5bk36whmq815abxva- guile-2.0.6.drv-0/guile-2.0.6/test-EACCES/b") (down "/tmp/nix-build- dgk2vcwfmniiq2b5bk36whmq815abxva-guile-2.0.6.drv-0/guile-2.0.6/test- EACCES"))) > What kernel are you using? What file systems are involved? uname -a Linux debian 3.2.0-4-amd64 #1 SMP Debian 3.2.32-1 x86_64 GNU/Linux The file system is a simple ext3, on a luks encrypted partition in an lvm. The /tmp/nix-build-dgk... directory is owned by root, since the nix-worker was used for building. It has no special attributes. Andreas