Re: [sage-devel] Sage 4.3.rc0 released!

2009-12-21 Thread Dag Sverre Seljebotn
Dag Sverre Seljebotn wrote: > Mike Hansen wrote: > >> Hello all, >> >> Sage 4.3.rc0 is out. Source and binary are available at >> >> http://sage.math.washington.edu/home/mhansen/release/4.3/rc0/sage-4.3.rc0.tar >> http://sage.math.washington.edu/home/mhansen/release/4.3/rc0/sage-4.3.rc0-sage.mat

Re: [sage-devel] Sage 4.3.rc0 released!

2009-12-21 Thread Dag Sverre Seljebotn
Mike Hansen wrote: > Hello all, > > Sage 4.3.rc0 is out. Source and binary are available at > > http://sage.math.washington.edu/home/mhansen/release/4.3/rc0/sage-4.3.rc0.tar > http://sage.math.washington.edu/home/mhansen/release/4.3/rc0/sage-4.3.rc0-sage.math.washington.edu-x86_64-Linux.tar.gz >

Re: [sage-devel] [Sage 4.3.rc0 released!] problems building R

2009-12-12 Thread Robert Bradshaw
On Dec 12, 2009, at 1:40 PM, Burcin Erocal wrote: > On Sat, 12 Dec 2009 19:12:38 +0100 > Burcin Erocal wrote: > >> I can also reproduce this, on a 32-bit Debian Lenny box, after >> setting >> SAGE_FORTRAN to /usr/bin/gfortran and rebuilding from scratch. > > > On a build without the problem: >

Re: [sage-devel] [Sage 4.3.rc0 released!] problems building R

2009-12-12 Thread Burcin Erocal
On Sat, 12 Dec 2009 19:12:38 +0100 Burcin Erocal wrote: > I can also reproduce this, on a 32-bit Debian Lenny box, after setting > SAGE_FORTRAN to /usr/bin/gfortran and rebuilding from scratch. On a build without the problem: sage: Q. = NumberField(x^2+1) sage: complex(i) 0.99967j

Re: [sage-devel] [Sage 4.3.rc0 released!] problems building R

2009-12-12 Thread Burcin Erocal
On Sat, 12 Dec 2009 16:04:21 + John Cremona wrote: > 2009/12/12 Alex Ghitza : > > On Fri, Dec 11, 2009 at 10:42:15PM +, John Cremona wrote: > >> OK, I have just built and started testing 4.3.rc0 on my 32-bit > >> laptop, so I'll see if the same happens there,  That will be with > >> Sage'

Re: [sage-devel] [Sage 4.3.rc0 released!] problems building R

2009-12-12 Thread John Cremona
2009/12/12 Alex Ghitza : > On Fri, Dec 11, 2009 at 10:42:15PM +, John Cremona wrote: >> OK, I have just built and started testing 4.3.rc0 on my 32-bit laptop, >> so I'll see if the same happens there,  That will be with Sage's own >> gfortran;  the test failures were when I built with the syste

Re: [sage-devel] [Sage 4.3.rc0 released!] problems building R

2009-12-11 Thread Alex Ghitza
On Fri, Dec 11, 2009 at 10:42:15PM +, John Cremona wrote: > OK, I have just built and started testing 4.3.rc0 on my 32-bit laptop, > so I'll see if the same happens there, That will be with Sage's own > gfortran; the test failures were when I built with the system > fortran. > > I'll report

Re: [sage-devel] Sage 4.3.rc0 released!

2009-12-11 Thread Alex Ghitza
On Fri, Dec 11, 2009 at 02:38:42PM +0100, Burcin Erocal wrote: > Hi, > > On Fri, 11 Dec 2009 16:38:01 +0900 > Dan Drake wrote: > > > On Fri, 11 Dec 2009 at 10:18AM +0700, Mike Hansen wrote: > > > Sage 4.3.rc0 is out. Source and binary are available at > > > > Builds fine on Ubuntu 9.10 amd64, b

Re: [sage-devel] [Sage 4.3.rc0 released!] problems building R

