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
>
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
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 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
> 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
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