Andreas Enge <[email protected]> skribis: > On Thu, Mar 20, 2014 at 07:07:07PM +0100, Ludovic Courtès wrote: >> Anything on guix-daemon’s stderr/stdout? Does ‘guix build >> --verbosity=20’ provide useful info? > > Well, here everything looks as if things were fine. There are tons of output, > and the last lines are:
[...] > guix build: error: build failed: failed to set up the build environment for > `/gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv' Could you trace guix-daemon with: strace -f -o log -p XYZ where XYZ is the PID of the parent guix-daemon process (if there are several guix-daemon processes, use ‘pstree’ or similar to determine which one is the parent); and then run ‘guix build’ again. Another idea: does your machine have /dev/kvm? TIA, Ludo’.
