guix-1.3 on Ubuntu-22.04 is broken because of outdated datefudge.

  • Done
  • quality assurance status badge
Details
3 participants
  • Dmitry Nikolaev
  • 宋文武
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Dmitry Nikolaev
Severity
normal

Debbugs page

Dmitry Nikolaev wrote 2 years ago
(address . bug-guix@gnu.org)
1db9d0ea-d2a7-36b0-fb80-9db722f2f15b@zho.pa
Hello.

I recently tried to install guix on Ubuntu 22.04 from APT. Installation
goes well, but 'guix pull' does not work. It tries to download
datefudge-1.23, but fails.

Starting download of
/gnu/store/g0ha1fd0x299w48hfgs2sa1sl1b6vlnq-datefudge_1.23.tar.xz
From
download failed
404 "Not Found"

Starting download of
/gnu/store/g0ha1fd0x299w48hfgs2sa1sl1b6vlnq-datefudge_1.23.tar.xz
From
download failed
404 "Not Found"

Starting download of
/gnu/store/g0ha1fd0x299w48hfgs2sa1sl1b6vlnq-datefudge_1.23.tar.xz
From
download failed
404 "Not Found"

Starting download of
/gnu/store/g0ha1fd0x299w48hfgs2sa1sl1b6vlnq-datefudge_1.23.tar.xz
From
download failed
404 "Not Found"

Starting download of
/gnu/store/g0ha1fd0x299w48hfgs2sa1sl1b6vlnq-datefudge_1.23.tar.xz
From
Throw to key gnutls-error' with args (#<gnutls-error-enum Error in the
pull function.> handshake)'.

Starting download of
/gnu/store/g0ha1fd0x299w48hfgs2sa1sl1b6vlnq-datefudge_1.23.tar.xz
From
download failed
404 "Not Found"

Starting download of
/gnu/store/g0ha1fd0x299w48hfgs2sa1sl1b6vlnq-datefudge_1.23.tar.xz
From
download failed
404 "Not Found"
failed to download
"/gnu/store/g0ha1fd0x299w48hfgs2sa1sl1b6vlnq-datefudge_1.23.tar.xz" from
"mirror://debian/pool/main/d/datefudge/datefudge_1.23.tar.xz"


As you can see, datefudge-1.23 is outdated. Even Debian oldstable is
using datefudge-1.24. My last hope was to download it from
ci.guix.gnu.org, but I got gnutls-error.

Looks like guix-1.3 is completely unusable on Ubuntu.


Dmitry Nikolaev
Dmitry Nikolaev wrote 2 years ago
The problem is not with datefudge.
(address . 65282@debbugs.gnu.org)
1d72524a-e16e-b584-911d-05cc3c62ffc8@zho.pa
The problem with guix-1.3 on Ubuntu-22.04 is not with datefudge. The
problem if ci.guix.gnu.org connectivity from Russia.
Dmitry Nikolaev wrote 2 years ago
(address . 65282@debbugs.gnu.org)
215c94ef-5916-d305-261f-3609e8abcf52@zho.pa
The problem with guix-1.3 on Ubuntu-22.04 is not with datefudge. The
problem is ci.guix.gnu.org connectivity from Russia.
宋文武 wrote 2 years ago
Re: bug#65282: guix-1.3 on Ubuntu-22.04 is broken because of outdated datefudge.
(name . Dmitry Nikolaev)(address . glaz@zho.pa)(address . 65282@debbugs.gnu.org)
87h6p0y2u0.fsf_-_@envs.net
Dmitry Nikolaev <glaz@zho.pa> writes:

Toggle quote (3 lines)
> The problem with guix-1.3 on Ubuntu-22.04 is not with datefudge. The
> problem is ci.guix.gnu.org connectivity from Russia.

Hello, you could try follow substitute mirrors if ci doesn't works:


Hope this could be useful, thanks!
Maxim Cournoyer wrote 2 years ago
(name . 宋文武)(address . iyzsong@envs.net)(address . 65282-done@debbugs.gnu.org)(name . Dmitry Nikolaev)(address . glaz@zho.pa)
87a5ukcgfa.fsf@gmail.com
Hello,

宋文武 <iyzsong@envs.net> writes:

Toggle quote (14 lines)
> Dmitry Nikolaev <glaz@zho.pa> writes:
>
>> The problem with guix-1.3 on Ubuntu-22.04 is not with datefudge. The
>> problem is ci.guix.gnu.org connectivity from Russia.
>
> Hello, you could try follow substitute mirrors if ci doesn't works:
>
> ci mirror: https://mirror.sjtu.edu.cn/guix/
> bordeaux: https://bordeaux.guix.gnu.org
> bordeaux mirror: https://bordeaux-singapore-mirror.cbaines.net
> bordeaux mirror: https://bordeaux-us-east-mirror.cbaines.net
>
> Hope this could be useful, thanks!

That's been reported before (lack of connectivity from Russia); the best
current solution is to remove https://ci.guix.gnu.orgfrom your
substitute servers and use one of the above alternatives.

Also, is there a reason to use Guix 1.3? Guix 1.4 has long been
released.

Closing; thank you for the report.

--
Thanks,
Maxim
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 65282@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65282
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help