From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Cl=C3=A9ment?= Lassieur Subject: Re: python-minimal built too often Date: Mon, 07 Jan 2019 10:55:14 +0100 Message-ID: <87o98sbxml.fsf@lassieur.org> References: <87imz03nv7.fsf@lassieur.org> <87h8ek3nme.fsf@lassieur.org> <87ftu43nd4.fsf@lassieur.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:51594) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ggRcv-0005z5-IX for help-guix@gnu.org; Mon, 07 Jan 2019 04:55:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ggRct-0004fU-5a for help-guix@gnu.org; Mon, 07 Jan 2019 04:55:21 -0500 Received: from mail-ed1-f52.google.com ([209.85.208.52]:43228) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ggRcs-0004fG-Op for help-guix@gnu.org; Mon, 07 Jan 2019 04:55:18 -0500 Received: by mail-ed1-f52.google.com with SMTP id f9so239325eds.10 for ; Mon, 07 Jan 2019 01:55:17 -0800 (PST) Received: from newt (smtp.parrot.biz. [62.23.167.188]) by smtp.gmail.com with ESMTPSA id a13-v6sm17409341ejt.69.2019.01.07.01.55.14 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 07 Jan 2019 01:55:15 -0800 (PST) In-reply-to: <87ftu43nd4.fsf@lassieur.org> 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" To: help-guix@gnu.org For some reason it was fixed by adding https://mirror.hydra.gnu.org. I don't understand why it was necessary, since it's not the official substitute server according to the docs. I thought https://ci.guix.info would be good enough, but it's not the case yet. Cl=C3=A9ment Lassieur writes: > Also, I have https://ci.guix.info as substitute server, and I expect > python-minimal to be built there ;-). > > Cl=C3=A9ment Lassieur writes: > >> Sorry I sent the email too early. >> >> My small GuixSD machine builds python-minimal after a reconfigure that >> only changes an nginx configuration. >> >> What I did is: >> >> guix pull (building python-minimal) >> guix reconfigure config.scm >> small nginx config change in config.scm >> guix reconfigure config.scm (building python-minimal, again) >> >> It takes a long time for my machine to build python-minimal, so it's >> pretty annoying. Is it a bug? A configuration error? Any idea how I >> could fix it? >> >> Thanks, >> Cl=C3=A9ment >> >> Cl=C3=A9ment Lassieur writes: >> >>> Hi, >>> >>> My small GuixSD machine builds python-minimal after a reconfigure that >>> only changes an nginx