From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#33539: guix pull error: srfi/srfi-1.scm:592:17: In procedure map1: Date: Wed, 28 Nov 2018 17:50:05 +0100 Message-ID: <878t1d2lky.fsf@gnu.org> References: <87efb52qvz.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]:42171) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gS33H-0006lZ-Mj for bug-guix@gnu.org; Wed, 28 Nov 2018 11:51:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gS33G-00066R-On for bug-guix@gnu.org; Wed, 28 Nov 2018 11:51:03 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:49425) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gS33G-00065O-LI for bug-guix@gnu.org; Wed, 28 Nov 2018 11:51:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gS33G-0002rY-H1 for bug-guix@gnu.org; Wed, 28 Nov 2018 11:51:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (znavko's message of "Wed, 28 Nov 2018 16:39:42 +0100 (CET)") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: znavko@tutanota.com Cc: 33539@debbugs.gnu.org skribis: > No. The moment right now running gives the error: > > # guix pull > Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.= org/git/guix.git '... > Building from this channel: > =C2=A0 guix=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 https://git.savannah.gnu.org/gi= t/guix.git =C2=A0=C2=A0=C2=A0 ad= 8a4a6 > substituting /gnu/store/9acqfn7g6nfgvcrzkq84dlc69ps8b2vg-git-2.19.2.tar.x= z... > guix substitute: error: connect: Connection timed out > substitution of /gnu/store/9acqfn7g6nfgvcrzkq84dlc69ps8b2vg-git-2.19.2.ta= r.xz failed > guix pull: error: build failed: some substitutes for the outputs of deriv= ation `/gnu/store/c1mzmfkmxcimgyq0322bx3044qi1llqi-git-2.19.2.tar.xz.drv' f= ailed (usually happens due to networking issues); try `--fallback' to build= derivation from source=20 > > Berlin works: > # guix pull --substitute-urls=3Dhttps://berlin.guixsd.org > Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.= org/git/guix.git '... > Building from this channel: > =C2=A0 guix=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 https://git.savannah.gnu.org/gi= t/guix.git =C2=A0=C2=A0=C2=A0 ad= 8a4a6 > updating substitutes from 'https://berlin.guixsd.org '... 100.0% > updating substitutes from 'https://berlin.guixsd.org '... 100.0% > Computing Guix derivation for 'x86_64-linux'... | > nothing to be done Indeed, something=E2=80=99s wrong with mirror.hydra.gnu.org right now. I= =E2=80=99m looking into it. In the meantime, the suggested workarounds are: 1. Use https://berlin.guixsd.org as you did above; 2. Use directly https://hydra.gnu.org until the problem is resolved. Thanks, Ludo=E2=80=99.