[sage-devel] Re: Suddenly Sage doesn't build

2015-08-18 Thread Simon King
Hi Vincent, On 2015-08-18, Vincent Delecroix <20100.delecr...@gmail.com> wrote: > But what happend with more recent version of Cython? The syntax error > should remain with or without upgrading to a more recent Sage version... In the morning, I had my branch on top of an older Sage version. In t

Re: [sage-devel] Re: Suddenly Sage doesn't build

2015-08-18 Thread Vincent Delecroix
On 18/08/15 20:54, Simon King wrote: On 2015-08-18, Simon King wrote: Meanwhile I found that with HEAD~, sage builds, but with HEAD it doesn't. So, my last commit apparently created a problem. I only wonder how. Found it. The strange reason was the line print "return pos Note the missin

[sage-devel] Re: Suddenly Sage doesn't build

2015-08-18 Thread Simon King
On 2015-08-18, Simon King wrote: > Meanwhile I found that with HEAD~, sage builds, but with HEAD it > doesn't. So, my last commit apparently created a problem. > > I only wonder how. Found it. The strange reason was the line print "return pos Note the missing ". Of course I would expect cyth

[sage-devel] Re: Suddenly Sage doesn't build

2015-08-18 Thread Simon King
On 2015-08-18, Simon King wrote: > What now? Meanwhile I found that with HEAD~, sage builds, but with HEAD it doesn't. So, my last commit apparently created a problem. I only wonder how. The last commit only touches files in src/sage/quivers/, thus, shouldn't affect the build system. Is there a

[sage-devel] Re: Suddenly Sage doesn't build

2015-08-18 Thread Simon King
Sigh. On 2015-08-18, Simon King wrote: > After changing to develop (and pulling in the latest beta), it seems to > work, in the sense that many cython files have successfully been built. It did succeed > If the build succeeds, I will merge the develop branch with my work branch. To be precise,

[sage-devel] Re: Suddenly Sage doesn't build

2015-08-18 Thread Simon King
Hi Vincent, On 2015-08-18, Vincent Delecroix <20100.delecr...@gmail.com> wrote: > It might. There was this cython memleak #18294 but it has been merged in > 6.8.beta2... so I am not sure what is the problem. > > If I was you I would try to upgrade to the last beta. After changing to develop (and

[sage-devel] Re: Suddenly Sage doesn't build

2015-08-18 Thread Simon King
PS: >On 2015-08-18, Simon King wrote: > On 2015-08-18, Vincent Delecroix <20100.delecr...@gmail.com> wrote: >> Are you up to date with the last develop? > > No. The branch that I was working on is based on 6.8.beta2. But would it > explain why the branch first works and then by changing a file in

Re: [sage-devel] Re: Suddenly Sage doesn't build

2015-08-18 Thread Vincent Delecroix
On 18/08/15 15:40, Simon King wrote: On 2015-08-18, Vincent Delecroix <20100.delecr...@gmail.com> wrote: Are you up to date with the last develop? No. The branch that I was working on is based on 6.8.beta2. But would it explain why the branch first works and then by changing a file in src/sage

[sage-devel] Re: Suddenly Sage doesn't build

2015-08-18 Thread Simon King
On 2015-08-18, Vincent Delecroix <20100.delecr...@gmail.com> wrote: > Are you up to date with the last develop? No. The branch that I was working on is based on 6.8.beta2. But would it explain why the branch first works and then by changing a file in src/sage/quivers/ suddenly the memory consumpti

Re: [sage-devel] Re: Suddenly Sage doesn't build

2015-08-18 Thread Vincent Delecroix
Are you up to date with the last develop? -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send emai

[sage-devel] Re: Suddenly Sage doesn't build

2015-08-18 Thread Simon King
On 2015-08-18, Simon King wrote: > On 2015-08-18, Simon King wrote: >> I tried, but it did *not* help. So, now I have a serious problem. What >> else might do the trick? "make python" before doing make again (since it >> is python that uses all the memory)? > > I tried ./sage -f python, but when

[sage-devel] Re: Suddenly Sage doesn't build

2015-08-18 Thread Simon King
On 2015-08-18, Simon King wrote: > I tried, but it did *not* help. So, now I have a serious problem. What > else might do the trick? "make python" before doing make again (since it > is python that uses all the memory)? I tried ./sage -f python, but when I then did "make", I found that the proble

[sage-devel] Re: Suddenly Sage doesn't build

2015-08-18 Thread Simon King
Hi Francois, On 2015-08-18, Francois Bissey wrote: > First question first. Did you update/install anything new on that machine > before running into the problem? Think carefully. openSuse creates a snapshot before installing/updating anything. So, I can say that I did not change the system since

[sage-devel] Re: Suddenly Sage doesn't build

2015-08-18 Thread Simon King
PPS: On 2015-08-18, Simon King wrote: > I tried, but it did *not* help. So, now I have a serious problem. What > else might do the trick? "make python" before doing make again (since it > is python that uses all the memory)? An additional observation: After killing the process, htop shows me tha

[sage-devel] Re: Suddenly Sage doesn't build

2015-08-18 Thread Simon King
PS: On 2015-08-18, Simon King wrote: > I currently have a problem with the Sage installation on my laptop. I am > developing some code, and since yesterday ./sage -br was correctly > building stuff. Typo, I mean "till yesterday" it was working. Actually till a few hours ago. > Any clue what wen