2009-12-11 Thread John Cremona
2009/12/11 Alex Ghitza : > On Fri, Dec 11, 2009 at 09:12:48PM +, John Cremona wrote: > >> Here are the details of the more interesting ones: >> >> File >> "/home/masgaj/local/sage-4.3.rc0/devel/sage/sage/modules/free_module_element.pyx", >> line 242: >>     sage: v = vector([float(23.4), int(2

Re: [sage-devel] [Sage 4.3.rc0 released!] problems building R

2009-12-11 Thread Alex Ghitza
On Fri, Dec 11, 2009 at 09:12:48PM +, John Cremona wrote: > Here are the details of the more interesting ones: > > File > "/home/masgaj/local/sage-4.3.rc0/devel/sage/sage/modules/free_module_element.pyx", > line 242: > sage: v = vector([float(23.4), int(2), complex(2+7*I), long(1)]); v >

Re: [sage-devel] [Sage 4.3.rc0 released!] problems building R

2009-12-11 Thread John Cremona
Success -- almost. The build went fine with those env variables set. But testall gives this: sage -t "devel/sage/doc/en/constructions/calculus.rst" sage -t "devel/sage/doc/en/bordeaux_2008/nf_introduction.rst" sage -t "devel/sage/sage/modules/vector_double_dense.pyx"

Re: [sage-devel] [Sage 4.3.rc0 released!] problems building R

2009-12-11 Thread John Cremona
Thanks -- I have set SAGE_FORTRAN and SAGE_FORTRAN_LIB like this: export SAGE_FORTRAN_LIB=/usr/lib/libgfortran.so.3 export SAGE_FORTRAN=/usr/bin/gfortran and am rebuilding from scratch. I'll post here how I get on. John 2009/12/11 William Stein : > On Fri, Dec 11, 2009 at 8:14 AM, Tim Joseph D

Re: [sage-devel] [Sage 4.3.rc0 released!] problems building R

2009-12-11 Thread William Stein
On Fri, Dec 11, 2009 at 8:14 AM, Tim Joseph Dumol wrote: > > > On Sat, Dec 12, 2009 at 12:13 AM, Tim Joseph Dumol wrote: >> >> You will want to replace /local/jec/sage-4.3.rc0/local/ >> lib/gcc-lib/i686-pc-linux-gnu/4.0.3/libgcc_s.so.1 with your local version >> of libgcc_s.so. Alternatively, you

Re: [sage-devel] [Sage 4.3.rc0 released!] problems building R

2009-12-11 Thread Tim Joseph Dumol
On Sat, Dec 12, 2009 at 12:13 AM, Tim Joseph Dumol wrote: > You will want to replace /local/jec/sage-4.3.rc0/local/ > lib/gcc-lib/i686-pc-linux-gnu/4.0.3/libgcc_s.so.1 with your local version > of libgcc_s.so. Alternatively, you can set $SAGE_FORTRAN and > $SAGE_FORTRAN_LIB to your system's fortr

Re: [sage-devel] [Sage 4.3.rc0 released!] problems building R

2009-12-11 Thread Tim Joseph Dumol
You will want to replace /local/jec/sage-4.3.rc0/local/ lib/gcc-lib/i686-pc-linux-gnu/4.0.3/libgcc_s.so.1 with your local version of libgcc_s.so. Alternatively, you can set $SAGE_FORTRAN and $SAGE_FORTRAN_LIB to your system's fortran compiler and library. This is caused by the fortran spkg building

[sage-devel] [Sage 4.3.rc0 released!] problems building R

2009-12-11 Thread John Cremona
I reported this before, hoping for some help from a build guru, with no success, so I'll try again. My desktop machine was upgraded over the summer (it's an official university-supported version of Suse: cat /proc/version Linux version 2.6.27.37-0.1-pae (ge...@buildhost) (gcc version 4.3.2 [gcc-4_

Re: [sage-devel] Sage 4.3.rc0 released!

2009-12-11 Thread Burcin Erocal
Hi, On Fri, 11 Dec 2009 16:38:01 +0900 Dan Drake wrote: > On Fri, 11 Dec 2009 at 10:18AM +0700, Mike Hansen wrote: > > Sage 4.3.rc0 is out. Source and binary are available at > > Builds fine on Ubuntu 9.10 amd64, but I have a couple doctest > failures, both of which seem like harmless changes t

Re: [sage-devel] Sage 4.3.rc0 released!

2009-12-11 Thread John Cremona
Does this mean that no more patches will be merged except for bug fixes? #6887 just got a positive review.. John 2009/12/11 Dan Drake : > On Fri, 11 Dec 2009 at 10:18AM +0700, Mike Hansen wrote: >> Hello all, >> >> Sage 4.3.rc0 is out. Source and binary are available at >> >> http://sage.math.wa

Re: [sage-devel] Sage 4.3.rc0 released!

2009-12-10 Thread Dan Drake
On Fri, 11 Dec 2009 at 10:18AM +0700, Mike Hansen wrote: > Sage 4.3.rc0 is out. Source and binary are available at Builds fine on Ubuntu 9.10 amd64, but I have a couple doctest failures, both of which seem like harmless changes to the LaTeX output: dr...@sagenb:~/s/sage-4.3.rc0$ ./sage -t d

Re: [sage-devel] Sage 4.3.rc0 released!

2009-12-10 Thread Dan Drake
On Fri, 11 Dec 2009 at 10:18AM +0700, Mike Hansen wrote: > Hello all, > > Sage 4.3.rc0 is out. Source and binary are available at > > http://sage.math.washington.edu/home/mhansen/release/4.3/rc0/sage-4.3.rc0.tar > http://sage.math.washington.edu/home/mhansen/release/4.3/rc0/sage-4.3.rc0-sage.math

[sage-devel] Sage 4.3.rc0 released!

2009-12-10 Thread Mike Hansen
Hello all, Sage 4.3.rc0 is out. Source and binary are available at http://sage.math.washington.edu/home/mhansen/release/4.3/rc0/sage-4.3.rc0.tar http://sage.math.washington.edu/home/mhansen/release/4.3/rc0/sage-4.3.rc0-sage.math.washington.edu-x86_64-Linux.tar.gz The upgrade path is http://sage