Joshua Branson <
address@hidden> ezt írta (időpont: 2018. okt. 29., H 15:54):
address@hidden (Ludovic Courtès) writes:
> Hello,
>
I was able to update successfully. This bug seems like a duplicate of
python 2 not deterministic. Someone ought to close this bug report.
I believe this is not the case, usually non deterministic means the build is not reproducible, while this is a non-deterministic test failure. I would suggest keeping this bug open, if I am right, maybe renaming to non-deterministic test failure in python2. What do you think?
> Joshua Branson <address@hidden> skribis:
>
>> Joshua Branson <address@hidden> writes:
>>
>>> Well, I thought I'd try to enable substitutes...
>>>
>>> address@hidden guix]# pwd
>>> /var/guix/profiles/per-user/root/guix-profile/share/guix
>>>
>>> guix archive --authorize berlin.guixsd.org.pub
>>>
>>> This commands has been hanging (doing nothing, as far I can tell) for 5+ minutes. That sounds non-normal.
>>
>> Ahh I forgot the "<".
>>
>> guix archive --authorize < berlin.guixsd.org.pub
>
> Note that this authorizes the use of substitutes coming from
> berlin.guixsd.org, but you also need to tell guix-daemon or your guix
> command to actually fetch substitutes from https://berlin.guixsd.org.
> You can do that with the --substitute-urls option:
>
> https://www.gnu.org/software/guix/manual/en/html_node/Substitutes.html
>
> Let us know how it goes!
>
> Ludo’.