From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54040) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eKmlT-0005pk-QM for guix-patches@gnu.org; Fri, 01 Dec 2017 09:58:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eKmlO-00085P-TY for guix-patches@gnu.org; Fri, 01 Dec 2017 09:58:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:59657) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eKmlO-000855-P6 for guix-patches@gnu.org; Fri, 01 Dec 2017 09:58:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eKmlO-0000TM-Ek for guix-patches@gnu.org; Fri, 01 Dec 2017 09:58:02 -0500 Subject: [bug#29409] [PATCH] tests: install: Increase extlinux install partition size. Resent-Message-ID: References: <877euhtjkj.fsf@gmail.com> <1511976873-26867-1-git-send-email-m.othacehe@gmail.com> <87fu8v1yj3.fsf@gnu.org> <87wp26sisz.fsf@gmail.com> From: Mathieu Othacehe In-reply-to: <87wp26sisz.fsf@gmail.com> Date: Fri, 01 Dec 2017 15:57:23 +0100 Message-ID: <87tvxasdgs.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 29409@debbugs.gnu.org > 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. --8<---------------cut here---------------start------------->8--- Starting download of /gnu/store/a62j9z64i667zi6c2g9xhm15pld6rnyz-binutils-2.23.2.tar.xz >From ftp://alpha.gnu.org/gnu/guix/bootstrap/x86_64-linux/20131110/binutils-2.23.2.tar.xz... ERROR: In procedure getaddrinfo: Name or service not known --8<---------------cut here---------------end--------------->8--- Mathieu