Le samedi 27 juin 2020 16:04:09 UTC+2, Jonathan Kliem a écrit : > > Looks like the same problem we had on > https://trac.sagemath.org/ticket/27122#comment:64 > > Are you compiling with CFLAGS containing `-march=native` or similiar? >
I dunno : just doing "make distclean ; ./configure ; make". I think I need handholding... > > Disabling `-march=native` for GAP solved the problem there. > > Here is the corresponding commit (needs some modification of course, but > it's only two lines): > > <http://goog_1405602105> > > https://git.sagemath.org/sage.git/commit/?h=234338ea6283549195c4b22fc84cb621fcb75c48&id=4c52d4d43794f807875739deb27a51d46836764c > > I hope that helps. > > Jonathan > > P.S. The problem showed up all the sudden for centos-8 and linuxmint 19.3. > Then also ubuntu bionic and ubuntu focal. > > Am Samstag, 27. Juni 2020 07:29:04 UTC+2 schrieb tdumont: >> >> When upgrading from 9.1 to 9.2, building the doc: >> 1) >> >> [reference] Sphinx v3.0.4 en cours d'exécution >> [reference] WARNING: l'entrée html_static_path >> '/usr/local/sage3/sage/src/doc/common/static' n'existe pas >> [reference] WARNING: l'entrée html_static_path 'static' n'existe pas >> [reference] WARNING: le fichier de favicon 'favicon.ico' n'existe pas >> [reference] chargement de l'environnement pickled... échoué >> [reference] échec : version non à jour de l’environnement de construction >> ... >> [reference] >> /usr/local/sage3/sage/src/doc/en/reference/references/index.rst:36: >> WARNING: La citation [AAGMRZ2019] n'est pas référencée >> [reference] >> /usr/local/sage3/sage/src/doc/en/reference/references/index.rst:40: >> WARNING: La citation [Ab1995] n'est pas référencée >> ... (a lot of messages like this) >> [reference] build a réussi, 1327 warnings. >> [reference] The inventory files are in >> local/share/doc/sage/inventory/en/reference/references. >> >> 2) >> Error building the documentation. >> Traceback (most recent call last): >> File "/usr/local/sage3/sage/local/lib/python3.7/runpy.py", line 193, >> in _run_module_as_main >> "__main__", mod_spec) >> File "/usr/local/sage3/sage/local/lib/python3.7/runpy.py", line 85, in >> _run_code >> exec(code, run_globals) >> File >> "/usr/local/sage3/sage/local/lib/python3.7/site-packages/sage_setup/docbuild/__main__.py", >> >> >> line 2, in <module> >> main() >> File >> "/usr/local/sage3/sage/local/lib/python3.7/site-packages/sage_setup/docbuild/__init__.py", >> >> >> line 1721, in main >> builder() >> File >> "/usr/local/sage3/sage/local/lib/python3.7/site-packages/sage_setup/docbuild/__init__.py", >> >> >> line 328, in _wrapper >> getattr(get_builder(document), 'inventory')(*args, **kwds) >> File >> "/usr/local/sage3/sage/local/lib/python3.7/site-packages/sage_setup/docbuild/__init__.py", >> >> >> line 551, in _wrapper >> self._build_bibliography(lang, format, *args, **kwds) >> File >> "/usr/local/sage3/sage/local/lib/python3.7/site-packages/sage_setup/docbuild/__init__.py", >> >> >> line 528, in _build_bibliography >> build_many(build_ref_doc, references) >> File >> "/usr/local/sage3/sage/local/lib/python3.7/site-packages/sage_setup/docbuild/__init__.py", >> >> >> line 281, in build_many >> _build_many(target, args, processes=NUM_THREADS) >> File >> "/usr/local/sage3/sage/local/lib/python3.7/site-packages/sage_setup/docbuild/utils.py", >> >> >> line 283, in build_many >> raise worker_exc.original_exception >> OSError: WARNING: l'entrée html_static_path >> '/usr/local/sage3/sage/src/doc/common/static' n'existe pas >> >> >> * This is persisting, even after a "make doc-clean" >> * Ubuntu 20-04. >> >> But, as could be expected, sage starts. >> >> Yours. >> t.d. >> > -- 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/fc753721-c71c-4604-9e08-9966daa6ea6eo%40googlegroups.com.
