Re: [sage-devel] Re: aut codes patch

2013-10-09 Thread Thomas Feulner
Am Samstag, 5. Oktober 2013 15:50:46 UTC+2 schrieb Volker Braun: > > On Saturday, October 5, 2013 2:03:57 PM UTC+1, David Joyner wrote: >> >> My vote would be to certainly allow it to be an experimental package. >> > > There isn't really too much need for additional work here, what I'm seeing >

[sage-devel] Re: Crash on fedora 17 for sage-git

2013-10-09 Thread Nils Bruin
Some further info that may be helpful: $ ldd /usr/local/sage/sage-git/local/lib/python2.7/lib-dynload/_curses.so linux-vdso.so.1 => (0x7fff5a884000) libncursesw.so.5 => /lib64/libncursesw.so.5 (0x7f83e3d43000) libtinfo.so.5 => /usr/local/sage/sage-git/local/lib/libtinfo.so.5

[sage-devel] Crash on fedora 17 for sage-git

2013-10-09 Thread Nils Bruin
I tried to get with the times and build sage via the "git" route. It seems I mostly got a functioning "sage 5.12rc1". There is one problem, however: I'm getting SIGSEGV whenever I ask for "?" on the command line. The segfault occurs somewhere in ncurses: #0 0x0031d060f080 in waitpid() #1

[sage-devel] Sage 5.12 released

2013-10-09 Thread Jeroen Demeyer
Sage 5.12 was released on 07 October 2013. It is available in source and binary form from: * http://www.sagemath.org/download.html Sage (http://www.sagemath.org/) is developed by volunteers and combines over 90 open source packages. For instructions about installing Sage, see * http://www.s

Re: [sage-devel] imag(CC(infinity)) is 0?

2013-10-09 Thread Travis Scrimshaw
> 2013/10/8 John Cremona > > >> Now a mathematician would argue that the last one should raise some >> kind of error since we are apparently asking for the equality of >> objects in incomparable domains. But Python requires (I believe) that >> == should always return True or False, so that is no

Re: [sage-devel] imag(CC(infinity)) is 0?

2013-10-09 Thread Marco Streng
2013/10/8 John Cremona > Now a mathematician would argue that the last one should raise some > kind of error since we are apparently asking for the equality of > objects in incomparable domains. But Python requires (I believe) that > == should always return True or False, so that is not an optio