Re: [sage-devel] Unable to compile 8.0.rc2 on mac

2017-09-04 Thread David Roe
I have a Mac with a Skylake processor and have also observed this problem. I've been following this discussion a bit, but have recently been mostly developing Sage on a server instead David On Mon, Sep 4, 2017 at 6:16 AM, 'Bill Hart' via sage-devel < sage-devel@googlegroups.com> wrote: > Reim

Re: [sage-devel] Unable to compile 8.0.rc2 on mac

2017-09-04 Thread 'Bill Hart' via sage-devel
Reimer Behrends has helped me track down the explicit issue. We don't have a patch yet, but the bug (and solution) is described here [1]. Basically the M4 macro JMPENT in mpn/x86_64/x86_64-defs.mac needs to do more than just subtract the two addresses on Mac. However, I'm confused why this isn'

Re: [sage-devel] Unable to compile 8.0.rc2 on mac

2017-07-19 Thread 'Bill Hart' via sage-devel
It's certainly not a generic problem affecting Mac [0]. It's Skylake specific and something their linker doesn't like that works on that architecture on Linux. Bill. [0] https://travis-ci.org/wbhart/mpir/builds/252901954?utm_source=github_status&utm_medium=notification On Wednesday, 19 July 2

Re: [sage-devel] Unable to compile 8.0.rc2 on mac

2017-07-19 Thread 'Bill Hart' via sage-devel
Alex Best pointed out this morning that something similar came up for the GMP guys a while back. Apparently something to do with jump tables. That is probably affecting our code here [1]. We'll look into it. Unfortunately, in the mean time, the best one can really do is delete the affected file

Re: [sage-devel] Unable to compile 8.0.rc2 on mac

2017-07-18 Thread Andrew
On Wednesday, 19 July 2017 00:59:27 UTC+10, Dima Pasechnik wrote: > > Surely MPIR guys would appreciate feedback. > This might be their assembler bug. > > Will let them know. A. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe fro

Re: [sage-devel] Unable to compile 8.0.rc2 on mac

2017-07-18 Thread Dima Pasechnik
Surely MPIR guys would appreciate feedback. This might be their assembler bug. On Tuesday, July 18, 2017 at 3:45:32 PM UTC+1, Andrew wrote: > > You're probably right as I have managed to rebuild 8.0.beta4 from scratch. > I won't attempt to build for a while:) > > Thanks. > Andrew > > On Tuesday,

Re: [sage-devel] Unable to compile 8.0.rc2 on mac

2017-07-18 Thread Andrew
You're probably right as I have managed to rebuild 8.0.beta4 from scratch. I won't attempt to build for a while:) Thanks. Andrew On Tuesday, 18 July 2017 17:36:30 UTC+10, François Bissey wrote: > > No 8.0.beta4 had an older version of mpir. > > François > > > On 18/07/2017, at 18:47, Andrew >

Re: [sage-devel] Unable to compile 8.0.rc2 on mac

2017-07-18 Thread François Bissey
No 8.0.beta4 had an older version of mpir. François > On 18/07/2017, at 18:47, Andrew wrote: > > I managed to compile 8.0.beta4 without issues but perhaps xcode has changed > in the interim... > > Andrew > > On Tuesday, 18 July 2017 14:54:56 UTC+10, François Bissey wrote: > You appear to hav

Re: [sage-devel] Unable to compile 8.0.rc2 on mac

2017-07-17 Thread Andrew
I managed to compile 8.0.beta4 without issues but perhaps xcode has changed in the interim... Andrew On Tuesday, 18 July 2017 14:54:56 UTC+10, François Bissey wrote: > > You appear to have some relatively recent hardware. I am suspecting > that the combination OS X + skylake cpu hasn’t had a lo

Re: [sage-devel] Unable to compile 8.0.rc2 on mac

2017-07-17 Thread François Bissey
You appear to have some relatively recent hardware. I am suspecting that the combination OS X + skylake cpu hasn’t had a lot of testing. Not sure how to get around that really. François > On 18/07/2017, at 16:32, Andrew wrote: > > I'm trying to compile the current sagemath dev version 8.0.rc2 b