Sage 3.4.2 released (and this time it is the final one)

2 views
Skip to first unread message

mabshoff

unread,
May 6, 2009, 2:37:10 AM5/6/09
to sage-devel
Hello folks,

apologies that it took a while, but the final 3.4.2 source tarball
announced a couple days ago turned out to be not truly final :). So
here are md5sums to make the difference clear:

8fe47c23872bc39ceb0136602062c917 sage-3.4.2.tar
fe5ce17b31557f57f32a714855f22d26 sage-3.4.2-sage.math-only-x86_64-
Linux.tar.gz

All the bits are in the usual place in

http://sage.math.washington.edu/home/mabshoff/release-cycles-3.4.2/

From here on it is all about Sage 4.0.

Cheers,

Michael

Merged in Sage 3.4.2:

#5981: Michael Abshoff: Sage 3.4.2: prime_pi() broken on 32 bit
[Reviewed by Jaap Spies]
#5983: Michael Abshoff: cmp related doctest failure in sage/schemes/
jacobians/abstract_jacobian.py [Reviewed by William Stein]
#5984: Michael Abshoff: cmp related doctest failure in sage/modular/
arithgroup/arithgroup_perm.py [Reviewed by William Stein]
#5992: Michael Abshoff: Set stack size in Maxima.spkg to 32kb for
clisp [Reviewed by William Stein]

Alex Ghitza

unread,
May 6, 2009, 9:11:24 AM5/6/09
to sage-...@googlegroups.com
Hi Michael,

Building 3.4.2 from scratch breaks at R as follows:

---------------------------------
gcc -std=gnu99 -I. -I../../src/include -I../../src/include
-I/opt/sage-3.4.2/local/inlcude -DHAVE_CONFIG_H -fpic
-I/opt/sage-3.4.2/local/include -L/opt/sage-3.4.2/local/lib/ -c
maxcol.c -o maxcol.o
make[5]: *** [maxcol.o] Killed
make[5]: Leaving directory `/opt/sage-3.4.2/spkg/build/r-2.6.1.p22/src/src/appl'
make[4]: *** [R] Error 2
make[4]: Leaving directory `/opt/sage-3.4.2/spkg/build/r-2.6.1.p22/src/src/appl'
make[3]: *** [R] Error 1
make[3]: Leaving directory `/opt/sage-3.4.2/spkg/build/r-2.6.1.p22/src/src'
make[2]: *** [R] Error 1
make[2]: Leaving directory `/opt/sage-3.4.2/spkg/build/r-2.6.1.p22/src'
Error building R.

