On Debian testing running on core i7 + 16 GB RAM, make fails. From 
install.log :
[sagemath_doc_html-none] Build finished. The built documents can be found 
in /usr/local/sage-10/local/share/doc/sage/inventory/en/reference/functions 
[sagemath_doc_html-none] [discrete_] WARNING: error while formatting 
arguments for 
sage.geometry.integral_points.InequalityCollection.are_satisfied: 
'NoneType' object has no attribute 'find' [sagemath_doc_html-none] 
[discrete_] WARNING: error while formatting arguments for 
sage.geometry.integral_points.InequalityCollection.satisfied_as_equalities: 
'NoneType' object has no attribute 'find' [sagemath_doc_html-none] 
[discrete_] WARNING: error while formatting arguments for 
sage.geometry.integral_points.loop_over_parallelotope_points: 'NoneType' 
object has no attribute 'find' [sagemath_doc_html-none] [discrete_] 
WARNING: error while formatting arguments for 
sage.geometry.integral_points.parallelotope_points: 'NoneType' object has 
no attribute 'find' [sagemath_doc_html-none] [discrete_] WARNING: error 
while formatting arguments for 
sage.geometry.integral_points.ray_matrix_normal_form: 'NoneType' object has 
no attribute 'find' [sagemath_doc_html-none] [discrete_] WARNING: error 
while formatting arguments for 
sage.geometry.integral_points.simplex_points: 'NoneType' object has no 
attribute 'find' [sagemath_doc_html-none] sage --docbuild --no-pdf-links 
reference/history_and_license inventory --no-prune-empty-dirs 
[sagemath_doc_html-none] [discrete_] The inventory files are in 
../../local/share/doc/sage/inventory/en/reference/discrete_geometry. 
[sagemath_doc_html-none] Error building the documentation. 
[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 
"/usr/local/sage-10/pkgs/sage-docbuild/sage_docbuild/__main__.py", line 
498, in <module> [sagemath_doc_html-none] sys.exit(main()) 
[sagemath_doc_html-none] ^^^^^^ [sagemath_doc_html-none] File 
"/usr/local/sage-10/pkgs/sage-docbuild/sage_docbuild/__main__.py", line 
495, in main [sagemath_doc_html-none] builder() [sagemath_doc_html-none] 
File "/usr/local/sage-10/pkgs/sage-docbuild/sage_docbuild/builders.py", 
line 819, in _wrapper [sagemath_doc_html-none] getattr(DocBuilder, 
build_type)(self, *args, **kwds) [sagemath_doc_html-none] File 
"/usr/local/sage-10/pkgs/sage-docbuild/sage_docbuild/builders.py", line 
163, in f [sagemath_doc_html-none] runsphinx() [sagemath_doc_html-none] 
File "/usr/local/sage-10/pkgs/sage-docbuild/sage_docbuild/sphinxbuild.py", 
line 327, in runsphinx [sagemath_doc_html-none] sys.stderr.raise_errors() 
[sagemath_doc_html-none] File 
"/usr/local/sage-10/pkgs/sage-docbuild/sage_docbuild/sphinxbuild.py", line 
263, in raise_errors [sagemath_doc_html-none] raise OSError(self._error) 
[sagemath_doc_html-none] OSError: WARNING: error while formatting arguments 
for sage.geometry.integral_points.InequalityCollection.are_satisfied: 
'NoneType' object has no attribute 'find' [sagemath_doc_html-none] 
[sagemath_doc_html-none] Note: incremental documentation builds sometimes 
cause spurious [sagemath_doc_html-none] error messages. To be certain that 
these are real errors, run [sagemath_doc_html-none] "make doc-clean 
doc-uninstall" first and try again. 

Same result *after* make doc-clean doc-uninstall.

I’m stuck…
​
Le dimanche 26 mars 2023 à 14:54:16 UTC+2, Volker Braun a écrit :

> 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
>
> Also, in case you see a big scary man in the middle attack warning when 
> you connect to github: Yes, github did rotate their ssh host key ;-)
>
>
> 82e02a10e90 (tag: 10.0.beta6, github/develop) Updated SageMath version to 
> 10.0.beta6
> 4452928a1a4 gh-35206: fixing some E502 (unnecessary backslash) in pyx files
> 77a0c34f71e gh-35205: remove deprecated slicing semantics of polynomials
> 4676d932f42 gh-35204: Remove directories leftover from improper shutdown 
> so sage-cleaner won't kill random processes
> e70da89c8cb gh-35203: sagemath-standard: Add dependencies 
> `typing_extensions`, `importlib_resources`, `importlib_metadata`
> 2540fe8f1f6 gh-35197: Fix bug with Set equality/inequality
> e1cb236907a gh-35195: Workaround for an ecl race in maxima init
> bd8ede6eb4d gh-35193: symbolics: add derivative operator
> c140569c4e5 gh-35189: Add typing to tangent vectors
> 88a9ab82d35 gh-35186: Various improvements to Weyl character rings
> 249f67b60ea gh-35185: Bump actions/cache from 2 to 3
> 110a3ccca4d gh-35184: Bump actions/github-script from 3.1.0 to 6.4.0
> a3e8d990255 gh-35183: Bump codecov/codecov-action from 2 to 3
> b2965a270b4 gh-35180: fix(docs): use double backquotes for a command
> 002b464c35b gh-35177: Matplotlib 3.7.0 support
> 1e777978d91 gh-35174: cleaning and enhancement to PolyDict
> 85b1e026a2b gh-35173: Speedup of Poset characteristic polynomial
> 81bacf5e853 gh-35170: Fix bug in is_eulerian
> 883b99331ca gh-35169: CI: Add PDF doc building
> 25a085387e4 gh-35165: activate W293 and E714 in pyx files
> dc4930a5342 gh-35164: compute the matrix of an isogeny on a given 
> n-torsion subgroup
> e5cc348b117 gh-35163: Fix the documentation for the so matrix Lie algebra
> af27c833462 gh-35162: Fix a slow doctest in matrix_integer_dense_hnf.py
> 366d0cf3591 gh-35160: Move `filterwarnings` calls from `sage.all` to 
> `sage.all__sagemath_repl`
> 6d1467955bd gh-35159: update msolve to 0.4.9
> f8e7176e3d7 gh-35156: Fix index out of range exception (#35031)
> 525b34d3e76 gh-35155: Update the logo at README.md
> a9624338824 gh-35153: `sage.matrix.operation_table`: Modularization and 
> code style fixes
> 670710771fe gh-35151: fix all pycodestyle E303 warnings in all folders c*
> e97e5874d57 gh-35146: Equal hashes for non-isomorphic bipartite graphs 
> with edge labels
> 7bd91aab402 gh-35142: Fix broken link in README
> a40b4883710 gh-35141: Revise the PR template
> a21293e8801 gh-35140: Update normaliz to 3.10.0, update e_antic, pynormaliz
> 4018a78fbe6 gh-35138: Allow skew tableaux to be hashed
> b6b5c2cce14 gh-35136: `sage.{geometry,rings}`: More `# optional` tags in 
> doctests
> 9e9842541bc gh-35135: `sage.geometry.integral_points`: Use generic impl if 
> no `matrix_integer_dense`
> 63ab60df4a4 gh-35132: fix pep8 E303 in various folders (plot, quadratic 
> forms, etc)
> e6bc06f274f gh-35131: PR for issue 32136: Add parameter 'induced' to 
> `connected_subgraphs_iterator`
> b80d04e4591 gh-35128: Fix French notation for Tableau plots
> 53362d1e69a gh-35127: Fix a very slow doctest in 
> `sage/data_structures/stream.py`
> 9955e921ee7 gh-35123: fixing most of pycodestyle E271
> b2e6ba78074 gh-35120: Add optional package cvxpy, update cylp, add CVXPY 
> MIP backend
> e6be37bbe59 gh-35118: `sage.env.sage_include_directories`: Don't use 
> `distutils` and `SAGE_LIB`
> 8c79facb5c8 gh-35117: fix pep E303 in modular/ and algebras/
> 06db831d50f gh-35115: Make the key polynomials know their degree
> 0d01c38713d gh-35114: libgap: Remove some GC hazards
> f18723da821 gh-35113: added check for invalid range in contour_plot and 
> derivatives
> 90f14dc52ba gh-35111: Partly fix conda ci and update python versions tested
> 80511e167b8 gh-35110: Meta-PR: Replace imports from sage.*.all for 
> namespace packages
> eaf63933d94 gh-35080: Use the Docker images published on ghcr.io without 
> 'docker' in the name
> ce41bee6d97 gh-35056: Make automatic codecov report less noisy
> c00e6c204b2 (tag: 10.0.beta5) Updated SageMath version to 10.0.beta5
>

-- 
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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/b94eec8c-a348-4947-98f9-ae2c06c3bd8an%40googlegroups.com.

Reply via email to