Re: [sage-devel] Re: Sage 9.7 Doctest/Install Error Sage9.6 Crash Report

2022-07-19 Thread Marc Culler
I just verified that the bug reported in trac #33212 does not arise with the current prerelease of the binary SageMath 9.7 app, which is based on 9.7.beta5. This is consistent with the trac report since the app is built with XCode 13.3.1. Note that the binary app will work on older versions

Re: [sage-devel] Re: Sage 9.7 Doctest/Install Error Sage9.6 Crash Report

2022-07-19 Thread Dima Pasechnik
Thanks. This test error is known, it's a specific to M1 Apple CPUs bug in gf2e external package used by Sage. See https://trac.sagemath.org/ticket/33212 On Tue, Jul 19, 2022 at 4:28 AM Yueqi Li wrote: > > Thank you so much for your help! After using ./sage -t >

Re: [sage-devel] Re: Sage 9.7 Doctest/Install Error Sage9.6 Crash Report

2022-07-18 Thread Yueqi Li
Thank you so much for your help! After using ./sage -t --optional='sage,optional,!sage.misc.cython' --all, I only had two error: ** File "src/sage/modules/vector_rational_dense.pyx", line 112, in

Re: [sage-devel] Re: Sage 9.7 Doctest/Install Error Sage9.6 Crash Report

2022-07-18 Thread Matthias Koeppe
You can also suppress these particular doctests (which test the runtime use of the compilers) using ./sage -t --optional='sage,optional,!sage.misc.cython' --all (see https://trac.sagemath.org/wiki/ReleaseTours/sage-9.7#Modularizationchanges) On Monday, July 18, 2022 at 10:18:25 AM UTC-7 Matthias

Re: [sage-devel] Re: Sage 9.7 Doctest/Install Error Sage9.6 Crash Report

2022-07-18 Thread Matthias Koeppe
These are not the same errors. The linker complains about mpfr not being found. This happens on macOS when you run the doctester (sage -t) from a shell where you didn't run "source ./.homebrew-build-env" On Monday, July 18, 2022 at 1:21:33 AM UTC-7 nicole...@gmail.com wrote: > > I tried

Re: [sage-devel] Re: Sage 9.7 Doctest/Install Error Sage9.6 Crash Report

2022-07-18 Thread Matthias Koeppe
This needs to be done in a shell prepared for building Sage -- don't forget "source ./.homebrew-build-env" On Sunday, July 17, 2022 at 11:16:42 PM UTC-7 nicole...@gmail.com wrote: > It raise errors when i run it. > > On Monday, July 18, 2022 at 1:56:38 AM UTC-4 Matthias Koeppe wrote: > >> Try

Re: [sage-devel] Re: Sage 9.7 Doctest/Install Error Sage9.6 Crash Report

2022-07-18 Thread Yueqi Li
It raise errors when i run it. On Monday, July 18, 2022 at 1:56:38 AM UTC-4 Matthias Koeppe wrote: > Try "make primecountpy-clean primecountpy" > > On Sunday, July 17, 2022 at 10:39:50 PM UTC-7 nicole...@gmail.com wrote: > >> Thank you for your advice, I tried to reinstall python3 from Homebrew,

Re: [sage-devel] Re: Sage 9.7 Doctest/Install Error Sage9.6 Crash Report

2022-07-17 Thread Matthias Koeppe
Try "make primecountpy-clean primecountpy" On Sunday, July 17, 2022 at 10:39:50 PM UTC-7 nicole...@gmail.com wrote: > Thank you for your advice, I tried to reinstall python3 from Homebrew, but > it still doesn't work. After I reinstall/upgrade python 3 and gsl from > Homebrew, my working

Re: [sage-devel] Re: Sage 9.7 Doctest/Install Error Sage9.6 Crash Report

2022-07-17 Thread Yueqi Li
Thank you for your advice, I tried to reinstall python3 from Homebrew, but it still doesn't work. After I reinstall/upgrade python 3 and gsl from Homebrew, my working directory sage 9.6 crashed. My laptop is MacBook Pro with M1 chip with MacOS Big Sur version11.4. Thanks for any suggestion and