Re: Failed to set up the build environment for…

2014-03-22 Thread Ludovic Courtès
Andreas Enge andr...@enge.fr skribis: On Fri, Mar 21, 2014 at 01:49:59PM +0100, Ludovic Courtès wrote: For now, the “solution” is to create it like this: sudo mknod /dev/kvm c 10 232 Can you confirm? Yes, that works. Together with /dev/shm (how is this affected by the change, by the

Re: Failed to set up the build environment for…

2014-03-21 Thread Ludovic Courtès
Andreas Enge andr...@enge.fr skribis: guix package: error: build failed: failed to set up the build environment for `/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv' On Thu, Mar 20, 2014 at 10:40:20PM +0100, Ludovic Courtès wrote: strace -f -o log -p XYZ I am attaching the file

Re: Failed to set up the build environment for…

2014-03-21 Thread Andreas Enge
On Fri, Mar 21, 2014 at 01:49:59PM +0100, Ludovic Courtès wrote: For now, the “solution” is to create it like this: sudo mknod /dev/kvm c 10 232 Can you confirm? Yes, that works. Together with /dev/shm (how is this affected by the change, by the way?), there are more and more things to

Re: Failed to set up the build environment for…

2014-03-21 Thread Alex Sassmannshausen
Hello, Andreas Enge writes: On Fri, Mar 21, 2014 at 01:49:59PM +0100, Ludovic Courtès wrote: For now, the “solution” is to create it like this: sudo mknod /dev/kvm c 10 232 Can you confirm? Yes, that works. Indeed that works a charm! Thanks for your help. Alex

Re: Failed to set up the build environment for…

2014-03-21 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: Andreas Enge andr...@enge.fr skribis: Another idea: does your machine have /dev/kvm? No. That’s indeed the problem: 20584 stat(/dev/kvm, 0x7fff2745d348) = -1 ENOENT (No such file or directory) 20584 futex(0x7f01cf335404, FUTEX_WAKE_PRIVATE,

Re: Failed to set up the build environment for…

2014-03-21 Thread Mark H Weaver
Mark H Weaver m...@netris.org writes: l...@gnu.org (Ludovic Courtès) writes: Andreas Enge andr...@enge.fr skribis: Another idea: does your machine have /dev/kvm? No. That’s indeed the problem: 20584 stat(/dev/kvm, 0x7fff2745d348) = -1 ENOENT (No such file or directory) 20584

Re: Failed to set up the build environment for…

2014-03-20 Thread Andreas Enge
-started /gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv - x86_64-linux /usr/local/guix-git/var/log/guix/drvs/l5//ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv.bz2 guix build: error: build failed: failed to set up the build environment for `/gnu/store

Re: Failed to set up the build environment for…

2014-03-20 Thread Ludovic Courtès
: error: build failed: failed to set up the build environment for `/gnu/store/byc1s5m1zfyxjhkwcj7j6226i459zbwa-module-import.drv' Now I get the same problem with guix build --no-substitutes pari-gp The complete output is: The following derivation will be built: /gnu/store

Re: Failed to set up the build environment for…

2014-03-20 Thread Andreas Enge
' | building of `/gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv': goal destroyed guix build: error: build failed: failed to set up the build environment for `/gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv' The file /gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari

Re: Failed to set up the build environment for…

2014-03-20 Thread Ludovic Courtès
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

Re: Failed to set up the build environment for…

2014-03-20 Thread Alex Sassmannshausen
Hello, Just a quick note: Ludovic Courtès writes: Another idea: does your machine have /dev/kvm? Mine, as a result of a strange bit of output thrown by guix daemon at some point somewhere causing me to investigate, does not have /dev/kvm. I'll be able to help investigate in a more involved

Re: Failed to set up the build environment for…

2014-03-20 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: Another idea: does your machine have /dev/kvm? Is /dev/kvm now required by the daemon? If so, I'm concerned about portability. Mark

Failed to set up the build environment for…

2014-03-19 Thread Alex Sassmannshausen
package: error: build failed: failed to set up the build environment for `/gnu/store/byc1s5m1zfyxjhkwcj7j6226i459zbwa-module-import.drv' - In the log refreference, you can see '/gnu/store/byc1s5…' and '…/drvs/by//c1s5….'. In the error message you can then see `/gnu/store/byc1s5m…'. It looks