unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Fredrik Salomonsson <plattfot@posteo.net>
To: Leo Famulari <leo@famulari.name>
Cc: help-guix <help-guix@gnu.org>
Subject: Re: failed to compute the derivation for Guix
Date: Wed, 24 Mar 2021 10:37:03 -0700	[thread overview]
Message-ID: <87a6qs78sg.fsf@posteo.net> (raw)
In-Reply-To: <YFq6NAvmWbgsLNSd@jasmine.lan>

Leo Famulari <leo@famulari.name> writes:
> This looks like bugs #47157 / #47266:
>
> https://bugs.gnu.org/47157
> https://bugs.gnu.org/47266
>
> If so, it's a transient networking error caused by problems in Guix
> fixed in more recent versions. You'll need to retry `guix pull` until it
> succeeds and then restart guix-daemon.
>
> Let us know how it goes!

That was it! I justed needed to try 6 more times to have it go through :).

Here's what I did, which is just add a loop around the solution in
https://bugs.gnu.org/47266

---8<---------------------------------------------------------------------------
try=1; while ! guix pull;\
do echo "Attempt $(( try++ )) failed, try again"; \
done && echo "Attempt $try succeeded!" && systemctl restart guix-daemon
--------------------------------------------------------------------------->8---

Thanks!

-- 
s/Fred[re]+i[ck]+/Fredrik/g


  reply	other threads:[~2021-03-24 17:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-24  2:29 failed to compute the derivation for Guix Fredrik Salomonsson
2021-03-24  4:04 ` Leo Famulari
2021-03-24 17:37   ` Fredrik Salomonsson [this message]
2021-03-24 19:31     ` Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a6qs78sg.fsf@posteo.net \
    --to=plattfot@posteo.net \
    --cc=help-guix@gnu.org \
    --cc=leo@famulari.name \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).