From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49657) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eKnrM-00033k-Tz for guix-patches@gnu.org; Fri, 01 Dec 2017 11:08:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eKnr9-0003sj-4u for guix-patches@gnu.org; Fri, 01 Dec 2017 11:08:16 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:59743) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eKnr8-0003rw-8a for guix-patches@gnu.org; Fri, 01 Dec 2017 11:08:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eKnr8-0002Cc-1P for guix-patches@gnu.org; Fri, 01 Dec 2017 11:08:02 -0500 Subject: [bug#29409] [PATCH] tests: install: Increase extlinux install partition size. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <877euhtjkj.fsf@gmail.com> <1511976873-26867-1-git-send-email-m.othacehe@gmail.com> <87fu8v1yj3.fsf@gnu.org> <87wp26sisz.fsf@gmail.com> <87tvxasdgs.fsf@gmail.com> Date: Fri, 01 Dec 2017 17:07:48 +0100 In-Reply-To: <87tvxasdgs.fsf@gmail.com> (Mathieu Othacehe's message of "Fri, 01 Dec 2017 15:57:23 +0100") Message-ID: <87y3mme8iz.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Mathieu Othacehe Cc: 29409@debbugs.gnu.org Mathieu Othacehe skribis: >> The test "installed-os" also fails with the same error. >> >> Any idea of what is going on ? > > After git clean and make clean this issue disappears. > However, another issue appears : > > when running "guix system init /mnt/etc/config.scm /mnt > --no-substitutes" in qemu, it tries to build several packages including > binutils. > > This fails because there is no network in qemu machine. > > Starting download of /gnu/store/a62j9z64i667zi6c2g9xhm15pld6rnyz-binutils= -2.23.2.tar.xz > From ftp://alpha.gnu.org/gnu/guix/bootstrap/x86_64-linux/20131110/binutil= s-2.23.2.tar.xz... > ERROR: In procedure getaddrinfo: Name or service not known Presumably that=E2=80=99s because of grafts. The tests in (gnu tests install) go to great lengths to ensure that this doesn=E2=80=99t happen. At least you=E2=80=99ll have to use --no-grafts. HTH, Ludo=E2=80=99.