ERROR [transfer|run:135]: [Errno 404] Not Found when downloading cython-3.0.11.tar.gz

59 views
Skip to first unread message

Sébastien Labbé

unread,
Oct 3, 2024, 9:13:40 AM10/3/24
to sage-devel
After a long period using an old version of Sage, I tried to update my version of Sage yesterday to the latest development version, but the `make` gets stuck while trying to download cython and maxima. See excerpt of log below. I have never seen such a problem before, so I post my issue here.

Also, since I was using V=0, I had no clue of what was happening. When running make with default log output, then I see the following:

[cython-3.0.11] WARNING [tarball|download:165]: Invalid checksum; ignoring cached file /home/slabbe/GitBox/sage/upstream/cython-3.0.11.tar.gz
[cython-3.0.11] Attempting to download package cython-3.0.11.tar.gz from mirrors
[cython-3.0.11] https://github.com/sagemath/sage/releases/download/10.5/cython-3.0.11.tar.gz
[cython-3.0.11] [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx]
[cython-3.0.11] ERROR [transfer|run:135]: [Errno 404] Not Found: '//github.com/sagemath/sage/releases/download/10.5/cython-3.0.11.tar.gz'
[cython-3.0.11] https://github.com/sagemath/sage/releases/download/10.4/cython-3.0.11.tar.gz
[cython-3.0.11] [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx]
[cython-3.0.11] ERROR [transfer|run:135]: [Errno 404] Not Found: '//github.com/sagemath/sage/releases/download/10.4/cython-3.0.11.tar.gz'
[cython-3.0.11] https://github.com/sagemath/sage/releases/download/10.3/cython-3.0.11.tar.gz
[cython-3.0.11] [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx]
[cython-3.0.11] ERROR [transfer|run:135]: [Errno 404] Not Found: '//github.com/sagemath/sage/releases/download/10.3/cython-3.0.11.tar.gz'
[cython-3.0.11] https://ftp.rediris.es/mirror/sagemath/spkg/upstream/cython/cython-3.0.11.tar.gz

The same issue happens with maxima:

[maxima-5.47.0] WARNING [tarball|download:165]: Invalid checksum; ignoring cached file /home/slabbe/GitBox/sage/upstream/maxima-5.47.0.tar.gz
[maxima-5.47.0] Attempting to download package maxima-5.47.0.tar.gz from mirrors
[maxima-5.47.0] https://github.com/sagemath/sage/releases/download/10.5/maxima-5.47.0.tar.gz
[maxima-5.47.0] [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx]
[maxima-5.47.0] ERROR [transfer|run:135]: [Errno 404] Not Found: '//github.com/sagemath/sage/releases/download/10.5/maxima-5.47.0.tar.gz'
[maxima-5.47.0] https://github.com/sagemath/sage/releases/download/10.4/maxima-5.47.0.tar.gz
[maxima-5.47.0] [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx]
[maxima-5.47.0] ERROR [transfer|run:135]: [Errno 404] Not Found: '//github.com/sagemath/sage/releases/download/10.4/maxima-5.47.0.tar.gz'
[maxima-5.47.0] https://github.com/sagemath/sage/releases/download/10.3/maxima-5.47.0.tar.gz
[maxima-5.47.0] [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx]
[maxima-5.47.0] ERROR [transfer|run:135]: [Errno 404] Not Found: '//github.com/sagemath/sage/releases/download/10.3/maxima-5.47.0.tar.gz'
[maxima-5.47.0] https://ftp.rediris.es/mirror/sagemath/spkg/upstream/maxima/maxima-5.47.0.tar.gz

Thank you for your help,

Sébastien

Michael Orlitzky

unread,
Oct 3, 2024, 9:17:58 AM10/3/24
to sage-...@googlegroups.com
On Thu, 2024-10-03 at 06:13 -0700, Sébastien Labbé wrote:
> After a long period using an old version of Sage, I tried to update my
> version of Sage yesterday to the latest development version, but the `make`
> gets stuck while trying to download cython and maxima. See excerpt of log
> below. I have never seen such a problem before, so I post my issue here.
>

This never works. Try ./configure --enable-download-from-upstream-url

Kwankyu Lee

unread,
Oct 3, 2024, 9:26:55 AM10/3/24
to sage-devel
I think I experienced the same phenomenon (getting stuck) once before. Later it disappeared perhaps after "make distclean" or something.

I don't know why.

You may try again after removing all files in /home/slabbe/GitBox/sage/upstream/
 

Sébastien Labbé

unread,
Oct 3, 2024, 11:23:30 AM10/3/24
to sage-devel
I am already using ./configure --enable-download-from-upstream-url
Deleting the tar.gz from upstream does not fix the issue.
Now trying make after make distclean.
Thank you for yours ideas.

Reply all
Reply to author
Forward
0 new messages