On Apr 23, 11:46 pm, Bjake Hammersholt Roune <[EMAIL PROTECTED]>
wrote:
> Sage builds without problems on this system

Hi Bjarke,

> 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

This is just an annoying error message from the system. It can
certainly be fixed. This is now #3012.

> [...]
> 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
> [...]

This is a case where "failure is a success" is the case. It is
slightly scary, but the expected behavior since we test that pari
fails to allocate a huge amount (128+ GB) of RAM. We intent to fix the
issue and we are tracking it at

http://trac.sagemath.org/sage_trac/ticket/1595

> sage -t  devel/sage/sage/modular/abvar/morphism.py          *** ***
> Error: TIMED
>  OUT! *** ***
> *** *** Error: TIMED OUT! *** ***
>         [1358.6 s]
> [...]

Odd, it shouldn't time out on that machine. I am hoping William or
Craig can take a close look since they are much more familiar with the
code. That it isn't reproducible is slightly worrying. I did valgrind
all doctests of 3.0, so maybe something will pop up there.

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

Well, only the morphism.py is actually a failure.

> /Bjarke

Thanks for reporting the problems.

Cheers,

Michael
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to