On Tue, Feb 24, 2026 at 11:12 AM Marc Houben < > When building sage, it attempts to obtain a (non-existent) cython tarball > from the sage git. > > Unfortunately, the alternative mirror appears to get stuck as well. > > Perhaps it would be easiest to fix the broken git links?
nothing related to this spkg is broken in git. $ cat build/pkgs/cython/package-version.txt build/pkgs/cython/checksums.ini 3.2.4 tarball=cython-VERSION.tar.gz sha1=4a97aba8bacd090b7cc827ecc6eb36b43514daae sha256=84226ecd313b233da27dc2eb3601b4f222b8209c3a7216d8733b031da1dc64e6 upstream_url=https://files.pythonhosted.org/packages/source/c/cython/cython-VERSION.tar.gz The latter URL is correct, sha256 is correct. What is semi-broken, is the mirror system - some mirrors are long broken, or only function within a certain region. You can always edit upstream/mirror_list to make it to contain only a few geographically meaningful entries. HTH Dima > > [cython-3.2.4] Attempting to download package cython-3.2.4.tar.gz from mirrors > [cython-3.2.4] > https://github.com/sagemath/sage/releases/download/10.9/cython-3.2.4.tar.gz > [cython-3.2.4] > [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] > [cython-3.2.4] ERROR [transfer|run:137]: HTTP Error 404: Not Found > [cython-3.2.4] > https://github.com/sagemath/sage/releases/download/10.8/cython-3.2.4.tar.gz > [cython-3.2.4] > [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] > [cython-3.2.4] ERROR [transfer|run:137]: HTTP Error 404: Not Found > [cython-3.2.4] > https://github.com/sagemath/sage/releases/download/10.7/cython-3.2.4.tar.gz > [cython-3.2.4] > [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] > [cython-3.2.4] ERROR [transfer|run:137]: HTTP Error 404: Not Found > [cython-3.2.4] > https://ftp.rediris.es/mirror/sagemath/spkg/upstream/cython/cython-3.2.4.tar.gz > > -- > You received this message because you are subscribed to the Google Groups > "sage-devel" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion visit > https://groups.google.com/d/msgid/sage-devel/c9f67968-6d5f-4022-b49a-bfa9fa17ab14n%40googlegroups.com. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/sage-devel/CAAWYfq0tHcQ1Hjw4Z3xg8vLOUNWTshe52z01d%3DbRaFCGSSg74w%40mail.gmail.com.
