From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: chroot/aarch64 issues Date: Mon, 04 Jul 2016 15:37:12 +0200 Message-ID: <87h9c5ed87.fsf@gnu.org> References: <20160704104248.GA32334@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]:57567) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bK43s-0000aN-5J for guix-devel@gnu.org; Mon, 04 Jul 2016 09:37:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bK43n-0001vz-69 for guix-devel@gnu.org; Mon, 04 Jul 2016 09:37:19 -0400 In-Reply-To: <20160704104248.GA32334@debian-netbook> (Efraim Flashner's message of "Mon, 4 Jul 2016 13:42:48 +0300") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Efraim Flashner Cc: guix-devel@gnu.org Hi! Efraim Flashner skribis: > On the side I'm working on the aarch64 port, and I've come across a Woohoo! > snag. I've been unable to actually get anything to build. When I start > the daemon as: > `sudo ./pre-inst-env guix-daemon --build-users-group=3Dguixbuild', > when I attempt to build hello I get back the error: > guix build: error: build failed: cloning builder process: Invalid argument Could you strace the daemon itself? sudo ./pre-inst-env strace -f -o log guix-daemon \ --build-users-group=3Dguixbuild I presume EINVAL is returned by clone(2), but it would be good to see that syscall precisely. What Linux version is this? Thanks, Ludo=E2=80=99.