[sage-support] error while building Sage

2011-02-04 Thread Mate Kosor
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 which produced error message ending with 323 tests OK. 2 tests failed: test_distutils test_zlib 40

Re: [sage-support] error while building Sage

2011-02-04 Thread Jaap Spies
Mate Kosor 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 Don't set export SAGE_CHECK=yes This will fail as you noted. Jaap -- To post to

Re: [sage-support] error while building Sage

2011-02-04 Thread John H Palmieri
On Friday, February 4, 2011 8:50:38 AM UTC-8, jaapspies wrote: Mate Kosor 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