Sage builds without problems on this system
SAGE Version 3.0, Release Date: 2008-04-22
Mac OS X 10.5.2
1.8 GHz Intel Core 2 Duo
2 GB RAM
gcc version 4.0.1 (Apple Inc. build 5465)
while make test produces the following errors (that I noticed)
[listing begin]
[...]
sage -t devel/sage/sage/plot/animate.py sh:
convert: command
not found
[...]
sage -t devel/sage/sage/libs/pari/gen.pyx
python(18109) malloc
: *** mmap(size=4096000000) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
[...]
sage -t devel/sage/sage/modular/abvar/morphism.py *** ***
Error: TIMED
OUT! *** ***
*** *** Error: TIMED OUT! *** ***
[1358.6 s]
[...]
----------------------------------------------------------------------
The following tests failed:
sage -t devel/sage/sage/modular/abvar/morphism.py
Total time for all tests: 10219.5 seconds
[listing done]
It seems to me that the final report should mention three errors
instead of just the one in morphism.py. Rerunning the individual tests
that failed produces the following output.
> ./sage -t devel/sage/sage/plot/animate.py
sage -t devel/sage/sage/plot/animate.py sh:
convert: command not found
[7.8 s]
> ./sage -t devel/sage/sage/modular/abvar/morphism.py
sage -t devel/sage/sage/modular/abvar/morphism.py
[34.8 s]
> ./sage -t devel/sage/sage/libs/pari/gen.pyx
sage -t devel/sage/sage/libs/pari/gen.pyx
python(42217) malloc: *** mmap(size=4096000000) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
[12.2 s]
/Bjarke
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---