From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#30825: Building disk-image fails Date: Thu, 15 Mar 2018 16:29:18 +0100 Message-ID: <87efkluzld.fsf@gnu.org> References: <20180315133724.GA1967@jurong> 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]:53529) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ewUpV-0002YI-NY for bug-guix@gnu.org; Thu, 15 Mar 2018 11:30:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ewUpQ-0003UD-4J for bug-guix@gnu.org; Thu, 15 Mar 2018 11:30:09 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55643) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ewUpQ-0003TZ-1T for bug-guix@gnu.org; Thu, 15 Mar 2018 11:30:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ewUpP-0000Ui-HW for bug-guix@gnu.org; Thu, 15 Mar 2018 11:30:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20180315133724.GA1967@jurong> (Andreas Enge's message of "Thu, 15 Mar 2018 14:37:24 +0100") 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" To: Andreas Enge Cc: 30825@debbugs.gnu.org Hello, Andreas Enge skribis: > Formatting '/gnu/store/gqv4i2hamajyqzrdlx90yg3wf49jz6ll-disk-image', fmt= =3Draw size=3D1053507739 > Backtrace: > 2 (primitive-load "/gnu/store/50h7i8w32jxfawm8cdry7ingf1n?") > In ./gnu/build/vm.scm: > 163:4 1 (load-in-linux-vm _ #:output _ #:qemu _ #:memory-size _ ?) > In unknown file: > 0 (scm-error misc-error #f "~A ~S" ("qemu failed" "qem?") #) > > ERROR: In procedure scm-error: > qemu failed "qemu-system-arm" > builder for `/gnu/store/vd8bx5jd868mnhm0mdj8zgjsvjakzh4y-disk-image.drv' = failed with exit code 1 Building an image on ARM, *that=E2=80=99s* bleeding edge! :-) Could you do: guix gc --references /gnu/store/vd8bx5jd868mnhm0mdj8zgjsvjakzh4y-disk-ima= ge.drv | grep disk-image-builder and try to run the qemu-system-arm command that appears there with the arguments that from gnu/build/vm.scm line 163? Mathieu came up with that code and might have a better idea though. :-) Thanks, Ludo=E2=80=99.