[issue47048] Python 3.10.3 + Osx Lion : fatal error (make) signalmodule or more

2022-03-21 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. This problem was reported previously in bpo-24844 and was determined to be due a partial implementation of atomics support in the early versions of LLVM compilers provided in the Apple Developer Tools for macOS 10.7. While the start of a pa

[issue47048] Python 3.10.3 + Osx Lion : fatal error (make) signalmodule or more

2022-03-18 Thread Laurent Delphin
Laurent Delphin added the comment: I didn't expect to buy in a very next future a new Mac. The main reason 8s,because I have too much third parties to rebuild, and needing some months to spend. But it is forecasted. Besides, the Compiler Gcc 4.9.4 I built with clang seems working. But with a

[issue47048] Python 3.10.3 + Osx Lion : fatal error (make) signalmodule or more

2022-03-18 Thread Christian Heimes
Christian Heimes added the comment: It does not look like a Python problem. "fatal error: error in backend" suggests that clang is crashing with an internal error. macOS 10.7 is about a decade old. Can you update to a more recent macOS and Xcode version? -- components: +macOS nosy: +

[issue47048] Python 3.10.3 + Osx Lion : fatal error (make) signalmodule or more

2022-03-17 Thread Laurent Delphin
Laurent Delphin added the comment: But make OK with Gcc 4.9.4, built with the formentionned clang (Xcode) compiler. So, Compiler sensitive... Thank you, -- ___ Python tracker ___

[issue47048] Python 3.10.3 + Osx Lion : fatal error (make) signalmodule or more

2022-03-17 Thread Laurent Delphin
Change by Laurent Delphin : Added file: https://bugs.python.org/file50685/my-configure.log ___ Python tracker ___ ___ Python-bugs-list maili

[issue47048] Python 3.10.3 + Osx Lion : fatal error (make) signalmodule or more

2022-03-17 Thread Laurent Delphin
Change by Laurent Delphin : Added file: https://bugs.python.org/file50684/config.log ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue47048] Python 3.10.3 + Osx Lion : fatal error (make) signalmodule or more

2022-03-17 Thread Laurent Delphin
Change by Laurent Delphin : Added file: https://bugs.python.org/file50683/make.log ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue47048] Python 3.10.3 + Osx Lion : fatal error (make) signalmodule or more

2022-03-17 Thread Laurent Delphin
New submission from Laurent Delphin : Hello developers : Hereafter somme comments about a fatal error when Running make. Enclosed log (txt) files if I succeed in uploading them. Python3 : 3.10.3. Osx : Lion 10.7.5. Compiler family : clang (Xcode). Message : return PyErr_SetFromErrno(PyExec