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 of

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 > --optional='sage,optional,!sage.mi

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 sage.modules.vector_rational_den

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 rebuild

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

2022-07-17 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 "m

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

2022-07-17 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 direct

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 h

Re: [sage-devel] Re: Sage 9.7 Doctest/Install Error

2022-07-17 Thread Dima Pasechnik
I recommend that you do as recommended in the output of ./configure, and install python3 from Homebrew On Sun, 17 Jul 2022, 08:59 Yueqi Li, wrote: > Dear Prof. Koeppe, > > Thank you so much for your help! After I run "brew install gsl," I was > not able to run any doctes. Then I try to run ./co

[sage-devel] Re: Sage 9.7 Doctest/Install Error

2022-07-16 Thread Matthias Koeppe
These errors: ld: library not found for -lgsl clang: error: linker command failed with exit code 1 (use -v to see invocation) should be fixed by using "brew install gsl". They cause many of the following failures. The warnings of the form "UserWarning: Attempting to work in a virtualenv. If

[sage-devel] Re: Sage 9.7 Doctest/Install Error

2022-07-14 Thread Matthias Koeppe
Impossible to diagnose without seeing the detailed failures On Thursday, July 14, 2022 at 1:15:59 AM UTC-7 nicole...@gmail.com wrote: > I installed the newest sage9.7 in my M1 chip MacBook with Big Sur 11.4. I > did the doctest right after I installed it. It involved a lot of errors as > follow