From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#30825: Building disk-image fails Date: Thu, 15 Mar 2018 14:37:24 +0100 Message-ID: <20180315133724.GA1967@jurong> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51463) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ewT54-0005vZ-Qf for bug-guix@gnu.org; Thu, 15 Mar 2018 09:38:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ewT50-00053J-S9 for bug-guix@gnu.org; Thu, 15 Mar 2018 09:38:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54503) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ewT50-000539-OL for bug-guix@gnu.org; Thu, 15 Mar 2018 09:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ewT50-0005yD-FD for bug-guix@gnu.org; Thu, 15 Mar 2018 09:38:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51289) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ewT4Y-0005Ug-3L for bug-guix@gnu.org; Thu, 15 Mar 2018 09:37:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ewT4U-0004j0-4M for bug-guix@gnu.org; Thu, 15 Mar 2018 09:37:34 -0400 Received: from hera.aquilenet.fr ([2a0c:e300::1]:34840) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ewT4T-0004hF-SP for bug-guix@gnu.org; Thu, 15 Mar 2018 09:37:30 -0400 Content-Disposition: inline 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: 30825@debbugs.gnu.org Hello, trying to build a disk image on armhf on guix git has been failing for a while now with the following, not very informative message: ... grafting '/gnu/store/l5a4h6hjjdpf5kiny97pn1m5wd04ippp-zile-2.4.14' -> '/gnu/store/0dd0gyjknaycp768bh7ms1bz6vs34jms-zile-2.4.14'... Creating manual page database... 1141 entries processed in 7.8 s warning: collision encountered: /gnu/store/7b068yxm2i08v9nymh96zqmdr7awmd1d-inetutils-1.9.4/bin/ifconfig /gnu/store/cb4dwqhgjzvpnjcfynqzg6j1lkfnbpc1-net-tools-1.60-0.479bb4a/bin/ifconfig warning: arbitrarily choosing /gnu/store/7b068yxm2i08v9nymh96zqmdr7awmd1d-inetutils-1.9.4/bin/ifconfig warning: collision encountered: /gnu/store/m8f75dsgp3nbzn9nlzilc0pgh70wka02-util-linux-2.31/sbin/nologin /gnu/store/d7s422nfkydsc2r7wwjzq23qgiw5w9ss-shadow-4.5/sbin/nologin warning: arbitrarily choosing /gnu/store/m8f75dsgp3nbzn9nlzilc0pgh70wka02-util-linux-2.31/sbin/nologin warning: collision encountered: /gnu/store/m8f75dsgp3nbzn9nlzilc0pgh70wka02-util-linux-2.31/share/man/man8/nologin.8.gz /gnu/store/d7s422nfkydsc2r7wwjzq23qgiw5w9ss-shadow-4.5/share/man/man8/nologin.8.gz warning: arbitrarily choosing /gnu/store/m8f75dsgp3nbzn9nlzilc0pgh70wka02-util-linux-2.31/share/man/man8/nologin.8.gz environment variable `PATH' set to `/gnu/store/qh0ipghra0ggh7pnik9hds0qb361hv0k-qemu-minimal-2.11.1/bin:/gnu/store/170l2mhsb0pycki92l7n0ir50hnabq2c-coreutils-8.28/bin' creating raw image of 1004.70 MiB... Formatting '/gnu/store/gqv4i2hamajyqzrdlx90yg3wf49jz6ll-disk-image', fmt=raw size=1053507739 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 guix system: error: build failed: build of `/gnu/store/vd8bx5jd868mnhm0mdj8zgjsvjakzh4y-disk-image.drv' failed ... Andreas