Hi, A build roughly along the procedure described in "Using conda to provide system packages for the Sage distribution" <https://doc.sagemath.org/html/en/installation/conda.html#using-conda-to-provide-system-packages-for-the-sage-distribution> (`conda env update` instead of `cocnda env create` because the conda environment has been already installed), failed because of the lack of 'markupsafe':
> [sagelib-10.3.beta8] Installing collected packages: sagemath-standard > [sagelib-10.3.beta8] Running setup.py develop for sagemath-standard > [sagelib-10.3.beta8] Running command python setup.py develop > [sagelib-10.3.beta8] > ************************************************************************ > [sagelib-10.3.beta8] Traceback (most recent call last): > [sagelib-10.3.beta8] File "<string>", line 2, in <module> > [sagelib-10.3.beta8] File "<pip-setuptools-caller>", line 34, in > <module> > [sagelib-10.3.beta8] File > "/home/furutaka/work/sage/sage-10.3.beta8-condaSys/src/setup.py", line 85, > in <module> > [sagelib-10.3.beta8] from sage_setup.autogen import autogen_all > [sagelib-10.3.beta8] File > "/home/furutaka/work/sage/sage-10.3.beta8-condaSys/src/sage_setup/autogen/__init__.py", > line 3, in <module> > [sagelib-10.3.beta8] from . import interpreters > [sagelib-10.3.beta8] File > "/home/furutaka/work/sage/sage-10.3.beta8-condaSys/src/sage_setup/autogen/interpreters/__init__.py", > line 118, in <module> > [sagelib-10.3.beta8] from .generator import InterpreterGenerator, > AUTOGEN_WARN > [sagelib-10.3.beta8] File > "/home/furutaka/work/sage/sage-10.3.beta8-condaSys/src/sage_setup/autogen/interpreters/generator.py", > line 19, in <module> > [sagelib-10.3.beta8] from .memory import string_of_addr > [sagelib-10.3.beta8] File > "/home/furutaka/work/sage/sage-10.3.beta8-condaSys/src/sage_setup/autogen/interpreters/memory.py", > line 16, in <module> > [sagelib-10.3.beta8] from .utils import je, reindent_lines as ri > [sagelib-10.3.beta8] File > "/home/furutaka/work/sage/sage-10.3.beta8-condaSys/src/sage_setup/autogen/interpreters/utils.py", > line 19, in <module> > [sagelib-10.3.beta8] from jinja2 import Environment > [sagelib-10.3.beta8] File > "/home/furutaka/mambaforge/envs/sage-build/lib/python3.11/site-packages/jinja2/__init__.py", > line 8, in <module> > [sagelib-10.3.beta8] from .environment import Environment as > Environment > [sagelib-10.3.beta8] File > "/home/furutaka/mambaforge/envs/sage-build/lib/python3.11/site-packages/jinja2/environment.py", > line 14, in <module> > [sagelib-10.3.beta8] from markupsafe import Markup > [sagelib-10.3.beta8] ModuleNotFoundError: No module named 'markupsafe' > [sagelib-10.3.beta8] > ************************************************************************ > [sagelib-10.3.beta8] Error building the Sage library > [sagelib-10.3.beta8] > ************************************************************************ > [sagelib-10.3.beta8] Please email sage-devel ( > http://groups.google.com/group/sage-devel) > [sagelib-10.3.beta8] explaining the problem and including the relevant > part of the log file > [sagelib-10.3.beta8] > /home/furutaka/work/sage/sage-10.3.beta8-condaSys/logs/pkgs/sagelib-10.3.beta8.log > [sagelib-10.3.beta8] Describe your computer, operating system, etc. > [sagelib-10.3.beta8] > ************************************************************************ > [sagelib-10.3.beta8] error: subprocess-exited-with-error > [sagelib-10.3.beta8] > [sagelib-10.3.beta8] × python setup.py develop did not run > successfully. > [sagelib-10.3.beta8] │ exit code: 1 > [sagelib-10.3.beta8] ╰─> See above for output. > Another `make` after doing `conda install conda-forge::markupsafe --name sage-build` then failed in building "sagemath-doc_html-none": > [sagemath_doc_html-none] Traceback (most recent call last): > [sagemath_doc_html-none] File > "/home/furutaka/mambaforge/envs/sage-build/lib/python3.11/site-packages/babel/localtime/_helpers.py", > line 16, in _get_tzinfo > [sagemath_doc_html-none] return pytz.timezone(tzenv) > [sagemath_doc_html-none] ^^^^^^^^^^^^^ > [sagemath_doc_html-none] AttributeError: module 'pytz' has no attribute > 'timezone' > [sagemath_doc_html-none] > [sagemath_doc_html-none] During handling of the above exception, another > exception occurred: > [sagemath_doc_html-none] > [sagemath_doc_html-none] Traceback (most recent call last): > [sagemath_doc_html-none] File "<frozen runpy>", line 198, in > _run_module_as_main > [sagemath_doc_html-none] File "<frozen runpy>", line 88, in _run_code > [sagemath_doc_html-none] File > "/home/furutaka/work/sage/sage-10.3.beta8-condaSys/src/sage_docbuild/__main__.py", > line 65, in <module> > [sagemath_doc_html-none] import sphinx.ext.intersphinx > [sagemath_doc_html-none] File > "/home/furutaka/mambaforge/envs/sage-build/lib/python3.11/site-packages/sphinx/ext/intersphinx.py", > line 36, in <module> > [sagemath_doc_html-none] from sphinx.builders.html import > INVENTORY_FILENAME > [sagemath_doc_html-none] File > "/home/furutaka/mambaforge/envs/sage-build/lib/python3.11/site-packages/sphinx/builders/__init__.py", > line 14, in <module> > [sagemath_doc_html-none] from sphinx.environment import > CONFIG_CHANGED_REASON, CONFIG_OK, BuildEnvironment > [sagemath_doc_html-none] File > "/home/furutaka/mambaforge/envs/sage-build/lib/python3.11/site-packages/sphinx/environment/__init__.py", > line 18, in <module> > [sagemath_doc_html-none] from sphinx.transforms import > SphinxTransformer > [sagemath_doc_html-none] File > "/home/furutaka/mambaforge/envs/sage-build/lib/python3.11/site-packages/sphinx/transforms/__init__.py", > line 20, in <module> > [sagemath_doc_html-none] from sphinx.util.i18n import format_date > [sagemath_doc_html-none] File > "/home/furutaka/mambaforge/envs/sage-build/lib/python3.11/site-packages/sphinx/util/i18n.py", > line 11, in <module> > [sagemath_doc_html-none] import babel.dates > [sagemath_doc_html-none] File > "/home/furutaka/mambaforge/envs/sage-build/lib/python3.11/site-packages/babel/dates.py", > line 34, in <module> > [sagemath_doc_html-none] from babel import localtime > [sagemath_doc_html-none] File > "/home/furutaka/mambaforge/envs/sage-build/lib/python3.11/site-packages/babel/localtime/__init__.py", > line 41, in <module> > [sagemath_doc_html-none] LOCALTZ = get_localzone() > [sagemath_doc_html-none] ^^^^^^^^^^^^^^^ > [sagemath_doc_html-none] File > "/home/furutaka/mambaforge/envs/sage-build/lib/python3.11/site-packages/babel/localtime/__init__.py", > line 37, in get_localzone > [sagemath_doc_html-none] return _get_localzone() > [sagemath_doc_html-none] ^^^^^^^^^^^^^^^^ > [sagemath_doc_html-none] File > "/home/furutaka/mambaforge/envs/sage-build/lib/python3.11/site-packages/babel/localtime/_unix.py", > line 49, in _get_localzone > [sagemath_doc_html-none] tzinfo = _get_tzinfo(zone_name) > [sagemath_doc_html-none] ^^^^^^^^^^^^^^^^^^^^^^ > [sagemath_doc_html-none] File > "/home/furutaka/mambaforge/envs/sage-build/lib/python3.11/site-packages/babel/localtime/_helpers.py", > line 17, in _get_tzinfo > [sagemath_doc_html-none] except pytz.UnknownTimeZoneError: > [sagemath_doc_html-none] ^^^^^^^^^^^^^^^^^^^^^^^^^ > [sagemath_doc_html-none] AttributeError: module 'pytz' has no attribute > 'UnknownTimeZoneError' > [sagemath_doc_html-none] Error: 'sage --docbuild --all-documents' failed > [sagemath_doc_html-none] make[5]: *** [Makefile:41: > doc-inventory-reference] Error 1 > [sagemath_doc_html-none] > [sagemath_doc_html-none] real 0m0.485s > [sagemath_doc_html-none] user 0m0.339s > [sagemath_doc_html-none] sys 0m0.154s > [sagemath_doc_html-none] > ************************************************************************ > [sagemath_doc_html-none] Error installing package sagemath_doc_html-none > [sagemath_doc_html-none] > ************************************************************************ > The log is attached. Kazuyoshi 2024年2月14日(水) 8:40 Volker Braun <[email protected]>: > As always, you can get the latest beta version from the "develop" git > branch. Alternatively, the self-contained source tarball is at > http://www.sagemath.org/download-latest.html > > We should soon start with a release candidate, so if you have any ticket > that you really want to get merged then now is the time to get it in! > > > 30b3d78fac8 (origin/develop, tag: 10.3.beta8) Updated SageMath version to > 10.3.beta8 > 81a374dc4da gh-37290: sagemath-standard: don't require Cython to create > sdist > f71381c36f1 gh-37279: Fix some doctest warnings > 36bf4afd280 gh-37272: enable the generation of acyclic orientations with > `nauty_directg` > 75afadb1669 gh-37270: Allow python 3.12 and scipy 1.12 > d3deb285e50 gh-37269: sage_docbuild: add needs sphinx tags > 5f9ac40378b gh-37258: add type annotations to gens methods > df5e77e5bf5 gh-37256: general cleanup of words/paths.py > 2fd33b964b0 gh-37252: CI: Fix for failure in maximize-build-space > 1cd7585c3c2 gh-37246: minor details in modular > 1ac73d8adca gh-37245: a few details in combinat folder > 46ef3fd7ac4 gh-37240: add one method to integer-valued polynomials > b33cb7515ae gh-37234: make a category of Dedekind domains, remove code > from ring.pyx > 4f78a5f3012 gh-37233: fix small mistake in BQFClassGroupQuotientMorphism > documentation > cd61411b653 gh-37232: Still less use of isinstance of old-parents > 3d38254edba gh-37230: some cython-lint fixes in ecl lib > 1b02deb7f03 gh-37229: some pep8 fixes in coding, in particular E275 > 6b3e7642126 gh-37228: some pep8 fixes in rings, and activate E221 > 705cab1188f gh-37226: unit group of number field: do not expand product > when S is empty > 76b1a92acd3 gh-37225: splitting_field: polred -> polredbest > cdd42d4af9a gh-37223: Remove invariants commands in global namespace > 9e9acfea423 gh-37222: CI Linux Incremental: Do not require label "c: > packages: ..." to be set > 81a23e1d96d gh-37218: Fix to ncsym.ncsym.nesting > 23586cf4085 gh-37215: Remove unnecessary bullet point > 15abc09a456 gh-37210: unify alias substitute for subs > d548c0023f7 gh-37209: Added rational Tamari lattices > bf1c793ecd6 gh-37207: allow algorithm=pari in LLL > f396146fe81 gh-37199: make FreeAlgebra graded and provide is_unit and > __invert__ > d1bbb83ef3f gh-37195: general LU: gather several calls to field inversion > into a single call > adee77d9f49 gh-37193: Some fixes & improvements to autogenerated flint .pxd > 0319fbba80f gh-37185: Fix `sage_setup.clean` doctest > 43686380ed7 gh-37182: Implement Auslander-Reiten quivers > 7c0a5ecd0cb gh-37170: Total refactor of `any_root()` to solve issue in > characteristic two and clean up the code > 49505110153 gh-37148: Add class CircuitsMatroid > dd9abe40439 gh-37143: special subs for fractions > 53c3468f59a gh-37113: Define behaviour of < and > for fractional ideals in > a quaternion algebra > 138b265e5ad gh-37096: Fix `.multiplication_by_m` when m is not coprime to > characteristic (#6413) > ed119f6d025 gh-37073: `build/pkgs/free_fonts`: Fix fedora system package > information > 60ffcefe9ac gh-37065: Installation guide: Use `.. envvar::` to define > environment variables > 96cb4849aa9 gh-37014: Upgrade database_knotinfo to version 2024.2.1 > fe375288d78 gh-37007: normalize projective points over (quotients of) > Euclidean domains > d4b28e18831 gh-36997: `build/pkgs/{givaro,fflas_ffpack,linbox}`: Accept > matching set of new versions > 647ec811c57 gh-36983: Prepare python3 `spkg-configure.m4` for Python 3.12 > (setuptools instead of distutils) > 20a6fde8fa0 gh-36927: src/sage/combinat/designs/subhypergraph_search.pyx: > constness fix for clang 16 > 3942b62a2f0 gh-36915: `configure.ac`: Remove tests for outdated platforms > 6ad8584b4d6 gh-36881: Fix cardinality of special linear group > bbe70e7a14e gh-36805: fast path for Vélu isogenies with a single kernel > generator > 5a3f8eb0af3 gh-36171: Implement Chevalley-Eilenberg complexes with module > coefficients > 2369ddb7f34 gh-35503: add order_from_multiple() to sage.groups.all > 9d24006e703 gh-34976: compute isomorphisms between quaternion orders > 0c390a06f72 (tag: 10.3.beta7) Updated SageMath version to 10.3.beta7 > > -- > 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/2cb4e40e-4c79-4940-872d-cd4598585f26n%40googlegroups.com > <https://groups.google.com/d/msgid/sage-release/2cb4e40e-4c79-4940-872d-cd4598585f26n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Kazuyoshi Furutaka -- 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/CANjERvf1RY%2Bgtj%2B-knZ6eMWPVH%2Bud7hbktWZD6RHnMxN0jqyYg%40mail.gmail.com.
sagemath_doc_html-none ==================================================== Setting up build directory for sagemath_doc_html-none **************************************************** Host system: Linux peart-furu-or-jp 6.7.4-200.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Feb 5 22:21:14 UTC 2024 x86_64 GNU/Linux **************************************************** C compiler: /home/furutaka/mambaforge/envs/sage-build/bin/x86_64-conda-linux-gnu-cc C compiler version: Reading specs from /home/furutaka/mambaforge/envs/sage-build/bin/../lib/gcc/x86_64-conda-linux-gnu/12.3.0/specs could not find specs file conda.specs COLLECT_GCC=/home/furutaka/mambaforge/envs/sage-build/bin/x86_64-conda-linux-gnu-cc COLLECT_LTO_WRAPPER=/home/furutaka/mambaforge/envs/sage-build/bin/../libexec/gcc/x86_64-conda-linux-gnu/12.3.0/lto-wrapper Target: x86_64-conda-linux-gnu Configured with: ../configure --prefix=/home/conda/feedstock_root/build_artifacts/gcc_compilers_1685813973314/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho --with-slibdir=/home/conda/feedstock_root/build_artifacts/gcc_compilers_1685813973314/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib --libdir=/home/conda/feedstock_root/build_artifacts/gcc_compilers_1685813973314/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib --mandir=/home/conda/feedstock_root/build_artifacts/gcc_compilers_1685813973314/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/man --build=x86_64-conda-linux-gnu --host=x86_64-conda-linux-gnu --target=x86_64-conda-linux-gnu --enable-default-pie --enable-languages=c,c++,fortran,objc,obj-c++ --enable-__cxa_atexit --disable-libmudflap --enable-libgomp --disable-libssp --enable-libquadmath --enable-libquadmath-support --enable-libsanitizer --enable-lto --enable-threads=posix --enable-target-optspace --enable-plugin --enable-gold --disable-nls --disable-bootstrap --disable-multilib --enable-long-long --with-sysroot=/home/conda/feedstock_root/build_artifacts/gcc_compilers_1685813973314/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/x86_64-conda-linux-gnu/sysroot --with-build-sysroot=/home/conda/feedstock_root/build_artifacts/gcc_compilers_1685813973314/_build_env/x86_64-conda-linux-gnu/sysroot --with-gxx-include-dir=/home/conda/feedstock_root/build_artifacts/gcc_compilers_1685813973314/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/x86_64-conda-linux-gnu/include/c++/12.3.0 --with-pkgversion='conda-forge gcc 12.3.0-0' --with-bugurl=https://github.com/conda-forge/ctng-compilers-feedstock/issues/new/choose Thread model: posix Supported LTO compression algorithms: zlib gcc version 12.3.0 (conda-forge gcc 12.3.0-0) **************************************************** Old-style or corrupt stamp file '/home/furutaka/mambaforge/envs/sage-build/var/lib/sage/installed/sagemath_doc_html-none' No legacy uninstaller found for 'sagemath_doc_html'; nothing to do Removing stamp file '/home/furutaka/mambaforge/envs/sage-build/var/lib/sage/installed/sagemath_doc_html-none' mkdir -p en/reference/repl sage -advanced > en/reference/repl/options.txt Traceback (most recent call last): File "/home/furutaka/mambaforge/envs/sage-build/lib/python3.11/site-packages/babel/localtime/_helpers.py", line 16, in _get_tzinfo return pytz.timezone(tzenv) ^^^^^^^^^^^^^ AttributeError: module 'pytz' has no attribute 'timezone' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/home/furutaka/work/sage/sage-10.3.beta8-condaSys/src/sage_docbuild/__main__.py", line 65, in <module> import sphinx.ext.intersphinx File "/home/furutaka/mambaforge/envs/sage-build/lib/python3.11/site-packages/sphinx/ext/intersphinx.py", line 36, in <module> from sphinx.builders.html import INVENTORY_FILENAME File "/home/furutaka/mambaforge/envs/sage-build/lib/python3.11/site-packages/sphinx/builders/__init__.py", line 14, in <module> from sphinx.environment import CONFIG_CHANGED_REASON, CONFIG_OK, BuildEnvironment File "/home/furutaka/mambaforge/envs/sage-build/lib/python3.11/site-packages/sphinx/environment/__init__.py", line 18, in <module> from sphinx.transforms import SphinxTransformer File "/home/furutaka/mambaforge/envs/sage-build/lib/python3.11/site-packages/sphinx/transforms/__init__.py", line 20, in <module> from sphinx.util.i18n import format_date File "/home/furutaka/mambaforge/envs/sage-build/lib/python3.11/site-packages/sphinx/util/i18n.py", line 11, in <module> import babel.dates File "/home/furutaka/mambaforge/envs/sage-build/lib/python3.11/site-packages/babel/dates.py", line 34, in <module> from babel import localtime File "/home/furutaka/mambaforge/envs/sage-build/lib/python3.11/site-packages/babel/localtime/__init__.py", line 41, in <module> LOCALTZ = get_localzone() ^^^^^^^^^^^^^^^ File "/home/furutaka/mambaforge/envs/sage-build/lib/python3.11/site-packages/babel/localtime/__init__.py", line 37, in get_localzone return _get_localzone() ^^^^^^^^^^^^^^^^ File "/home/furutaka/mambaforge/envs/sage-build/lib/python3.11/site-packages/babel/localtime/_unix.py", line 49, in _get_localzone tzinfo = _get_tzinfo(zone_name) ^^^^^^^^^^^^^^^^^^^^^^ File "/home/furutaka/mambaforge/envs/sage-build/lib/python3.11/site-packages/babel/localtime/_helpers.py", line 17, in _get_tzinfo except pytz.UnknownTimeZoneError: ^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'pytz' has no attribute 'UnknownTimeZoneError' Error: 'sage --docbuild --all-documents' failed make[5]: *** [Makefile:41: doc-inventory-reference] Error 1 real 0m0.887s user 0m0.327s sys 0m0.179s ************************************************************************ Error installing package sagemath_doc_html-none ************************************************************************ Please email sage-devel (http://groups.google.com/group/sage-devel) explaining the problem and including the log files /home/furutaka/work/sage/sage-10.3.beta8-condaSys/logs/pkgs/sagemath_doc_html-none.log and /home/furutaka/work/sage/sage-10.3.beta8-condaSys/config.log Describe your computer, operating system, etc. If you want to try to fix the problem yourself, *don't* just cd to /home/furutaka/mambaforge/envs/sage-build/var/tmp/sage/build/sagemath_doc_html-none and type 'make' or whatever is appropriate. Instead, the following commands setup all environment variables correctly and load a subshell for you to debug the error: (cd '/home/furutaka/mambaforge/envs/sage-build/var/tmp/sage/build/sagemath_doc_html-none' && '/home/furutaka/work/sage/sage-10.3.beta8-condaSys/sage' --buildsh) When you are done debugging, you can type "exit" to leave the subshell. ************************************************************************ sagemath_doc_html-none ==================================================== Setting up build directory for sagemath_doc_html-none **************************************************** Host system: Linux peart-furu-or-jp 6.7.4-200.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Feb 5 22:21:14 UTC 2024 x86_64 GNU/Linux **************************************************** C compiler: /home/furutaka/mambaforge/envs/sage-build/bin/x86_64-conda-linux-gnu-cc C compiler version: Reading specs from /home/furutaka/mambaforge/envs/sage-build/bin/../lib/gcc/x86_64-conda-linux-gnu/12.3.0/specs could not find specs file conda.specs COLLECT_GCC=/home/furutaka/mambaforge/envs/sage-build/bin/x86_64-conda-linux-gnu-cc COLLECT_LTO_WRAPPER=/home/furutaka/mambaforge/envs/sage-build/bin/../libexec/gcc/x86_64-conda-linux-gnu/12.3.0/lto-wrapper Target: x86_64-conda-linux-gnu Configured with: ../configure --prefix=/home/conda/feedstock_root/build_artifacts/gcc_compilers_1685813973314/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho --with-slibdir=/home/conda/feedstock_root/build_artifacts/gcc_compilers_1685813973314/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib --libdir=/home/conda/feedstock_root/build_artifacts/gcc_compilers_1685813973314/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib --mandir=/home/conda/feedstock_root/build_artifacts/gcc_compilers_1685813973314/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/man --build=x86_64-conda-linux-gnu --host=x86_64-conda-linux-gnu --target=x86_64-conda-linux-gnu --enable-default-pie --enable-languages=c,c++,fortran,objc,obj-c++ --enable-__cxa_atexit --disable-libmudflap --enable-libgomp --disable-libssp --enable-libquadmath --enable-libquadmath-support --enable-libsanitizer --enable-lto --enable-threads=posix --enable-target-optspace --enable-plugin --enable-gold --disable-nls --disable-bootstrap --disable-multilib --enable-long-long --with-sysroot=/home/conda/feedstock_root/build_artifacts/gcc_compilers_1685813973314/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/x86_64-conda-linux-gnu/sysroot --with-build-sysroot=/home/conda/feedstock_root/build_artifacts/gcc_compilers_1685813973314/_build_env/x86_64-conda-linux-gnu/sysroot --with-gxx-include-dir=/home/conda/feedstock_root/build_artifacts/gcc_compilers_1685813973314/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/x86_64-conda-linux-gnu/include/c++/12.3.0 --with-pkgversion='conda-forge gcc 12.3.0-0' --with-bugurl=https://github.com/conda-forge/ctng-compilers-feedstock/issues/new/choose Thread model: posix Supported LTO compression algorithms: zlib gcc version 12.3.0 (conda-forge gcc 12.3.0-0) **************************************************** Package 'sagemath_doc_html' is currently not installed No legacy uninstaller found for 'sagemath_doc_html'; nothing to do mkdir -p en/reference/repl sage -advanced > en/reference/repl/options.txt Traceback (most recent call last): File "/home/furutaka/mambaforge/envs/sage-build/lib/python3.11/site-packages/babel/localtime/_helpers.py", line 16, in _get_tzinfo return pytz.timezone(tzenv) ^^^^^^^^^^^^^ AttributeError: module 'pytz' has no attribute 'timezone' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/home/furutaka/work/sage/sage-10.3.beta8-condaSys/src/sage_docbuild/__main__.py", line 65, in <module> import sphinx.ext.intersphinx File "/home/furutaka/mambaforge/envs/sage-build/lib/python3.11/site-packages/sphinx/ext/intersphinx.py", line 36, in <module> from sphinx.builders.html import INVENTORY_FILENAME File "/home/furutaka/mambaforge/envs/sage-build/lib/python3.11/site-packages/sphinx/builders/__init__.py", line 14, in <module> from sphinx.environment import CONFIG_CHANGED_REASON, CONFIG_OK, BuildEnvironment File "/home/furutaka/mambaforge/envs/sage-build/lib/python3.11/site-packages/sphinx/environment/__init__.py", line 18, in <module> from sphinx.transforms import SphinxTransformer File "/home/furutaka/mambaforge/envs/sage-build/lib/python3.11/site-packages/sphinx/transforms/__init__.py", line 20, in <module> from sphinx.util.i18n import format_date File "/home/furutaka/mambaforge/envs/sage-build/lib/python3.11/site-packages/sphinx/util/i18n.py", line 11, in <module> import babel.dates File "/home/furutaka/mambaforge/envs/sage-build/lib/python3.11/site-packages/babel/dates.py", line 34, in <module> from babel import localtime File "/home/furutaka/mambaforge/envs/sage-build/lib/python3.11/site-packages/babel/localtime/__init__.py", line 41, in <module> LOCALTZ = get_localzone() ^^^^^^^^^^^^^^^ File "/home/furutaka/mambaforge/envs/sage-build/lib/python3.11/site-packages/babel/localtime/__init__.py", line 37, in get_localzone return _get_localzone() ^^^^^^^^^^^^^^^^ File "/home/furutaka/mambaforge/envs/sage-build/lib/python3.11/site-packages/babel/localtime/_unix.py", line 49, in _get_localzone tzinfo = _get_tzinfo(zone_name) ^^^^^^^^^^^^^^^^^^^^^^ File "/home/furutaka/mambaforge/envs/sage-build/lib/python3.11/site-packages/babel/localtime/_helpers.py", line 17, in _get_tzinfo except pytz.UnknownTimeZoneError: ^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'pytz' has no attribute 'UnknownTimeZoneError' Error: 'sage --docbuild --all-documents' failed make[5]: *** [Makefile:41: doc-inventory-reference] Error 1 real 0m0.485s user 0m0.339s sys 0m0.154s ************************************************************************ Error installing package sagemath_doc_html-none ************************************************************************ Please email sage-devel (http://groups.google.com/group/sage-devel) explaining the problem and including the log files /home/furutaka/work/sage/sage-10.3.beta8-condaSys/logs/pkgs/sagemath_doc_html-none.log and /home/furutaka/work/sage/sage-10.3.beta8-condaSys/config.log Describe your computer, operating system, etc. If you want to try to fix the problem yourself, *don't* just cd to /home/furutaka/mambaforge/envs/sage-build/var/tmp/sage/build/sagemath_doc_html-none and type 'make' or whatever is appropriate. Instead, the following commands setup all environment variables correctly and load a subshell for you to debug the error: (cd '/home/furutaka/mambaforge/envs/sage-build/var/tmp/sage/build/sagemath_doc_html-none' && '/home/furutaka/work/sage/sage-10.3.beta8-condaSys/sage' --buildsh) When you are done debugging, you can type "exit" to leave the subshell. ************************************************************************
