GNU bug report logs - #20757
"unable to fork" on armhf

Previous Next

Package: guix;

Reported by: Efraim Flashner <efraim <at> flashner.co.il>

Date: Sun, 7 Jun 2015 08:43:02 UTC

Severity: normal

Merged with 20735

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: ludo <at> gnu.org (Ludovic Courtès)
To: Efraim Flashner <efraim <at> flashner.co.il>
Cc: 20757 <at> debbugs.gnu.org
Subject: bug#20757: "unable to fork" on armhf
Date: Sun, 07 Jun 2015 21:44:08 +0200
Efraim Flashner <efraim <at> flashner.co.il> skribis:

> I have an armhf marsboard that I'm trying to run guix on top of debian. I
> started by flashing a debian wheezy image, stripping out most of the
> packages, and upgrading to jessie. I installed using the 0.8.2 armhf binary.
> `guix pull` failed with the error "unable to fork: Invalid argument", and
> likewise `guix build hello` also failed.
>
> I ran `sudo strace -o log /root/.guix-profile/bin/guix-daemon
> --build-users-group=guix-builder &`

Could you add -f so that child processes are traced?

  sudo strace -f -o log /root/.guix-profile/bin/guix-daemon \
     --build-users-group=guix-builder &

The main process doesn’t do the interesting bits.

TIA!

Ludo’.




This bug report was last modified 9 years and 257 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.