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 -

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

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  - t