Re: [MacPorts] #54149: gcc6 fails to compile because "configure: error: cannot compute sizeof (long long)"

2017-05-19 Thread René J . V . Bertin
On Thursday May 18 2017 19:05:31 Ryan Schmidt wrote: >Yes. Therefore, we need to add a libgcc6 subport, much like the existing >libgcc45 subport. That seems like a small change to port:gcc6, almost easier than removing the libgcc subport completely. But why is this handled differently that any

Re: [MacPorts] #54149: gcc6 fails to compile because "configure: error: cannot compute sizeof (long long)"

2017-05-18 Thread Ryan Schmidt
> On May 18, 2017, at 18:55, René J.V. Bertin wrote: > > On Thursday May 11 2017 07:38:01 Ryan Schmidt wrote: > >> It's a matter of doing the equivalent of this, with updated versions: >> >>

Re: [MacPorts] #54149: gcc6 fails to compile because "configure: error: cannot compute sizeof (long long)"

2017-05-18 Thread René J . V . Bertin
On Thursday May 11 2017 07:38:01 Ryan Schmidt wrote: > It's a matter of doing the equivalent of this, with updated versions: > > https://github.com/macports/macports-ports/commit/c4ddd1af302d5be105cbd58d2cb5dce89e892858 > > I will work on it later. I hope you don't mind a helping hand :) if

Re: [MacPorts] #54149: gcc6 fails to compile because "configure: error: cannot compute sizeof (long long)"

2017-05-11 Thread René J . V . Bertin
On Thursday May 11 2017 07:38:01 Ryan Schmidt wrote: > I will work on it later. I think you're on the ticket CC list but in case you missed it: https://trac.macports.org/ticket/53605#comment:8 R.

Re: [MacPorts] #54149: gcc6 fails to compile because "configure: error: cannot compute sizeof (long long)"

2017-05-11 Thread Ryan Schmidt
>> I have been updating gcc7 snapshots weekly and stopped recently when I >> realized they were preparing for the first release. I did not know they had >> now done so. I will update the ports once a snapshot of gcc8 is available >> (probably already is), since gcc6, gcc7 and gcc8 will need to

Re: [MacPorts] #54149: gcc6 fails to compile because "configure: error: cannot compute sizeof (long long)"

2017-05-11 Thread René J . V . Bertin
OK, I'm completely flabbergasted now. The build goes fine WITHOUT my patch so apparently there is something to it after all that interferes with the build. It's clearly not a patch that I managed to get to work by applying it *after* a first successful build completion because it looks like

Re: [MacPorts] #54149: gcc6 fails to compile because "configure: error: cannot compute sizeof (long long)"

2017-05-11 Thread René J . V . Bertin
On Thursday May 11 2017 03:23:31 Ryan Schmidt wrote: Hi, >I have not seen that problem building gcc6 before. Any idea what it could be? Even something silly as having the version already installed? I don't see how that could influence the parsing behaviour of the 1st bootstrapping compiler

Re: [MacPorts] #54149: gcc6 fails to compile because "configure: error: cannot compute sizeof (long long)"

2017-05-11 Thread Ryan Schmidt
I have not seen that problem building gcc6 before. I have been updating gcc7 snapshots weekly and stopped recently when I realized they were preparing for the first release. I did not know they had now done so. I will update the ports once a snapshot of gcc8 is available (probably already