Re: Python build failures with gcc 11, glibc 2.33

2020-12-19 Thread Miro Hrončok
On 12/19/20 2:04 PM, Miro Hrončok wrote: On 12/7/20 1:26 PM, Miro Hrončok wrote: Hello. I've been notified that many of the Python interpreters started to fail with new GNU Toolchain (gcc 11, glibc 2.33). https://koschei.fedoraproject.org/package/pythonX.Y (replace X.Y with version) Python 

Re: Python build failures with gcc 11, glibc 2.33

2020-12-14 Thread Victor Stinner
On Mon, Dec 14, 2020 at 4:20 PM Jeff Law wrote: > I would expect it'll be in Jakub's next Fedora GCC build. He's on PTO > right now, but I wouldn't be surprised if he spins up a build between > now and Christmas to pick up this (and other) fixes. Ok, fine, IMO it can wait for a few days, it

Re: Python build failures with gcc 11, glibc 2.33

2020-12-14 Thread Lumír Balhar
Hi Victor. On 12/14/20 11:23 AM, Victor Stinner wrote: On Mon, Dec 7, 2020 at 4:08 PM Victor Stinner wrote: Oh, GCC 11 already landed on the Fedora Python buildbots running Rawhide. I created an issue to track the bugs on Python upstream: test_buffer fails on Python built with GCC 11

Re: Python build failures with gcc 11, glibc 2.33

2020-12-14 Thread Victor Stinner
On Mon, Dec 7, 2020 at 4:08 PM Victor Stinner wrote: > Oh, GCC 11 already landed on the Fedora Python buildbots running > Rawhide. I created an issue to track the bugs on Python upstream: > > test_buffer fails on Python built with GCC 11 > https://bugs.python.org/issue42587 I bisected the code

Re: Python build failures with gcc 11, glibc 2.33

2020-12-07 Thread Miro Hrončok
On 12/7/20 1:26 PM, Miro Hrončok wrote: Hello. I've been notified that many of the Python interpreters started to fail with new GNU Toolchain (gcc 11, glibc 2.33). https://koschei.fedoraproject.org/package/pythonX.Y (replace X.Y with version) Python 3.5  - test_buffer fails on aarch64  -

Re: Python build failures with gcc 11, glibc 2.33

2020-12-07 Thread Victor Stinner
Oh, GCC 11 already landed on the Fedora Python buildbots running Rawhide. I created an issue to track the bugs on Python upstream: test_buffer fails on Python built with GCC 11 https://bugs.python.org/issue42587 Victor On Mon, Dec 7, 2020 at 1:26 PM Miro Hrončok wrote: > > Hello. > > I've been

Python build failures with gcc 11, glibc 2.33

2020-12-07 Thread Miro Hrončok
Hello. I've been notified that many of the Python interpreters started to fail with new GNU Toolchain (gcc 11, glibc 2.33). https://koschei.fedoraproject.org/package/pythonX.Y (replace X.Y with version) Python 3.5 - test_buffer fails on aarch64 - test_buffer+test_dbm_gnu fails on ppc64le