2012-05-05 02:35, Kjetil brinchmann Halvorsen skrev:
I downloaded the rc0 for sage 5.0, compiled without problems, and then
run make test

Worked for me.

The following tests failed:

     sage -t  -force_lib "devel/sagenb-main/sagenb/misc/misc.py"
     sage -t  -force_lib "devel/sage/sage/tests/cmdline.py"

I also had a failure in cmdline.py, and that was because I did not use a 'C' locale. Running

LC_ALL=C ./sage -t  -force_lib "devel/sage/sage/tests/cmdline.py"

passed the tests.

(It seems running that line, and the corresponding line for misc.py may give more detailed info on what failed.)


This is debian wheezy amd64, with
~/sage/sage-5.0.rc0 $ gcc --version
gcc (Debian 4.6.3-1) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


I am also using wheezy amd64.

(As you get the gcc-version in English, I expect you already use an English locale setting.)

johan@johan-laptop:~/Applications/sage-5.0.rc0$ LC_ALL=C gcc --version
gcc (Debian 4.6.3-1) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Regards

Johan

--
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to