In Fedora 40 I encountered one error building the documentation, because it did not find libflint.so.18 (it is now libflint.so.19). I got two solutions: symbolic link of libflint.so.19 to libflint.so.19, or complete rebuild.
The test passed for src/sage/libs/gap/element.pyx and had the following errors: ---------------------------------------------------------------------- sage -t --warn-long 41.7 --random-seed=202040355264923817183740811695574750001 src/sage/interfaces/maxima_abstract.py # 2 doctests failed sage -t --warn-long 41.7 --random-seed=202040355264923817183740811695574750001 src/sage/tests/cmdline.py # 12 doctests failed sage -t --warn-long 41.7 --random-seed=202040355264923817183740811695574750001 src/sage/interfaces/giac.py # 3 doctests failed sage -t --warn-long 41.7 --random-seed=202040355264923817183740811695574750001 src/sage/rings/real_mpfr.pyx # 1 doctest failed sage -t --warn-long 41.7 --random-seed=202040355264923817183740811695574750001 src/sage/calculus/tests.py # 1 doctest failed ---------------------------------------------------------------------- The error for cmdline.py is old and related to sage_sws2rst. For tests.py: ********************************************************************** File "src/sage/calculus/tests.py", line 126, in sage.calculus.tests Failed example: integrate(x^x,x) Expected: integrate(x^x, x) Got: /usr/include/c++/14/bits/stl_vector.h:1130: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](size_type) [with _Tp = long long int ; _Alloc = std::allocator<long long int>; reference = long long int&; size_type = long unsigned int]: Assertion '__n < this->size()' failed. integrate(x^x, x) ********************************************************************** For real_mpfr.pyx is a fricas failure. For giac.py, maybe it comes from the system package as for maxima_abstract.py El sábado, 25 de mayo de 2024 a las 21:18:40 UTC+2, Volker Braun escribió: > 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 > > Fixes OSX but 32-bit is still broken. > > 77323e28f7c (tag: 10.4.beta7, github/develop) Updated SageMath version to > 10.4.beta7 > 7e761162d6e gh-38049: Fix broken docker/Dockerfile > c2b63fcb1c9 gh-38046: Fix wrong urls in changes.html > 81c1fd99154 gh-38045: simplify handling of dead oeis sequences > 001b8fb65fb gh-38042: assign names to constructed Hadamard matrices > 4f8a407595f gh-38041: Installation Guide: Remove some distracting > wikipedia links > 8b08434758a gh-38038: cython-lint in quivers/ > b17bc6fa7e5 gh-38036: cython-lint for schemes > e93e77d4f80 gh-38033: Avoid conflict with macro `minor` > 9ac71104b57 gh-38031: Remove remaining `# coding: utf-8` lines in > `src/sage` > 1858f074cbd gh-38030: Relative to absolute imports, `del lazy_import` in > `.all` files > 6d02e7b730e gh-38027: Work on `FlatsMatroid` > 886fb1d21cb gh-38025: `fflas_ffpack`, `linbox`: Switch to release tarballs > with working libtool > fe3f4fdd6a6 gh-38023: tox.ini (local-homebrew): Fix homebrew auto-update > breakage > ccc8895ab5e gh-38022: `sage.schemes`: Deprecate `is_...` functions > 8a3aa875d43 gh-38021: `build/pkgs/flint/spkg-configure.m4`: Reject broken > FLINT package on homebrew > 10c4e781832 gh-38020: Workaround for passing givaro library to linker on > OSX > 62089f753d2 gh-38018: move Frobenius and derivations to category of > Commutative Rings > fd6c71c8dd5 gh-38016: `Arch Linux`: Remove `libgiac` and rename > `texlive-collection-luatex` > 0dc8b4ea9b6 gh-38013: `DualMatroid`: Add `is_valid` and `relabel` methods > aa6f8a7834a gh-38008: `gcc`, `gfortran`: Update to 13.2.0; remove > `debian-buster-gcc_spkg` from CI > 74f244c8fb6 gh-38005: Fix Help menu breakdown in external jupyterlab case > bcf27091ef2 gh-37995: Remove interactive confirmation for installing > experimental packages > 6f7f7be6ce0 gh-37994: some care for empty lines in pyx files (pep8 codes > E30) > 7834014801d gh-37993: `sage.calculus.expr`: Split out from > `sage.calculus.all` > f66875794a0 gh-37986: `.github/workflows/docker_hub.yml`: Do not fail when > there are no credentials > c7183b8b632 gh-37984: Ruff details in algebras and categories > e02486a80bc gh-37980: Fix order computation for linear groups GL(n, R) and > SL(n, R) > 7473e4f653d gh-37973: Remove legacy direct installation of sagelib > (`configure --disable-editable --disable-wheels`) > 7fdafbd7a26 gh-37972: Fix comparison for divisors of curves (and FormalSum > commutativity) > 1de533d5c1a gh-37959: `configure`: Fix "command not found" error after > #36776 > 8d871d3d5c7 gh-37952: Adding add_bigoh methods to lazy power/Laurent > series and coercions to the finite precision implementations > a2c88a66666 gh-37951: declare the last arg to GAP_CallFunc3Args volatile > b2c3894386c gh-37930: Work on `CircuitsMatroid` > 0da8273847a gh-37926: `Makefile`, `.ci/write-dockerfile.sh`: Update for > `src/pyproject.toml` after #36982 > 11aff1eda9d gh-37924: Deprecate `is_FGP_Module`, `is_FilteredVectorSpace`, > `is_FreeQuadraticModule`, `is_FreeModule`, `is_FreeModuleHomspace`, > `is_MatrixSpace`, `is_Module`, `is_VectorSpace`, `is_VectorSpaceHomspace` > 25a5f963447 gh-37922: Deprecate `is_Category`, `is_Endset`, `is_Homset`, > `is_Parent`, `is_RingHomset`, `is_SimplicialComplexHomset` > 4e30af09e34 gh-37895: `sage.modular.hecke`: Deprecate `is_Hecke...` > functions > c3719ba911a gh-37886: Remove pointless rpaths on macOS; make sage-env > polite when run on systems with no toolchain > e8b7fbb7945 gh-37873: `sage.libs.pynac`: Remove, deprecated in #32386 > (2021) > 5110596b18e gh-37864: `sage.numerical.interactive_simplex_method`: Remove > dependency on SR > b13df98cae7 gh-37840: `sage-logger`: Replace use of `/usr/bin/time` by > bash keyword `time` > 3ca2d0996f5 gh-37726: sage-bootstrap: update cryptographic hashes > 179603d6c50 gh-37690: using pathlib.Path to handle attached files > b1d0e63262a gh-37458: Improve FLINT autogen README > fec763c40e0 gh-37453: tox.ini: Add environments `ruff`, `ruff-minimal`; GH > Actions: run `ruff-minimal` > 5c0dd607aaf gh-37415: make EllipticCurvePoint_field inherit from > EllipticCurvePoint > 4a6edc3d308 gh-37203: `build/pkgs/flint` 3.1.3 > 83a7fac354e gh-36525: GH Actions: Fix build of macOS x86_64 wheels, build > wheels for sagemath-{bliss,coxeter3,mcqd,tdlib} for PyPI > c4681e3e496 gh-37726: sage-bootstrap: update cryptographic hashes > ffbbea9cb23 (tag: 10.4.beta6) Updated SageMath version to 10.4.beta6 > -- 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/5bd86456-3f71-41f0-8aaf-73f9048353b7n%40googlegroups.com.
