Re: [sage-support] Re: error while building Sage

2011-02-06 Thread Volker Braun
On Sunday, February 6, 2011 7:58:36 AM UTC, Dr. David Kirkby wrote: If there are not the perquisites to build a particular module, then the tests for that module are skipped. The failures seen are actually on parts of Python that build, but fail the tests. It seems everyone gets a few of

[sage-support] Re: error while building Sage

2011-02-05 Thread Mate Kosor
So, I set export SAGE_CHECK=no but the same checks went into play and failed. Then I unset SAGE_CHECK variable and the build goes through. I still have to do make test. I don't know why the checks don't work for package python, but if I could make a suggestion maybe it would be better that the

[sage-support] Re: error while building Sage

2011-02-05 Thread Volker Braun
Fix for the SAGE_CHECK issue is in http://trac.sagemath.org/sage_trac/ticket/9960 and needs review. -- 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

[sage-support] Re: error while building Sage

2011-02-05 Thread Mate Kosor
make test went fine -- 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

Re: [sage-support] Re: error while building Sage

2011-02-05 Thread David Kirkby
On 5 February 2011 08:17, Mate Kosor mate.ko...@gmail.com wrote: I don't know why the checks don't work for package python, but if I could make a suggestion maybe it would be better that the check ships that package because now the check is nonfunctional. IMHO that would be a bad idea. It's

Re: [sage-support] Re: error while building Sage

2011-02-05 Thread Volker Braun
On Sunday, February 6, 2011 7:19:29 AM UTC, Dr. David Kirkby wrote: On 5 February 2011 08:17, Mate Kosor mate@gmail.com wrote: I don't know why the checks don't work for package python, but if I could make a suggestion maybe it would be better that the check ships that package because

[sage-support] Re: error while building Sage

2011-02-04 Thread Donald Alan Morrison
On Feb 4, 6:38 am, Mate Kosor mate.ko...@gmail.com wrote: I am trying to build Sage 4.6.1. on Ubuntu 10.10 notebook with Intel(R) Core(TM) i5 CPU M 430  @ 2.27GHz. I installed all prerequisites, and did export MAKE=make -j5 export SAGE_CHECK=yes make [...] Aside: This probably won't make