Chris Dale <[email protected]> skribis:
> http://pastebin.com/S2MWqCAQ
Please, rather copy in the body of the message.
> On x86_64 arch Linux, using Guile 2.0.9
>
> guix_localstatedir='/usr/local/var'
> localstatedir='${prefix}/var'
>
> With user build group "guix-builder", which definitely exists.
>
> This was the result of running "guix package -i hello" on a fresh new guix
> 0.2
So, let me ask questions from the previous thread again. ;-)
How did you run the daemon? Normally it must run as root, with
--build-users-group=guix-builder. It must not complain about missing
chroot support or anything like that.
What does “guix-daemon --help | grep -A3 chroot” say?
Can you copy the output of ‘guix build hello -n’? Normally it should
report that it would download everything, and build nothing.
What’s in /usr/local/var/nix/substitute-binary/cache?
Thanks for the report!
Ludo’.