[issue31081] Release Build Failure on Ubuntu 14.04

2017-07-30 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker ___

[issue31081] Release Build Failure on Ubuntu 14.04

2017-07-30 Thread Antoine Pitrou
Antoine Pitrou added the comment: Well, if it's really a compiler bug, there's nothing we can do against it. You should still be able to build without the --with-optimizations flag, which will give you a build perhaps 20% slower but still fully functional. --

[issue31081] Release Build Failure on Ubuntu 14.04

2017-07-30 Thread Scott Colby
Scott Colby added the comment: You make a fair point. I didn't realize that my version of gcc was so far behind. Perhaps I ought to seek out a binary distribution of Python 3.6, since upgrading the whole of gcc doesn't seem quite worth my time. If you don't think there is anything else to be

[issue31081] Release Build Failure on Ubuntu 14.04

2017-07-30 Thread Antoine Pitrou
Antoine Pitrou added the comment: Well, as the log you posted shows, this seems to be a gcc bug. Of course, I don't know if the gcc project still accepts bug reports for gcc 4.8, but we're unlikely to be able to help you here. -- nosy: +pitrou ___

[issue31081] Release Build Failure on Ubuntu 14.04

2017-07-30 Thread Scott Colby
New submission from Scott Colby: After downloading and decompressing the latest 3.6.2 source release, I attempted to build as follows: $ ./configure --enable-optimizations --enable-ipv6 # seems fine $ make -s -j$(nproc) At the end of the build I have this error reported: Failed