The blocker https://github.com/sagemath/sage/issues/38190 (an optional package sagemath_environment does not allow --enable-system-site-packages) is still not fixed.
On Fri, Jun 28, 2024 at 12:48 AM G. M.-S. <[email protected]> wrote: > > > Same results as with Sage 10.4.rc0, see below. > It would be nice to merge #38135. > > Guillermo > > On Sun, 23 Jun 2024 at 19:26, G. M.-S. <[email protected]> wrote: >> >> >> 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 Thu, 27 Jun 2024 at 23:51, 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 >> >> b7dd28d2456 (tag: 10.4.rc1, github/develop) Updated SageMath version to >> 10.4.rc1 >> 19bd20218ef gh-38260: `build/pkgs/pynormaliz`: Fix tarball name, >> version_requirements.txt >> 440b4837977 gh-38222: Reject system gap 4.13 >> 82bc2c34c66 gh-37998: Update conda-lock files, rename macOS conda-lock files >> to match CI Conda, remove unexplained duplicate lock files >> ab24dac430e (tag: 10.4.rc0) Updated SageMath version to 10.4.rc0 > > > -- > 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/CANnG18946_ba_Yyc_T07-3EeCs58M1fFZeRycXeg3sEouYem4g%40mail.gmail.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/CAAWYfq1_t29D2jL%2B9qRTgCMdXwB8L5ihxE0oON6M90ik5PEHLQ%40mail.gmail.com.
