On Saturday, May 23, 2020 at 1:40:13 AM UTC-4, Justin C. Walker wrote: > > > > > On May 22, 2020, at 21:41 , Matthias Köppe <[email protected] > <javascript:>> wrote: > > > > On Friday, May 22, 2020 at 6:54:01 PM UTC-7, kcrisman wrote: > > Justin > > > > $ make -j6 build/make/Makefile --stop > > ./bootstrap -d > > rm -rf config configure build/make/Makefile-auto.in > > rm -f src/doc/en/installation/*.txt > > src/doc/bootstrap:48: installing src/doc/en/installation/arch.txt and > src/doc/en/installation/arch-optional.txt > > src/doc/bootstrap:48: installing src/doc/en/installation/debian.txt and > src/doc/en/installation/debian-optional.txt > > src/doc/bootstrap:48: installing src/doc/en/installation/fedora.txt and > src/doc/en/installation/fedora-optional.txt > > src/doc/bootstrap:48: installing src/doc/en/installation/cygwin.txt and > src/doc/en/installation/cygwin-optional.txt > > src/doc/bootstrap:48: installing src/doc/en/installation/homebrew.txt > and src/doc/en/installation/homebrew-optional.txt > > gettext and the gettextize program must be installed and be in > > your PATH. E.g. Homebrew installs them in /usr/local/opt/gettext/bin. > > Bootstrap failed, downloading required files instead. > > Attempting to download package > configure-765c5cb3e24dd134708eca97e4c52e0221cd94ba.tar.gz from mirrors > > Downloading the Sage mirror list > > CRITICAL [mirror_list|_load:91]: Downloaded mirror list has syntax > error: error code: 1010 > > Searching fastest mirror > > ERROR [mirror_list|_rank_mirrors:145]: Could not reach any mirror > directly and no proxy set > > > > I just got exactly the same error, from within binary-pkg. Same issue > that I definitely had internet because binary-pkg just got everything from > the git repo before this happened. Did anyone find a fix or even > diagnosis? > > So far, it appears not. > > > I don't know what's going on with the mirror list, but you can avoid > this particular download by installing autotools (see > build/pkgs/*-bootstrap.txt for the details). > > Any clue why this would afflict 10.14 (after success building 9.1.rc5), > but not 10.13 and 10.15? >
I have a feeling it's more to do with when you try it, or maybe even network issues. The error seems to indicate that there is an error of some kind of in downloading. Some stuff online suggests error code 1010 is a blocked URL? CRITICAL [mirror_list|_load:91]: Downloaded mirror list has syntax error: error code: 1010 https://github.com/sagemath/sage/blob/develop/build/sage_bootstrap/download/mirror_list.py#L91 Anyway, what I did as a workaround was to manually copy the contents of http://www.sagemath.org/mirror_list into the file source/SageMath/jc4b6yulaujayb9sr94ia88eourzeqip0oidmas391y/upstream/mirror_list (your filename will obviously be different). But that is not a long-term solution, and I'm otherwise baffled. -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/e6b9ab09-b9c5-4d75-8a2b-01b55fa02a88%40googlegroups.com.
