From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: help setting up guix from source Date: Wed, 09 Mar 2016 16:43:18 +0100 Message-ID: <87h9gfbqsp.fsf@gnu.org> References: <87lh5tpcmr.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]:58716) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adgGj-0004wN-Ek for help-guix@gnu.org; Wed, 09 Mar 2016 10:43:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1adgGf-0006ga-AD for help-guix@gnu.org; Wed, 09 Mar 2016 10:43:25 -0500 In-Reply-To: ("Aleix Conchillo \=\?utf-8\?Q\?Flaqu\=C3\=A9\=22's\?\= message of "Tue, 8 Mar 2016 14:39:19 -0800") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org To: Aleix Conchillo =?utf-8?Q?Flaqu=C3=A9?= Cc: help-guix@gnu.org Aleix Conchillo Flaqu=C3=A9 skribis: > On Tue, Mar 8, 2016 at 1:01 AM, Ludovic Court=C3=A8s wrote: >> Aleix Conchillo Flaqu=C3=A9 skribis: >> >>> When I run "guix package -i glibc-locales" after setting up the daemon = I get: >>> >>> substitute: updating list of substitutes from 'http://hydra.gnu.org'...= 100.0% >>> >>> over and over. >> >> For the record, the fact that this line is displayed several times in a >> row is a side effect of the recent introduction of grafts=C2=B9. >> >> I=E2=80=99m thinking of improving parallelism and/or increasing caching = to >> mitigate that. >> > > About parallelism, I believe (may be I'm wrong) downloads occur > sequentially right now, I think running them in parallel would speed > up things as well. It=E2=80=99s not entirely clear to me, but you could try by increasing the number of jobs, as in: guix build libreoffice --max-jobs=3D4 The default is one job at a time (but each job can use all the cores.) Thanks, Ludo=E2=80=99.