From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Othacehe Subject: bug#30825: Building disk-image fails Date: Thu, 15 Mar 2018 16:58:53 +0100 Message-ID: <87zi39tjnm.fsf@gmail.com> References: <20180315133724.GA1967@jurong> <87efkluzld.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34377) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ewVIW-0005qM-8t for bug-guix@gnu.org; Thu, 15 Mar 2018 12:00:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ewVIQ-0005Ge-IX for bug-guix@gnu.org; Thu, 15 Mar 2018 12:00:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55654) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ewVIQ-0005GW-EN for bug-guix@gnu.org; Thu, 15 Mar 2018 12:00:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ewVIQ-0001D9-66 for bug-guix@gnu.org; Thu, 15 Mar 2018 12:00:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87efkluzld.fsf@gnu.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 30825@debbugs.gnu.org Hi Ludo & Andreas, > Could you do: > > guix gc --references /gnu/store/vd8bx5jd868mnhm0mdj8zgjsvjakzh4y-disk-image.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. :-) That how I debug this part of the code, so let's wait for the answer :) Mathieu