Hi Andreas, Andreas Enge skribis: > Am Sonntag, 9. Dezember 2012 schrieb Ludovic Courtès: >> Note that you can get pre-built binaries for x86_64-linux from >> hydra.nixos.org: >> . > > This is a nice feature, thanks for the hint. > > Nevertheless, since I got through building gcc, I would like to finish > the bootstrap process locally now. Unfortunately, it hangs (of all things!) > with guile-2.0.6 now, where "make check" fails. I am attaching the log > file. There is a line > FAIL: ftw.test: file-system-fold: EACCES So this is while building the final Guile. Can you run: guix-build -e '(@ (distro packages base) guile-final)' --keep-failed This will attempt to build the final Guile, and, upon failure, the build tree will be kept under /tmp/nix-build-XXX. Once it has failed, can you please apply this patch in the build tree: