[issue45993] Main branch of CPython does not build anymore on macOS

2022-03-12 Thread Ned Deily
Ned Deily added the comment: @Andrei, see Issue46975. -- nosy: +ned.deily ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue45993] Main branch of CPython does not build anymore on macOS

2022-03-11 Thread Christian Heimes
Change by Christian Heimes : -- nosy: -christian.heimes ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45993] Main branch of CPython does not build anymore on macOS

2022-03-11 Thread Andrei Kulakov
Andrei Kulakov added the comment: I'm getting the same exact error but on `arm64`, and clearing the cache does not help. clang=13.0.0 MacOS=11.5.2 Should I open a new issue for this? 257 warnings generated. 257 warnings generated. Undefined symbols for architecture arm64:

[issue45993] Main branch of CPython does not build anymore on macOS

2021-12-06 Thread Nikita Sobolev
Nikita Sobolev added the comment: Looks like removing cache worked. Thanks! -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___

[issue45993] Main branch of CPython does not build anymore on macOS

2021-12-06 Thread Christian Heimes
Christian Heimes added the comment: Did you run "make distclean" or "git clean -xdf" before ./configure? -- nosy: +christian.heimes ___ Python tracker ___

[issue45993] Main branch of CPython does not build anymore on macOS

2021-12-06 Thread Nikita Sobolev
New submission from Nikita Sobolev : New version of `main` branch does not build for me anymore. Command: `make -j` System information: - macOS 10.14.6 - Apple clang version 11.0.0 (clang-1100.0.33.16) I am also attaching resulting Makefile. Output: ``` ยป make -j gcc