With the latest Python 3.9, I need to apply https://trac.sagemath.org/ticket/32852
Dima On Sun, Nov 14, 2021 at 11:39 AM Enrique Artal <[email protected]> wrote: > > In Fedora 35 it builds applying https://trac.sagemath.org/ticket/32828 and > the proposed solution of https://trac.sagemath.org/ticket/32576 > > El sábado, 13 de noviembre de 2021 a las 18:36:05 UTC+1, [email protected] > escribió: >> >> On Friday, November 12, 2021 at 2:58:48 PM UTC-8 Volker Braun wrote: >>> >>> 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 >>> >>> 6ec717a56d (trac/develop, tag: 9.5.beta6) Updated SageMath version to >>> 9.5.beta6 >> >> >> Thanks, Volker, for preparing the new beta. >> >> A quick look at the portability status as tested on GH Actions at >> https://github.com/sagemath/sage/actions/runs/1455057668: >> >> ubuntu-{trusty,xenial,bionic,focal}, debian-{jessie,stretch}: Clean >> >> debian-buster-standard (https://github.com/sagemath/sage/runs/4195320940): A >> failure related to linbox >> >> sage -t --random-seed=297515214631081454774021642286369805588 >> src/sage/matrix/matrix_integer_dense.pyx >> ********************************************************************** >> File "src/sage/matrix/matrix_integer_dense.pyx", line 3706, in >> sage.matrix.matrix_integer_dense.Matrix_integer_dense.determinant >> Failed example: >> A.determinant(algorithm='linbox',proof=False) == d >> Expected: >> True >> Got: >> False >> >> ubuntu-groovy-standard, debian-bullseye-standard: Severe numerics problems >> (https://trac.sagemath.org/ticket/31621), also the same failure related to >> linbox. >> >> sage -t --random-seed=181813248514244772040490537802294480955 >> src/sage/geometry/polyhedron/base.py # 1 doctest failed >> sage -t --random-seed=181813248514244772040490537802294480955 >> src/sage/geometry/polyhedron/library.py # 1 doctest failed >> sage -t --random-seed=181813248514244772040490537802294480955 >> src/sage/matrix/matrix_double_dense.pyx # 1 doctest failed >> sage -t --random-seed=181813248514244772040490537802294480955 >> src/sage/matrix/matrix_integer_dense.pyx # 1 doctest failed >> sage -t --random-seed=181813248514244772040490537802294480955 >> src/sage/stats/time_series.pyx # 8 doctests failed >> sage -t --random-seed=181813248514244772040490537802294480955 >> src/sage/tests/books/computational-mathematics-with-sagemath/float_doctest.py >> # 1 doctest failed >> >> ubuntu-hirsute-standard (https://github.com/sagemath/sage/runs/4195320730): >> Abort in glp_free >> >> sage -t --random-seed=239469024450973543529159161026976515160 >> src/sage/numerical/linear_tensor_element.pyx >> glp_free: memory allocation error >> Error detected in file env/alloc.c at line 70 >> ------------------------------------------------------------------------ >> /sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/cysignals/signals.cpython-39-x86_64-linux-gnu.so(+0x8614)[0x7f6cb66aa614] >> /sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/cysignals/signals.cpython-39-x86_64-linux-gnu.so(+0x86c9)[0x7f6cb66aa6c9] >> /sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/cysignals/signals.cpython-39-x86_64-linux-gnu.so(+0xb763)[0x7f6cb66ad763] >> /lib/x86_64-linux-gnu/libpthread.so.0(+0x141f0)[0x7f6cb767e1f0] >> /lib/x86_64-linux-gnu/libc.so.6(gsignal+0xcb)[0x7f6cb74bcfbb] >> /lib/x86_64-linux-gnu/libc.so.6(abort+0x116)[0x7f6cb74a2864] >> /lib/x86_64-linux-gnu/libglpk.so.40(+0x5b45)[0x7f6c5e6fcb45] >> /lib/x86_64-linux-gnu/libglpk.so.40(+0x53a93)[0x7f6c5e74aa93] >> /lib/x86_64-linux-gnu/libglpk.so.40(+0x63397)[0x7f6c5e75a397] >> /lib/x86_64-linux-gnu/libglpk.so.40(+0x172bc)[0x7f6c5e70e2bc] >> /lib/x86_64-linux-gnu/libglpk.so.40(glp_delete_prob+0x23)[0x7f6c5e7111e3] >> /sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/numerical/backends/glpk_backend.cpython-39-x86_64-linux-gnu.so(+0x124e5)[0x7f6c5e7e14e5] >> /sage/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/sage/numerical/mip.cpython-39-x86_64-linux-gnu.so(+0xfc15)[0x7f6c62a93c15] >> python3[0x505837] >> python3[0x5f804e] >> python3[0x52c3bc] >> python3(_PyObject_GenericGetAttrWithDict+0x65d)[0x52b71d] >> Killed due to abort >> >> ubuntu-impish (https://github.com/sagemath/sage/runs/4195320765): cysignals >> build failure (https://trac.sagemath.org/ticket/32576) and pyzmq build >> failure (https://trac.sagemath.org/ticket/32828 - needs review) >> >>> > -- > 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/3bd06189-5866-403f-8a4a-9b084454bf5an%40googlegroups.com. -- 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/CAAWYfq3x9%3DxVdM%3Djh7OeAafHGamEYW0UxAFSdKu5SpKJe5viYw%40mail.gmail.com.
