Releasing sage-5.3

127 views
Skip to first unread message

Jeroen Demeyer

unread,
Sep 10, 2012, 2:20:47 AM9/10/12
to sage-r...@googlegroups.com, Harald Schilly, Minh Nguyen
Sage 5.3 is ready to be released.

Please update the website (sources, binaries, documentation).

Also auto-bump the Trac milestone of open tickets from sage-5.3 to sage-5.4.

Sources:
http://boxen.math.washington.edu/home/release/sage-5.3/

Binaries:
http://boxen.math.washington.edu/home/buildbot/binaries/sage/5.3/

Harald Schilly

unread,
Sep 10, 2012, 5:23:58 AM9/10/12
to Jeroen Demeyer, sage-r...@googlegroups.com, Minh Nguyen
On Mon, Sep 10, 2012 at 8:20 AM, Jeroen Demeyer <jdem...@cage.ugent.be> wrote:
>
> Also auto-bump the Trac milestone of open tickets from sage-5.3 to sage-5.4.

I hope i did it correctly (first time)

I'm working on website, src and bin now.

H

Minh Nguyen

unread,
Sep 10, 2012, 9:36:47 AM9/10/12
to sage-r...@googlegroups.com
On Mon, Sep 10, 2012 at 4:20 PM, Jeroen Demeyer <jdem...@cage.ugent.be> wrote:
> Sage 5.3 is ready to be released.
>
> Please update the website (sources, binaries, documentation).

Documentation is updated.

--
Regards,
Minh Van Nguyen
http://bit.ly/mvngu

gsw

unread,
Sep 11, 2012, 5:27:32 AM9/11/12
to sage-r...@googlegroups.com, Harald Schilly, Minh Nguyen


 Hi,

just for info:
Sage-5.0.1 was the last version of Sage that did build on OS X 10.4 Intel. I don't know (yet) whether OS X 10.5 on Intel is affected. OS X 10.6 (Intel) is *not* affected, and also on OS X 10.4 PPC, Sage still builds fine. But on OS X 10.4 Intel, Sage-5.1, Sage-5.2 and Sage-5.3.rc1 (and thus I do believe Sage-5.3) do not build. I hope to be able to create a ticket for Sage-5.4 soon (with a patch --- it's a one line change in module_list.py, adding 'pari' to the list of libraries for libs.cremona.mat). See also the report:

    https://groups.google.com/forum/#!searchin/sage-devel/5.1$205.2/sage-devel/0T4djTzK0BE/4d7dnBJq9YQJ

Sorry for not noticing the problem earlier!


Best regards,
Georg

Jean-Pierre Flori

unread,
Sep 11, 2012, 8:55:22 AM9/11/12
to sage-r...@googlegroups.com
The patch at #13325 (targeted for Cygwin) should solve your problem as well.
 

kcrisman

unread,
Sep 11, 2012, 11:02:35 AM9/11/12
to sage-release
I tried testing an upgrade on this release, from 5.0 built on my
previous Intel Mac to 5.3 upgraded on this Lion Mac. All seems to go
well, but then it wants to access mirrors one more time, claims that
gap and R need to be upgraded, and then (when I say yes), proceeds to
upgrade nearly the entire installation - or at least a large portion
of it - again! It's done this twice now. I'm just going to decline
the R and GAP upgrades next time, but I'm wondering whether there is
some bug introduced in the latest changes to upgrade that would cause
this to happen. I assume the hardware change in the meantime isn't
the issue, and I think 5.0 is where the gcc spkg was introduced,
right?

- kcrisman

Jeroen Demeyer

unread,
Sep 11, 2012, 11:07:02 AM9/11/12
to sage-r...@googlegroups.com
There are some bugs with upgrading related to GCC, which is #13395
(merged in sage-5.4.beta1).

The fact that everything is built twice is #13415 (currently "new" but
close to "needs review").

kcrisman

unread,
Sep 11, 2012, 11:31:58 AM9/11/12
to sage-release


