From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50088) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eLZzi-0004Kg-0e for guix-patches@gnu.org; Sun, 03 Dec 2017 14:32:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eLZze-0007hF-So for guix-patches@gnu.org; Sun, 03 Dec 2017 14:32:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:35118) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eLZze-0007h2-P3 for guix-patches@gnu.org; Sun, 03 Dec 2017 14:32:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eLZze-0006TD-Bq for guix-patches@gnu.org; Sun, 03 Dec 2017 14:32: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: Sun, 03 Dec 2017 20:31:16 +0100 In-Reply-To: <87tvxasdgs.fsf@gmail.com> (Mathieu Othacehe's message of "Fri, 01 Dec 2017 15:57:23 +0100") Message-ID: <87374rsj5n.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 Hi, 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 It took me a while to figure it out, but the fix is here: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3Dcdc938daf91f159e0= 82c5b81a44b074f7bf6d991 Let me know if anything=E2=80=99s amiss! Thanks, Ludo=E2=80=99.