help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: failed to compute the derivation for Guix


From: Fredrik Salomonsson
Subject: Re: failed to compute the derivation for Guix
Date: Wed, 24 Mar 2021 10:37:03 -0700

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 via email to

[Prev in Thread] Current Thread [Next in Thread]