Update: This is on an Apple Silicon Mac M1 Pro with Homebrew up to date, on macOS 12.7.5 (Xcode 14.2).
After installing all Homebrew packages indicated in https://doc.sagemath.org/html/en/installation/source.html#sec-installation-from-sources (thanks Dima!), doing ./configure and using the modified files from https://github.com/sagemath/sage/pull/38135 one has that make make pytest succeed and make ptestlong gives ---------------------------------------------------------------------- sage -t --long --warn-long 35.2 --random-seed=296324616119942766729862235454385249578 src/doc/en/prep/Quickstarts/Statistics-and-Distributions.rst # 1 doctest failed sage -t --long --warn-long 35.2 --random-seed=296324616119942766729862235454385249578 src/sage/interfaces/interface.py # 1 doctest failed sage -t --long --warn-long 35.2 --random-seed=296324616119942766729862235454385249578 src/sage/interfaces/r.py # 1 doctest failed sage -t --long --warn-long 35.2 --random-seed=296324616119942766729862235454385249578 src/sage/misc/sageinspect.py # 1 doctest failed sage -t --long --warn-long 35.2 --random-seed=296324616119942766729862235454385249578 src/sage/repl/ipython_tests.py # 1 doctest failed sage -t --long --warn-long 35.2 --random-seed=296324616119942766729862235454385249578 src/sage/stats/r.py # 1 doctest failed ---------------------------------------------------------------------- all with the same error: Got: During startup - Warning messages: 1: Setting LC_COLLATE failed, using "C" 2: Setting LC_TIME failed, using "C" 3: Setting LC_MESSAGES failed, using "C" 4: Setting LC_MONETARY failed, using "C" Redoing the tests after export LC_COLLATE=C export LC_TIME=C export LC_MESSAGES=C export LC_MONETARY=C one gets ---------------------------------------------------------------------- All tests passed! ---------------------------------------------------------------------- HTH, Guillermo On Sat, 22 Jun 2024 at 21:54, Volker Braun <[email protected]> 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 > > ab24dac430e (github/develop, tag: 10.4.rc0) Updated SageMath version to > 10.4.rc0 > b7e60e16198 gh-38101: Various Python package upgrades > 8d66ac3c695 gh-38225: fix trivial typos in graphs/traversals.pyx > 1fc0dde2759 gh-38215: Fix typo "sage.ring" in docstrings > 11bf188af62 gh-38214: test that #38159 is fixed > 883c168d93f gh-38213: Fix regex to remove spurious diffs in doc preview > 807aff720f3 gh-38212: bump prompt_toolkit/version_requirements.txt, more > spkg-configures > 2ff30273961 gh-38210: `sage.rings`: Modularization fixes (imports), `# > needs` > c8089ebf0f6 gh-38209: Fix infinite loop bug in doctest from #36581 > 8fea1cfacf3 gh-38206: Lint: Install tox from ubuntu, as done in CI > Build&Test etc. > 2ba3ea19cf1 gh-38200: > build/pkgs/sagemath_{categories,environment,objects,repl}: Change to > optional > 080cebe17c1 gh-38198: Improve complexity comments for graphs > a43e74a282b gh-38197: Column and row stabilizers for skew tableaux > 693e45ad991 gh-38196: Use equality '==' instead of 'is' for strings > comparison > affe03d6f2c gh-38193: `sage.algebras`...`sage.topology`: Doctest > cosmetics, `# needs`, import fixes > ca110c56fc9 gh-38189: Improve DiGraph neighbor iterators > 19724da9998 gh-38184: Deprecate `is_FreeAlgebraQuotientElement`, ... > e57b899d8b7 gh-38181: `sage.plot`, `sage.repl`: Modularization fixes > (imports), `# needs` > c706cf81084 gh-38180: `sage.interfaces`: More `lazy_import` > 82fda3e5a4a gh-38179: `tox.ini`, `.github/workflows`, `.devcontainer`: > Remove centos-stream-8 (EOL) > 607855a43cf gh-38178: some care for blank lines in pyx in padics > 46304b79276 gh-38177: some care for blanklines in pyx in stats > 64b0dbe4366 gh-38176: fix and activate E305 in pyx files > b261c3e262a gh-38171: fix some details in the documentation of digraph > generators > 7beacf08041 gh-38170: `sage.categories`: Update `# needs`, modularization > fixes (imports) > 1f0a3ad907f gh-38168: some care about the documentation of graph generators > cee58906577 gh-38167: New methods for sparse graphs backend to enumerate > neighbors in linear time > 66b35121140 gh-38165: simplify some calls to join > c57cf01063f gh-38163: `build/pkgs/tdlib`: Update to 0.9.3 > 407af9c60a7 gh-38160: details in partition.py (code and pep8) > f71f2ea063e gh-38153: Remove imports pyx > 978ec4ffeb5 gh-38141: build/pkgs/sympy: Update to 1.12.1, change to wheel > package > 16452c26e0d gh-38140: e_antic 2.0.2, normaliz 3.10.3, pynormaliz 2.20, > polymake 4.12 > ed39553bf2b gh-38129: Fix live doc build by saving runner space > 3cc13a268d0 gh-38128: Deprecate `is_AlgebraicNumber`, `is_AlgebraicReal`, > `is_ComplexDoubleElement`, `is_ComplexIntervalFieldElement`, > `is_ComplexNumber`, `is_FractionField`, `is_FractionFieldElement`, > `is_Integer`, `is_IntegerMod`, `is_IntegerRing`, `is_Rational`, > `is_RationalField`, `is_RealDoubleElement`, `is_RealIntervalField`, > `is_RealIntervalFieldElement`, `is_RealNumber` > 67b5de7933b gh-38102: Implement the intrinsic arrangement of a Specht > module > 45d8b27e751 gh-38097: Refactor `CachedRepresentation` through new class > `WithPicklingByInitArgs` > acc92543b84 gh-38096: `sage.combinat`, `sage.games`: Use more > `lazy_import` in all.py files > 91d8be9f89d gh-38084: Implemented a generator for Möbius ladder graph > 7f3080ffcc5 gh-38064: Steinhaus-Johnson-Trotter algorithm for permutations > d9f2a63efd1 gh-38019: find integral solutions to matrix equations over PIDs > de1d8185cc4 gh-37834: `build/pkgs/python3`: Update to 3.12.4; declare > support of Python 3.12.x stable > 19a623377d0 gh-37830: Implement the Schur functors applied to semigroup > representations > 8f6b1e52b7f gh-37801: Drop custom GLPK patch and error handling > ac5126980ad gh-37430: Refactor `bootstrap`, `bootstrap-conda`, > `m4/sage_spkg_collect.m4`, `sage-spkg-info` through `sage --package > properties`, `sage-get-system-packages` > 8110dc5cae2 gh-37312: `sage.plot.animate`: Use FFmpeg.absolute_filename; > `sage.features`: Remove deprecated methods > e69245c4134 gh-36980: Specht modules for Ariki-Koike algebras > 0df98b31e3b gh-35396: Activate/fix rpy2 tests > 31e216689af (tag: 10.4.beta9) Updated SageMath version to 10.4.beta9 > -- 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/CANnG18-%3DK_VF%2BvVQBwMe4%2B2Qi-g%3DoCmmhj-YoVydryghwfD4rg%40mail.gmail.com.
