From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Hotfix (repeat) Date: Tue, 25 Nov 2014 22:41:40 +0100 Message-ID: <87mw7fvtyj.fsf@gnu.org> References: <87tx1p3amm.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtNro-00006S-NS for guix-devel@gnu.org; Tue, 25 Nov 2014 16:41:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XtNrj-0000fb-4X for guix-devel@gnu.org; Tue, 25 Nov 2014 16:41:48 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:39941) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtNri-0000fX-U0 for guix-devel@gnu.org; Tue, 25 Nov 2014 16:41:43 -0500 In-Reply-To: (Deck Pickard's message of "Mon, 24 Nov 2014 16:40:52 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Deck Pickard Cc: guix-devel@gnu.org Deck Pickard skribis: > On 23 Nov 2014 21:49, "Ludovic Court=C3=A8s" wrote: >> >> Deck Pickard skribis: >> >> > From 8e297904d80b39cd510ba0cced37acdb9b1aeb89 Mon Sep 17 00:00:00 2001 >> > From: nebuli >> > Date: Sat, 22 Nov 2014 19:58:24 +0100 >> > Subject: [PATCH 2/4] guix build: Add --max-jobs option (without handli= ng >> > code). >> > >> > * doc/guix.texi: Mention in the docs. >> > * guix/scripts/build.scm: Extend (show-build-options-help) and >> > (%standard-build-options) functions. >> >> Actually I had overlooked that this patch does nothing. :-) >> >> Could you send an updated version that passes the right option to >> =E2=80=98set-build-options=E2=80=99? >> > > No. Using '-c 0 -M 0' fails with cryptic message. Setting max-jobs to 0 leads to: --8<---------------cut here---------------start------------->8--- guix build: error: build failed: unable to start any build; either increase= `--max-jobs' or enable distributed builds --8<---------------cut here---------------end--------------->8--- That=E2=80=99s expected because it really asks for zero locally running bui= ld jobs (something that is useful, for instance, on a Hydra front-end.) Commit f6526eb addresses that in a simple way. Thanks, Ludo=E2=80=99.