[sage-release] Re: Sage 6.0.rc1 released

2013-12-18 Thread Volker Braun
Does maxima really use emacs as a lisp interpreter, or is it just trying to install an emacs UI? In any case, I don't think this should be a release blocker. Please open a ticket! On Wednesday, December 18, 2013 9:01:14 AM UTC, Martin Raum wrote: > > I put that into gdb; the problem seems to or

[sage-release] Re: Sage 6.0.rc1 released

2013-12-18 Thread Martin Raum
I put that into gdb; the problem seems to originate in emacs. Summary: 1) Yes, I killed the make procress several time, sorry I forgot that this would extend the log file, and I stupidly copied the whole thing. 2) No CPU activity. 3) It seems that the following command is to be blamed: emacs -q -

[sage-release] Re: Sage 6.0.rc1 released

2013-12-17 Thread Volker Braun
What is going on in the log, is the installation restarting by itself 4 times? Or are you interrupting and restarting? What exactly is the configure doing when it "hangs"? any CPU activity? Attach strace or gdb to the process to see what it is doing... On Tuesday, December 17, 2013 7:01:44 PM

[sage-release] Re: Sage 6.0.rc1 released

2013-12-17 Thread Martin Raum
I tried to build Sage 6.0.rc1, and I'm having problems with maxima. You can find the log below. Basically, make hangs when trying to find the right place for the .elc files for emacs. I am using Fedora 19, and have some emacs packages installed via package (most prominently, flycheck and a rece

[sage-release] Re: Sage 6.0.rc1 released

2013-12-17 Thread Simon King
Hi Volker, On 2013-12-17, Volker Braun wrote: > The synchronization is by a git hook, so maybe 10 seconds? OMG, a race condition :-o > Put differently, would I get the current release candidate when doing >> git pull trac master >> > > Yes! Good, thank you! Best regards, Simon -- You r

[sage-release] Re: Sage 6.0.rc1 released

2013-12-17 Thread Volker Braun
On Tuesday, December 17, 2013 4:06:32 PM UTC, Simon King wrote: > > How likely is it that the Sage git repositories on trac and on github > will be out of sync? The synchronization is by a git hook, so maybe 10 seconds? I just noticed that we are not mirroring the develop branch to github, wil

[sage-release] Re: Sage 6.0.rc1 released

2013-12-17 Thread Simon King
Hi Volker, On 2013-12-17, Volker Braun wrote: > Simplest version is IMHO > > git clone git://github.com/sagemath/sage.git > cd sage > make How likely is it that the Sage git repositories on trac and on github will be out of sync? I guess for development it would be good if trac/maste