[sage-devel] Re: Error installing Sage

2017-10-05 Thread Travis Scrimshaw
Hey Anne, I believe this will be fixed by https://trac.sagemath.org/ticket/23898. Best, Travis On Thursday, October 5, 2017 at 8:47:35 PM UTC-5, Anne Schilling wrote: > > Hi! > > With the latest development version of sage, I get the following error > message when compiling on MacOS 10.12.6:

[sage-devel] Error installing Sage

2017-10-05 Thread Anne Schilling
Hi! With the latest development version of sage, I get the following error message when compiling on MacOS 10.12.6: ... [gcc-5.4.0] user3m7.857s [gcc-5.4.0] sys0m41.122s [gcc-5.4.0] [gcc-5.4.0] Error installing pac

[sage-devel] Small grants for GAP and SageMath related work in the UK

2017-10-05 Thread Alexander Konovalov
Dear all, The following information may be interested to GAP and SageMath developers based in the UK. St Andrews leads the Collaborative Computational Project (CCP) in the area of Computational Discrete Mathematics, called CoDiMa (https://www.codima.ac.uk/ ). It is focussed on GAP and

[sage-devel] Request reviewers for trac 23898, update our version of GCC

2017-10-05 Thread John H Palmieri
At https://trac.sagemath.org/ticket/23898, I propose updating to GCC 7.2.0. This seems to fix the problem with building Sage with Apple's latest version of Xcode (there is also separate work going to let Sage build with clang with the latest Xcode: #12426 and #23922). I have tested this on a fe

[sage-devel] Re: Import into sage nb causes internal error

2017-10-05 Thread Angela Hicks
You're correct. (I just uploaded a .sws file without problem.) I'm glad to see it's otherwise being reported. On Thursday, October 5, 2017 at 5:55:42 AM UTC-4, Dima Pasechnik wrote: > > > > On Thursday, October 5, 2017 at 10:22:38 AM UTC+1, Angela Hicks wrote: >> >> There's some speculation thi

Re: [sage-devel] Re: segfault matrix integer dense

2017-10-05 Thread Ralf Stephan
On Thursday, October 5, 2017 at 12:46:14 PM UTC+2, Jeroen Demeyer wrote: > > On 2017-10-05 07:41, Ralf Stephan wrote: > > Replacing sig_str() with sig_on() in matrix_integer_dense.pyx:_cinit > > resolves it. > > Probably sig_str() is broken in the new Cython. > > Interesting. Are you very sure

[sage-devel] Re: Tracebacks please!

2017-10-05 Thread Maarten Derickx
I want to add to this that including both your operation system and sage version are also very useful in this respect (and sometimes even your processor type). On Thursday, 5 October 2017 13:22:36 UTC+2, Jeroen Demeyer wrote: > > Hello all Sage developers, > > I am getting more and more annoyed

[sage-devel] Tracebacks please!

2017-10-05 Thread Jeroen Demeyer
Hello all Sage developers, I am getting more and more annoyed that many people tend to report bugs (both on Trac and on the mailing list) *without* tracebacks. Those tracebacks are often crucial information to fix a bug. For a totally reproducible and deterministic bug, this isn't so bad sinc

Re: [sage-devel] segfault matrix integer dense

2017-10-05 Thread Jeroen Demeyer
Anybody has a complete backtrace, preferably with GDB installed? -- 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 sage-devel+unsubscr...@googlegroups.com. To post t

Re: [sage-devel] Re: segfault matrix integer dense

2017-10-05 Thread Jeroen Demeyer
On 2017-10-05 07:41, Ralf Stephan wrote: Replacing sig_str() with sig_on() in matrix_integer_dense.pyx:_cinit resolves it. Probably sig_str() is broken in the new Cython. Interesting. Are you very sure about this? On which system do you get this error and is it reproducible? -- You received

[sage-devel] Re: Import into sage nb causes internal error

2017-10-05 Thread Dima Pasechnik
On Thursday, October 5, 2017 at 10:22:38 AM UTC+1, Angela Hicks wrote: > > There's some speculation this is related to: this post > which > seems not unreasonable, but I'll post the details here (at kcrisman's > suggestion). > >

Re: [sage-devel] Online Sage Days

2017-10-05 Thread Simon Brandhorst
+1 Though I am a newbie. On Tuesday, September 26, 2017 at 7:50:59 AM UTC+2, David Roe wrote: > > Hi everyone, > Sorry for the delay! > > I've created scheduling polls. If you have a conflict with part of a time > slot, feel free to use the "maybe" option by clicking twice. The polls are > fo

[sage-devel] Import into sage nb causes internal error

2017-10-05 Thread Angela Hicks
There's some speculation this is related to: this post which seems not unreasonable, but I'll post the details here (at kcrisman's suggestion). I'm running Fedora 26 as a virtual machine, I recently installed Sage 8.0 from source