From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36952) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eL6Vf-0000ts-AK for guix-patches@gnu.org; Sat, 02 Dec 2017 07:03:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eL6Vb-00087h-AC for guix-patches@gnu.org; Sat, 02 Dec 2017 07:03:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:60592) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eL6Vb-00087b-7J for guix-patches@gnu.org; Sat, 02 Dec 2017 07:03:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eL6Va-0003rX-Lk for guix-patches@gnu.org; Sat, 02 Dec 2017 07:03: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> <87tvxasdgs.fsf@gmail.com> <87y3mme8iz.fsf@gnu.org> From: Mathieu Othacehe In-reply-to: <87y3mme8iz.fsf@gnu.org> Date: Sat, 02 Dec 2017 13:02:32 +0100 Message-ID: <87k1y51go7.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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 Hey Ludo, > Presumably that’s because of grafts. > > The tests in (gnu tests install) go to great lengths to ensure that this > doesn’t happen. At least you’ll have to use --no-grafts. On two different machines, with those two commands : --8<---------------cut here---------------start------------->8--- GUIX_BUILD_OPTIONS="--no-grafts" && make check-system TESTS="installed-os" make check-system TESTS="installed-os" --8<---------------cut here---------------end--------------->8--- i have the same result, the vm tries to download binutils sources. Do you see another reason ? Thanks, Mathieu