On Sep 11, 11:07 am, Jeroen Demeyer <jdeme...@cage.ugent.be> wrote:
> On 2012-09-11 17:02, kcrisman wrote:
>
> > I tried testing an upgrade on this release, from 5.0 built on my
> > previous Intel Mac to 5.3 upgraded on this Lion Mac.  All seems to go
> > well, but then it wants to access mirrors one more time, claims that
> > gap and R need to be upgraded, and then (when I say yes), proceeds to
> > upgrade nearly the entire installation - or at least a large portion
> > of it - again!  It's done this twice now.  I'm just going to decline
> > the R and GAP upgrades next time, but I'm wondering whether there is
> > some bug introduced in the latest changes to upgrade that would cause
> > this to happen.  I assume the hardware change in the meantime isn't
> > the issue, and I think 5.0 is where the gcc spkg was introduced,
> > right?
>
> There are some bugs with upgrading related to GCC, which is #13395
> (merged in sage-5.4.beta1).

Sorry, I thought that upgrading was now completely fixed, my
apologies.

>
> The fact that everything is built twice is #13415 (currently "new" but
> close to "needs review").

Good.

I do wonder about the final errors I'm getting. Everything seems fine
except R, which has given me this problem several times now. I think
that GAP may have failed the first time due to a race condition, but
I'm not going to track it down now.


mkdir /Users/.../sage-5.0/local/lib/R/include
mkdir: /Users/.../sage-5.0/local/lib/R/include: File exists
make[2]: *** [installdirs] Error 1
make[1]: *** [install] Error 1
make: *** [install] Error 1
Error installing R.

real 6m51.338s
user 9m51.308s
sys 0m41.199s
************************************************************************
Error installing package r-2.14.0.p3
************************************************************************


I think this is mentioned here [1] but I don't think there is a ticket
for it. Not upgrading on OS X 10.7 seems problematic as well.

[1] http://trac.sagemath.org/sage_trac/ticket/13395#comment:12

Jeroen Demeyer

unread,
Sep 11, 2012, 11:35:24 AM9/11/12
to sage-r...@googlegroups.com
On 2012-09-11 17:31, kcrisman wrote:
> mkdir /Users/.../sage-5.0/local/lib/R/include
> mkdir: /Users/.../sage-5.0/local/lib/R/include: File exists
> make[2]: *** [installdirs] Error 1
> make[1]: *** [install] Error 1
> make: *** [install] Error 1
> Error installing R.

This is #13428 (merged in sage-5.4.beta1).

kcrisman

unread,
Sep 11, 2012, 11:36:27 AM9/11/12
to sage-release


On Sep 11, 11:07 am, Jeroen Demeyer <jdeme...@cage.ugent.be> wrote:
> On 2012-09-11 17:02, kcrisman wrote:
>
> > I tried testing an upgrade on this release, from 5.0 built on my
> > previous Intel Mac to 5.3 upgraded on this Lion Mac.  All seems to go
> > well, but then it wants to access mirrors one more time, claims that
> > gap and R need to be upgraded, and then (when I say yes), proceeds to
> > upgrade nearly the entire installation - or at least a large portion
> > of it - again!  It's done this twice now.  I'm just going to decline
> > the R and GAP upgrades next time, but I'm wondering whether there is
> > some bug introduced in the latest changes to upgrade that would cause
> > this to happen.  I assume the hardware change in the meantime isn't
> > the issue, and I think 5.0 is where the gcc spkg was introduced,
> > right?
>
> There are some bugs with upgrading related to GCC, which is #13395
> (merged in sage-5.4.beta1).
>

Can you give me a URL for upgrading to that (unreleased beta) with
sage -upgrade so I can test that here as well? I don't know whether
the http://sage.math.washington.edu/home/release/sage-5.4.beta1/
directory has the right stuff - if it does, let me know.
Reply all
Reply to author
Forward
0 new messages