From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52412) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eLmGN-0005uv-MX for guix-patches@gnu.org; Mon, 04 Dec 2017 03:38:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eLmGI-0007fe-Lt for guix-patches@gnu.org; Mon, 04 Dec 2017 03:38:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:35576) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eLmGI-0007fG-HY for guix-patches@gnu.org; Mon, 04 Dec 2017 03:38:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eLmGI-0006fF-6e for guix-patches@gnu.org; Mon, 04 Dec 2017 03:38: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> <87374rsj5n.fsf@gnu.org> <87d13v1pco.fsf@gmail.com> Date: Mon, 04 Dec 2017 09:37:43 +0100 In-Reply-To: <87d13v1pco.fsf@gmail.com> (Mathieu Othacehe's message of "Sun, 03 Dec 2017 22:19:35 +0100") Message-ID: <87k1y2sxbc.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 Heya, Mathieu Othacehe skribis: >> https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3Dcdc938daf91f15= 9e082c5b81a44b074f7bf6d991 >> >> Let me know if anything=E2=80=99s amiss! > > Thanks, it looks rather tricky ! I run the test suite again and got a > few failures when building guix : > > The error seems to come from : > > ERROR: In procedure setvbuf: > ERROR: Wrong type (expecting exact integer): line > builder for `/tmp/guix-tests/store/c12sgw3ip2pmwbrmz9yld5ndfq3ck5x3-profi= le.drv' failed with exit code 1 Thing is, every time I push a fix, I also push a new bug. ;-) This one was fixed a few minutes later in 2815fca1423cf72e6f3d0e774f1058bcbf8dfdbf. Thanks, Ludo=E2=80=99.