From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#20757: "unable to fork" on armhf Date: Sun, 07 Jun 2015 21:44:08 +0200 Message-ID: <87k2vfwbg7.fsf@gnu.org> References: <20150607114147.5ad49048@debian-netbook> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z1gVE-0005JO-QV for bug-guix@gnu.org; Sun, 07 Jun 2015 15:45:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z1gVE-0006GY-1g for bug-guix@gnu.org; Sun, 07 Jun 2015 15:45:04 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:34358) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z1gVD-0006GO-TD for bug-guix@gnu.org; Sun, 07 Jun 2015 15:45:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Z1gVD-0007oq-Gf for bug-guix@gnu.org; Sun, 07 Jun 2015 15:45:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20150607114147.5ad49048@debian-netbook> (Efraim Flashner's message of "Sun, 7 Jun 2015 11:41:47 +0300") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Efraim Flashner Cc: 20757@debbugs.gnu.org Efraim Flashner 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 bina= ry. > `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=3Dguix-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=3Dguix-builder & The main process doesn=E2=80=99t do the interesting bits. TIA! Ludo=E2=80=99.