Re: [sage-devel] error building ipython for sage-7.2

2016-05-20 Thread John Cremona
On 19 May 2016 at 19:43, John Cremona wrote: > On 19 May 2016 at 18:06, Jeroen Demeyer wrote: >> On 2016-05-19 18:15, John Cremona wrote: >>> >>> On 19 May 2016 at 17:11, Jeroen Demeyer wrote: On 2016-05-19 13:54, John Cremona wrote: > > > Was it the 6.10 - 7.1 upgrade whic

Re: [sage-devel] error building ipython for sage-7.2

2016-05-19 Thread John Cremona
On 19 May 2016 at 18:06, Jeroen Demeyer wrote: > On 2016-05-19 18:15, John Cremona wrote: >> >> On 19 May 2016 at 17:11, Jeroen Demeyer wrote: >>> >>> On 2016-05-19 13:54, John Cremona wrote: Was it the 6.10 - 7.1 upgrade which required rebuilding from scratch? >>> >>> >>> >>> Yes.

Re: [sage-devel] error building ipython for sage-7.2

2016-05-19 Thread Jeroen Demeyer
On 2016-05-19 18:15, John Cremona wrote: On 19 May 2016 at 17:11, Jeroen Demeyer wrote: On 2016-05-19 13:54, John Cremona wrote: Was it the 6.10 - 7.1 upgrade which required rebuilding from scratch? Yes. You cannot upgrade/downgrade between Sage 6.x and Sage 7.y Just ot be clear I did no

Re: [sage-devel] error building ipython for sage-7.2

2016-05-19 Thread John Cremona
On 19 May 2016 at 17:11, Jeroen Demeyer wrote: > On 2016-05-19 13:54, John Cremona wrote: >> >> Was it the 6.10 - 7.1 upgrade which required rebuilding from scratch? > > > Yes. You cannot upgrade/downgrade between Sage 6.x and Sage 7.y Just ot be clear I did not run sage -upgrade which never work

Re: [sage-devel] error building ipython for sage-7.2

2016-05-19 Thread Jeroen Demeyer
On 2016-05-19 13:54, John Cremona wrote: Was it the 6.10 - 7.1 upgrade which required rebuilding from scratch? Yes. You cannot upgrade/downgrade between Sage 6.x and Sage 7.y If that's what happened, just run make distclean. -- You received this message because you are subscribed to the Googl

Re: [sage-devel] error building ipython for sage-7.2

