[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#33539: guix pull error: srfi/srfi-1.scm:592:17: In procedure map1:
From: |
Ludovic Courtès |
Subject: |
bug#33539: guix pull error: srfi/srfi-1.scm:592:17: In procedure map1: |
Date: |
Wed, 28 Nov 2018 17:50:05 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
<address@hidden> 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
> <https://git.savannah.gnu.org/git/guix.git>'...
> Building from this channel:
> guix https://git.savannah.gnu.org/git/guix.git
> <https://git.savannah.gnu.org/git/guix.git> ad8a4a6
> substituting /gnu/store/9acqfn7g6nfgvcrzkq84dlc69ps8b2vg-git-2.19.2.tar.xz...
> guix substitute: error: connect: Connection timed out
> substitution of /gnu/store/9acqfn7g6nfgvcrzkq84dlc69ps8b2vg-git-2.19.2.tar.xz
> failed
> guix pull: error: build failed: some substitutes for the outputs of
> derivation
> `/gnu/store/c1mzmfkmxcimgyq0322bx3044qi1llqi-git-2.19.2.tar.xz.drv' failed
> (usually happens due to networking issues); try `--fallback' to build
> derivation from source
>
> Berlin works:
> # guix pull --substitute-urls=https://berlin.guixsd.org
> <https://berlin.guixsd.org>
> Updating channel 'guix' from Git repository at
> 'https://git.savannah.gnu.org/git/guix.git
> <https://git.savannah.gnu.org/git/guix.git>'...
> Building from this channel:
> guix https://git.savannah.gnu.org/git/guix.git
> <https://git.savannah.gnu.org/git/guix.git> ad8a4a6
> updating substitutes from 'https://berlin.guixsd.org
> <https://berlin.guixsd.org>'... 100.0%
> updating substitutes from 'https://berlin.guixsd.org
> <https://berlin.guixsd.org>'... 100.0%
> Computing Guix derivation for 'x86_64-linux'... |
> nothing to be done
Indeed, something’s wrong with mirror.hydra.gnu.org right now. I’m
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’.