real 1m15.975s
user 0m41.067s
sys 0m31.088s
sage: An error occurred while installing r-2.6.1.p22
Please email sage-devel http://groups.google.com/group/sage-devel
explaining the problem and send the relevant part of
of /opt/sage-3.4.2/install.log. Describe your computer, operating system, etc.
If you want to try to fix the problem, yourself *don't* just cd to
/opt/sage-3.4.2/spkg/build/r-2.6.1.p22 and type 'make'.
Instead type "/opt/sage-3.4.2/sage -sh"
in order to set all environment variables correctly, then cd to
/opt/sage-3.4.2/spkg/build/r-2.6.1.p22
(When you are done debugging, you can type "exit" to leave the
subshell.)
make[1]: *** [installed/r-2.6.1.p22] Error 1
make[1]: Leaving directory `/opt/sage-3.4.2/spkg'

real 168m17.432s
user 150m57.636s
sys 15m42.272s
python: can't open file
'/opt/sage-3.4.2/devel/sage/doc/common/builder.py': [Errno 2] No such
file or directory
---------------------------------------------------

This is on an older laptop with 1 GB RAM:

[aghitza@frobenius sage-3.4.2]$ uname -a
Linux frobenius 2.6.29-ARCH #1 SMP PREEMPT Fri Apr 17 12:46:01 UTC
2009 i686 Mobile Intel(R) Pentium(R) 4 - M CPU 2.20GHz GenuineIntel
GNU/Linux


It could very well be that the machine is just slowly dying, but so
far I've built sage on it without problems, and I thought I should
report it. Let me know if you want me to do any investigations on
this.


Best,
Alex
--
Alex Ghitza -- Lecturer in Mathematics -- The University of Melbourne
-- Australia -- http://www.ms.unimelb.edu.au/~aghitza/

Golam Mortuza Hossain

unread,
May 7, 2009, 9:41:30 AM5/7/09
to sage-...@googlegroups.com
Hi Michael,

On Wed, May 6, 2009 at 3:37 AM, mabshoff <mabs...@googlemail.com> wrote:
>
> All the bits are in the usual place in
>
>   http://sage.math.washington.edu/home/mabshoff/release-cycles-3.4.2/

I am wondering whether pre-compiled binaries of sage-3.4.2 for
Ubuntu and others will be available? I am thinking of testing
Mike Hansen's patches for new symbolics which should be applied
on top of 3.4.2. Given compiling sage from source takes really long in
typical laptops, it would be helpful to have pre-compiled sage
binaries of 3.4.2.

Thanks,
Golam

mabshoff

unread,
May 7, 2009, 9:44:07 AM5/7/09
to sage-devel
On May 7, 6:41 am, Golam Mortuza Hossain <gmhoss...@gmail.com> wrote:
> Hi Michael,

Hi Golam,

> On Wed, May 6, 2009 at 3:37 AM, mabshoff <mabsh...@googlemail.com> wrote:
>
> > All the bits are in the usual place in
>
> >  http://sage.math.washington.edu/home/mabshoff/release-cycles-3.4.2/
>
> I am wondering whether pre-compiled binaries of sage-3.4.2 for
> Ubuntu and others will be available? I am thinking of testing
> Mike Hansen's patches for new symbolics which should be applied
> on top of 3.4.2. Given compiling sage from source takes really long in
> typical laptops, it would be helpful to have pre-compiled sage
> binaries of 3.4.2.

Binaries have been build and should show up in the next 24 hours on
the main sage site and then mirror out. We still don't have any Ubuntu
9.04 binaries since the build farm didn't have them added yet, but I
hope they will show up shortly. I believe we have at least 8.04LTS and
maybe 8.10, but I would need to check and I am about to go to sleep :)

> Thanks,
> Golam

Cheers,

Michael

Golam Mortuza Hossain

unread,
May 8, 2009, 10:10:45 PM5/8/09
to sage-...@googlegroups.com
Hi,

On Thu, May 7, 2009 at 10:44 AM, mabshoff <mabs...@googlemail.com> wrote:
>> > All the bits are in the usual place in
>>
>> >  http://sage.math.washington.edu/home/mabshoff/release-cycles-3.4.2/
>>

> Binaries have been build and should show up in the next 24 hours on
> the main sage site and then mirror out.

Are the binaries for sage-3.4.2 up yet? I couldn't find them in
the link above nor in sagemath.org download section.

Thanks,
Golam

William Stein

unread,
May 9, 2009, 11:32:42 AM5/9/09
to sage-...@googlegroups.com

Michael -- the OS X binaries I made are here:

http://sage.math.washington.edu/home/wstein/incoming/

William

Minh Nguyen

unread,
May 17, 2009, 12:25:46 AM5/17/09
to sage-...@googlegroups.com
Hi folks,

On Wed, May 6, 2009 at 6:37 AM, mabshoff <mabs...@googlemail.com> wrote:
>
> Hello folks,
>
> apologies that it took a while, but the final 3.4.2 source tarball
> announced a couple days ago turned out to be not truly final :). So
> here are md5sums to make the difference clear:
>
> 8fe47c23872bc39ceb0136602062c917 sage-3.4.2.tar
> fe5ce17b31557f57f32a714855f22d26 sage-3.4.2-sage.math-only-x86_64-
> Linux.tar.gz
>
> All the bits are in the usual place in
>
> http://sage.math.washington.edu/home/mabshoff/release-cycles-3.4.2/

And a nicely formatted version of the release tour can be found at
this usual place:

http://mvngu.wordpress.com/2009/05/17/sage-3-4-2-released/


<SNIP>

--
Regards
Minh Van Nguyen

Serge A. Salamanka

unread,
May 17, 2009, 4:39:25 AM5/17/09
to sage-...@googlegroups.com
It would be good to update sage-announce Google Group due to the new
release. There is still information about 3.3 release.

#Serge

Minh Nguyen пишет:

mabshoff

unread,
May 17, 2009, 4:42:39 AM5/17/09
to sage-devel


On May 17, 1:39 am, "Serge A. Salamanka" <salsa-...@tut.by> wrote:
> It would be good to update sage-announce Google Group due to the new
> release. There is still information about 3.3 release.
>
> #Serge

Yeah, I know. It is on my list to do, but I have been working non-stop
on 4.0 for the last couple weeks, so it will happen eventually.

Cheers,

Michael
Reply all
Reply to author
Forward
0 new messages