On Tuesday, May 1, 2018 at 10:59:55 AM UTC+1, Dima Pasechnik wrote: > > > > On Sunday, April 29, 2018 at 3:54:08 PM UTC+1, Christelle Vincent wrote: >> >> Well, I don't know if you want to know... But make ptest did end with an >> error: >> >> Doctests interrupted: 2203/3630 files tested >> > > Is this reproducible? > (i.e., does it fail at the same spot if you re-run this?) >
If it is, then it would be interesting to have a look at logs/ptest.log to see if there are some strange failures there (there should not be any errors, perhaps apart from timeouts) > > To me this looks like your computer suddenly decided it had more important > stuff to run... > > >> ---------------------------------------------------------------------- >> >> Total time for all tests: 12716.1 seconds >> >> cpu time: 7631.7 seconds >> >> cumulative wall time: 13780.4 seconds >> >> Traceback (most recent call last): >> >> File "/Users/vincent/Applications/sage-8.1/src/bin/sage-runtests", >> line 125, in <module> >> >> err = DC.run() >> >> File >> "/Users/vincent/Applications/sage-8.1/local/lib/python2.7/site-packages/sage/doctest/control.py", >> >> line 1144, in run >> >> self.run_doctests() >> >> File >> "/Users/vincent/Applications/sage-8.1/local/lib/python2.7/site-packages/sage/doctest/control.py", >> >> line 872, in run_doctests >> >> self.dispatcher.dispatch() >> >> File >> "/Users/vincent/Applications/sage-8.1/local/lib/python2.7/site-packages/sage/doctest/forker.py", >> >> line 1774, in dispatch >> >> self.parallel_dispatch() >> >> File >> "/Users/vincent/Applications/sage-8.1/local/lib/python2.7/site-packages/sage/doctest/forker.py", >> >> line 1598, in parallel_dispatch >> >> w.kill() >> >> File >> "/Users/vincent/Applications/sage-8.1/local/lib/python2.7/site-packages/sage/doctest/forker.py", >> >> line 2079, in kill >> >> os.killpg(self.pid, signal.SIGQUIT) >> >> OSError: [Errno 1] Operation not permitted >> >> make: *** [ptest] Error 1 >> >> On Saturday, April 28, 2018 at 10:47:57 PM UTC-4, Dima Pasechnik wrote: >>> >>> >>> >>> On Sunday, April 29, 2018 at 12:22:18 AM UTC+1, Christelle Vincent wrote: >>>> >>>> Done! Thanks! >>>> >>>> On Saturday, April 28, 2018 at 6:45:31 PM UTC-4, Samuel Lelievre wrote: >>>>> >>>>> Congratulations for building SageMath! >>>>> >>>>> You can now rename /local/bin_bak, /local/share_bak and /local/lib_bak >>>>> back to their original names. (And just temporarily rename them to the >>>>> _bak version when you need to build SageMath. >>>>> >>>>> Happy SageMath usage and development! >>>>> >>>> >>> Seconded :-) >>> >>> I'd also recommend running >>> >>> make ptest >>> >>> to make sure that it all works, and there are no more kinks to iron out >>> >>> >>> >>>> >>>>> 2018-04-29 0:20 GMT+02:00 Christelle Vincent <[email protected]>: >>>>> >>>>>> Thanks! >>>>>> >>>>>> I actually went ahead and tried and built 8.1 and that worked!! So I >>>>>> think that whatever you suggested before with exporting the path and >>>>>> renaming local/bin, local/share and local/lib worked! >>>>>> >>>>>> Thank you so much to everyone who helped with this, I really >>>>>> appreciate finally being able to build the newest Sage! >>>>>> >>>>>> Best, >>>>>> Christelle >>>>>> >>>>>> >>>>>> On Saturday, April 28, 2018 at 3:37:00 PM UTC-4, Dima Pasechnik wrote: >>>>>>> >>>>>>> Try 8.2.rc2 with https://trac.sagemath.org/ticket/25118 >>>>>>> >>>>>>> on top of it. This would not build gcc, but rather use Xcode's C >>>>>>> compiler. >>>>>>> >>>>>>> In his infinite wisdom the release manager decided to wait till 8.3 >>>>>>> with it... >>>>>>> >>>>>>> -- >>>>>> You received this message because you are subscribed to a topic in >>>>>> the Google Groups "sage-devel" group. >>>>>> To unsubscribe from this topic, visit >>>>>> https://groups.google.com/d/topic/sage-devel/D06JbNlM0u0/unsubscribe. >>>>>> To unsubscribe from this group and all its topics, send an email to >>>>>> [email protected]. >>>>>> To post to this group, send email to [email protected]. >>>>>> Visit this group at https://groups.google.com/group/sage-devel. >>>>>> For more options, visit https://groups.google.com/d/optout. >>>>>> >>>>> >>>>> -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