2016-05-19 Thread John Cremona
On 19 May 2016 at 12:55, Francois Bissey wrote: > >> On 19/05/2016, at 23:42, John Cremona wrote: >> >> Removing old version of IPython... >> >> BUILDING IPYTHON >>python: 2.7.8 (default, May 18 2016, 14:

Re: [sage-devel] error building ipython for sage-7.2

2016-05-19 Thread Francois Bissey
> On 19/05/2016, at 23:42, John Cremona wrote: > > Removing old version of IPython... > > BUILDING IPYTHON >python: 2.7.8 (default, May 18 2016, 14:29:28) [GCC 4.8.4] > 2.7.8??? What’s happening to y

Re: [sage-devel] error building ipython for sage-7.2

2016-05-19 Thread John Cremona
As a second test on the same machine, I found a repo which was on a development branch at 7.1.rc0 and I pulled from trac and have started to make that. The one repo I had trouble (as reported) with was one of a pair I use for the system-wide install on the machine so that I can update one while le

Re: [sage-devel] error building ipython for sage-7.2

2016-05-19 Thread John Cremona
On 19 May 2016 at 12:24, Jeroen Demeyer wrote: > On 2016-05-19 11:55, John Cremona wrote: >> >> Jeroen: I have make's 3 times so far, here is the history: > > > I want to see the output of "make", i.e. the part before the "The following > package(s) may have failed to build:" line that you quoted.

Re: [sage-devel] error building ipython for sage-7.2

2016-05-19 Thread Jeroen Demeyer
On 2016-05-19 11:55, John Cremona wrote: Jeroen: I have make's 3 times so far, here is the history: I want to see the output of "make", i.e. the part before the "The following package(s) may have failed to build:" line that you quoted. -- You received this message because you are subscribed

Re: [sage-devel] error building ipython for sage-7.2

2016-05-19 Thread John Cremona
Jeroen: I have make's 3 times so far, here is the history: 2015 git co master 2016 git remote -v 2017 make 2018 SAGE_KEEP_BUILT_SPKGS=yes make 2019 less /usr/local/sage/sage-2/logs/pkgs/ipython-2.3.0.p0.log 2020 scp /usr/local/sage/sage-2/logs/pkgs/ipython-2.3.0.p0.log warwick: 2021

Re: [sage-devel] error building ipython for sage-7.2

2016-05-19 Thread Francois Bissey
> On 19/05/2016, at 21:05, Jeroen Demeyer wrote: > > On 2016-05-19 11:01, John Cremona wrote: >> Volker: >> >> $ ldd local/lib/python/site-packages/zmq/backend/cython/_device.so >> linux-vdso.so.1 => (0x7ffd293f8000) >> libzmq.so.4 => /usr/local/sage/sage-2/local/lib/libzmq

Re: [sage-devel] error building ipython for sage-7.2

2016-05-19 Thread Jeroen Demeyer
On 2016-05-19 11:01, John Cremona wrote: Volker: $ ldd local/lib/python/site-packages/zmq/backend/cython/_device.so linux-vdso.so.1 => (0x7ffd293f8000) libzmq.so.4 => /usr/local/sage/sage-2/local/lib/libzmq.so.4 (0x7fc19ff1) libpython2.7.so.1.0 => /usr/loc

Re: [sage-devel] error building ipython for sage-7.2

2016-05-19 Thread John Cremona
Volker: $ ldd local/lib/python/site-packages/zmq/backend/cython/_device.so linux-vdso.so.1 => (0x7ffd293f8000) libzmq.so.4 => /usr/local/sage/sage-2/local/lib/libzmq.so.4 (0x7fc19ff1) libpython2.7.so.1.0 => /usr/local/sage/sage-2/local/lib/libpython2.7.so.1.0 (

Re: [sage-devel] error building ipython for sage-7.2

2016-05-19 Thread Francois Bissey
I would prefer them versioned (like now and this one shows as 2.3.0.p0) and time stamped. But I agree it is confusing except for the most hardcore devs who want it. François > On 19/05/2016, at 19:33, Volker Braun wrote: > > Shows once again: we should overwrite logs and only keep the most re

Re: [sage-devel] error building ipython for sage-7.2

2016-05-19 Thread Volker Braun
Shows once again: we should overwrite logs and only keep the most recent one. The current state is super confusing. On Wednesday, May 18, 2016 at 10:50:03 PM UTC+2, François wrote: > > On 05/19/16 02:28, John Cremona wrote: > > Two similar machines running ubuntu 14.04 and gcc-4.8.4. On one 7.

Re: [sage-devel] error building ipython for sage-7.2

2016-05-18 Thread Jeroen Demeyer
On 2016-05-18 22:49, François Bissey wrote: On 05/19/16 02:28, John Cremona wrote: Two similar machines running ubuntu 14.04 and gcc-4.8.4. On one 7.2 built fine but on the other ipython ran into difficulties. This was an upgrade from 7.1 in the git sense, i.e. I have the source repo, which wa

Re: [sage-devel] error building ipython for sage-7.2

2016-05-18 Thread François Bissey
On 05/19/16 02:28, John Cremona wrote: Two similar machines running ubuntu 14.04 and gcc-4.8.4. On one 7.2 built fine but on the other ipython ran into difficulties. This was an upgrade from 7.1 in the git sense, i.e. I have the source repo, which was probably at 7.0 and first did git pull trac