[sage-devel] Re: Sage 3.4.rc0

2009-03-07 Thread slabbe
Hi, I just built sage-3.4.rc0 without problem this morning on Ubuntu 8.10. I have 3 failed tests (the first one was already written above) : $ uname -a Linux slabbe-laptop 2.6.27-11-generic #1 SMP Thu Jan 29 19:24:39 UTC 2009 i686 GNU/Linux File "/home/slabbe/sage-3.4.rc0/devel/sage/doc/en/bor

[sage-devel] Re: Sage 3.4.rc0

2009-03-05 Thread David Kohel
Compilation got past clisp once I installed XCode 3.1.2. The lines before the above this reported that readline was too old, but I don't know if this was the source of the compile failure. --David --~--~-~--~~~---~--~~ To post to this group, send email to sage-de

[sage-devel] Re: Sage 3.4.rc0

2009-03-05 Thread David Kohel
Build falled in clisp on MacOSX Leopard: cp -p cfgunix.lisp config.lisp chmod +w config.lisp echo '(setq *clhs-root-default* "http://www.lisp.org/HyperSpec/";)' >> config.lisp To continue building CLISP, the following commands are recommended (cf. unix/INSTALL step 4 ff): cd src emacs

[sage-devel] Re: Sage 3.4.rc0

2009-03-05 Thread John Cremona
Build report for 3.4.rc0 on this 64-bit machine: Linux version 2.6.18.8-0.3-default (ge...@buildhost) (gcc version 4.1.2 20061115 (prerelease) (SUSE Linux)) #1 SMP Tue Apr 17 08:42:35 UTC 2007 Build all fine. Some test failures in devel/sage/sage/interfaces/ sage0.py: sage -t "devel/sage/sage/

[sage-devel] Re: Sage 3.4.rc0

2009-03-04 Thread Arnaud Bergeron
2009/3/4 mabshoff : > > > > On Mar 4, 2:48 pm, Arnaud Bergeron wrote: > > Hi Arnaud, > >> This does not build on Mac OS X 10.5.6 PPC 64-bits.  It does build >> fine in 32-bit mode though >> >> The first issue is rather trivial.  The gmp-mpir-0.9 spkg fails to >> build because spkg-install passes

[sage-devel] Re: Sage 3.4.rc0

2009-03-04 Thread Arnaud Bergeron
2009/3/4 mabshoff : > > > > On Mar 4, 2:59 pm, mabshoff wrote: > > > > Hi Arnaud, > >> > I tried adding -mlongcall to the gcc options without success. >> >> Yeah, I also found this >> pagehttp://lists.apple.com/archives/carbon-dev/2007/aug/msg00154.html >> - for now you might just want to remov

[sage-devel] Re: Sage 3.4.rc0

2009-03-04 Thread mabshoff
On Mar 4, 2:59 pm, mabshoff wrote: Hi Arnaud, > > I tried adding -mlongcall to the gcc options without success. > > Yeah, I also found this > pagehttp://lists.apple.com/archives/carbon-dev/2007/aug/msg00154.html > - for now you might just want to remove the "-g" from the compilation > flag

[sage-devel] Re: Sage 3.4.rc0

2009-03-04 Thread mabshoff
On Mar 4, 2:48 pm, Arnaud Bergeron wrote: Hi Arnaud, > This does not build on Mac OS X 10.5.6 PPC 64-bits.  It does build > fine in 32-bit mode though > > The first issue is rather trivial.  The gmp-mpir-0.9 spkg fails to > build because spkg-install passes the option ABI=64 while it expects

[sage-devel] Re: Sage 3.4.rc0

2009-03-04 Thread Arnaud Bergeron
This does not build on Mac OS X 10.5.6 PPC 64-bits. It does build fine in 32-bit mode though The first issue is rather trivial. The gmp-mpir-0.9 spkg fails to build because spkg-install passes the option ABI=64 while it expects ABI=mode64. After a manual fix, the build goes on until symmetrica

[sage-devel] Re: Sage 3.4.rc0

2009-03-04 Thread Rob Beezer
Built fine from source on 64-bit KUbuntu 8.10 on Intel Core Duo and 32- bit Kubuntu 8.04 on Intel. sage -testall 64-bit: 1 timeout on piecewise.py, passed when re-ran 32-bit: Only failure was method_of_graphs.rst as noted above --~--~-~--~~~---~--~~ To post to

[sage-devel] Re: Sage 3.4.rc0

2009-03-04 Thread John Cremona
I get the same as Jaap on a 32-bit linux machine. Otherwise built and tested fine. John On 3 Mar, 13:09, Jaap Spies wrote: > > John Palmieri reported this in sage-3.4.alpha. I is still here in rc0: > > File > "/home/jaap/downloads/sage-3.4.alpha0/devel/sage/doc/en/bordeaux_2008/method_of_gra

[sage-devel] Re: Sage 3.4.rc0

2009-03-03 Thread Carl Witty
On Tue, Mar 3, 2009 at 8:44 PM, William Stein wrote: > Here is the one interesting failure I saw on the vmware Fedora Core 32-bit > box: > > sage -t  "devel/sage/sage/graphs/graph_bundle.py" > libpng error: Image width or height is zero in IHDR > *

[sage-devel] Re: Sage 3.4.rc0

2009-03-03 Thread William Stein
On Tue, Mar 3, 2009 at 7:54 AM, Justin Walker wrote: > > > On Mar 3, 2009, at 12:58 AM, mabshoff wrote: > >> >> Hello folks, >> >> finally there goes 3.4.rc0. Compared to alpha0 there have been plenty >> of ReST fixes, improvements to the quadratic forms code and -sdist >> fixes. We also finally

[sage-devel] Re: Sage 3.4.rc0

2009-03-03 Thread Justin Walker
On Mar 3, 2009, at 12:58 AM, mabshoff wrote: > > Hello folks, > > finally there goes 3.4.rc0. Compared to alpha0 there have been plenty > of ReST fixes, improvements to the quadratic forms code and -sdist > fixes. We also finally did remove the doc repo and thereby reduced the > size of the sour

[sage-devel] Re: Sage 3.4.rc0

2009-03-03 Thread Jaap Spies
mabshoff wrote: > Hello folks, > > finally there goes 3.4.rc0. Compared to alpha0 there have been plenty > of ReST fixes, improvements to the quadratic forms code and -sdist > fixes. We also finally did remove the doc repo and thereby reduced the > size of the source tarball by 12 MB. This broke