[sage-devel] Re: Sage 3.1.2.rc2 released

2008-09-13 Thread William Stein
Regarding sage-3.1.2.rc2, ... I saw a few of the same little noise issues people reported above. One *major* issue that remains is that the lisp.py doctest hangs forever on OS X ppc 10.5: sage -t -long devel/sage/sage/interfaces/lie.py [5.5 s] sage -t -long devel/sage/sage/interfaces/li

[sage-devel] Re: Sage 3.1.2.rc2 released

2008-09-13 Thread mabshoff
On Sep 13, 8:55 pm, mhampton <[EMAIL PROTECTED]> wrote: > All tests passed on my 10.5.4 intel macbook.  Seems a little odd that > Jason Merrill had problems with what sounds like the same kind of > machine. It was an issue with MacPorts - without it in PATH and DYLD_LIBRARY_PATH it passes and w

[sage-devel] Re: Sage 3.1.2.rc2 released

2008-09-13 Thread mhampton
All tests passed on my 10.5.4 intel macbook. Seems a little odd that Jason Merrill had problems with what sounds like the same kind of machine. -M. Hampton On Sep 13, 6:04 am, mabshoff <[EMAIL PROTECTED]> wrote: > Hello folks, > > here is the somewhat delayed 3.1.2.rc2. We fixed some build issu

[sage-devel] Re: Sage 3.1.2.rc2 released

2008-09-13 Thread mabshoff
On Sep 13, 7:06 pm, Jason Merrill <[EMAIL PROTECTED]> wrote: Hi Jason > > You have other crap either in DYLD_LIBRARY_PATH and/or /usr/local. In > > addition if you have  Fink installed make sure before starting to > > build Sage that it is not in $PATH. Can you post a link to your log so > >

[sage-devel] Re: Sage 3.1.2.rc2 released

2008-09-13 Thread mabshoff
On Sep 13, 7:09 pm, ghtdak <[EMAIL PROTECTED]> wrote: > On Sep 13, 2:00 pm, mabshoff <[EMAIL PROTECTED]> wrote: > > > On Sep 13, 1:39 pm, "David Joyner" <[EMAIL PROTECTED]> wrote: > > > > built fine on amd64 hardy heron but this test failed: > > > > The following tests failed: Hi Glenn, > > >

[sage-devel] Re: Sage 3.1.2.rc2 released

2008-09-13 Thread ghtdak
On Sep 13, 2:00 pm, mabshoff <[EMAIL PROTECTED]> wrote: > On Sep 13, 1:39 pm, "David Joyner" <[EMAIL PROTECTED]> wrote: > > > built fine on amd64 hardy heron but this test failed: > > > The following tests failed: > > >         sage -t  devel/sage/sage/modules/free_module.py > > Total time for a

[sage-devel] Re: Sage 3.1.2.rc2 released

2008-09-13 Thread Jason Merrill
On Sep 13, 5:02 pm, mabshoff <[EMAIL PROTECTED]> wrote: > On Sep 13, 10:54 am, Jason Merrill <[EMAIL PROTECTED]> wrote: > Hi Jason, > > > I tried to build 3.1.2.rc2 on OS X 10.5.4 intel macbook.  As with the > > previous release candidate, the build choked while building the clisp > > documentatio

[sage-devel] Re: Sage 3.1.2.rc2 released

2008-09-13 Thread mabshoff
On Sep 13, 10:54 am, Jason Merrill <[EMAIL PROTECTED]> wrote: > On Sep 13, 7:04 am, mabshoff <[EMAIL PROTECTED]> wrote: > > > Hello folks, Hi Jason, > > here is the somewhat delayed 3.1.2.rc2. We fixed some build issues, > > fixed a bunch of annoying doctest failures and updated Cython due to

[sage-devel] Re: Sage 3.1.2.rc2 released

2008-09-13 Thread mabshoff
On Sep 13, 1:39 pm, "David Joyner" <[EMAIL PROTECTED]> wrote: > built fine on amd64 hardy heron but this test failed: > > The following tests failed: > >         sage -t  devel/sage/sage/modules/free_module.py > Total time for all tests: 5285.8 seconds > Please see /home/wdj/sagefiles/sage-3.1.2

[sage-devel] Re: Sage 3.1.2.rc2 released

2008-09-13 Thread David Joyner
built fine on amd64 hardy heron but this test failed: The following tests failed: sage -t devel/sage/sage/modules/free_module.py Total time for all tests: 5285.8 seconds Please see /home/wdj/sagefiles/sage-3.1.2.rc2/tmp/test.log for the complete log from this test. [EMAIL PROTECTED]:~

[sage-devel] Re: Sage 3.1.2.rc2 released

2008-09-13 Thread Jason Merrill
On Sep 13, 7:04 am, mabshoff <[EMAIL PROTECTED]> wrote: > Hello folks, > > here is the somewhat delayed 3.1.2.rc2. We fixed some build issues, > fixed a bunch of annoying doctest failures and updated Cython due to > some recently discovered cpdef issues. So this rc2 contains a couple > more fixed