Re: [sage-devel] Re: Can't compile 8.4.beta3

2018-09-11 Thread Andrew
It turns out that this is issue with 8.4.beta1 that Steven highlighted above, although the fix that I needed has a few more steps. I'll post details in sage-release under 8.4.beta1. In any case, I now have a working version of 8.4.beta4. Thanks Steven, John and Erik for your help! Andrew --

Re: [sage-devel] Re: Can't compile 8.4.beta3

2018-09-10 Thread Andrew
Dear John and Erik, Thanks for the hints. I have tried recompiling several times as suggested but the build still fails, sometimes on pip-18.0 and sometimes on python3-3.6.6.p0. Given the potential race condition in https://trac.sagemath.org/ticket/18438 I'll try compiling with a single core a

Re: [sage-devel] Re: Can't compile 8.4.beta3

2018-09-10 Thread Erik Bray
On Mon, Sep 10, 2018 at 6:33 AM John H Palmieri wrote: > > One thing to try, in case you haven't already: run make once, and if it fails > with a warning like this, try running make again immediately (without doing > "make distclean"). (Sage may be using Sage's python in the installation > proc

[sage-devel] Re: Can't compile 8.4.beta3

2018-09-09 Thread John H Palmieri
One thing to try, in case you haven't already: run make once, and if it fails with a warning like this, try running make again immediately (without doing "make distclean"). (Sage may be using Sage's python in the installation process before it's quite ready, but when you run 'make' a second tim

[sage-devel] Re: Can't compile 8.4.beta3

2018-09-09 Thread Andrew
I'm now trying, without success, to compile 8.4.beta4. I have homebrew installed. For the past few years I have stopped it from affecting the sage compliation by setting my PATH accordingly. If I do this and use make distclean && make then I still the error above with make failing on pip-18.

[sage-devel] Re: Can't compile 8.4.beta3

2018-09-06 Thread Steven Trogdon
The log file would be good. Though not on a Mac I had a "similar" situation where, for some reasion, local/bin/pip was missing. See https://groups.google.com/d/msg/sage-release/XUYlh2DHP9E/qIZEf8qRAAAJ On Thursday, September 6, 2018 at 1:21:42 AM UTC-5, Andrew wrote: > > I'm not able compile any

[sage-devel] Re: Can't compile 8.4.beta3

2018-09-06 Thread Eric Gourgoulhon
Hi, >From your install.log file, we can see a message that could provide some hint: [pip-18.0] /usr/local/src/sage/local/bin/python3: No module named pip As Samuel said, it would be helpful to look at /usr/local/src/sage/logs/pkgs/pip-18.0.log. Eric. -- You received this message because yo

[sage-devel] Re: Can't compile 8.4.beta3

2018-09-06 Thread Samuel Lelievre
Thu 2018-09-06 08:21:42 UTC+2, Andrew: > > I'm not able compile any of the 8.4 betas on both my laptop > and a desktop machine. I had no problem with 8.3 betas. > > Quite possibly I am doing, or have done, something stupid but I > don't think that I have changed anything from 8.3. I am running > >