This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients Ghyslain Leclerc, ned.deily, ronaldoussoren
Date 2022-03-16.01:58:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647395901.39.0.41011086236.issue47033@roundup.psfhosted.org>
In-reply-to
Content
You don't say exactly what changeset of the cpython repo you are trying to build from. The line numbers in the compiler warnings in your build.out extract do not seem to match up with either a current 3.10 branch checkout or a main branch checkout. Please make sure your repo is up-to-date with the current github version for whatever branch you are trying to build. You shouldn't have any problems like shown when building any of the current branches on macOS 11.6.x with its current Xcode or Command Line Tools installed. The Python Developers Guide might be of assistance:

https://devguide.python.org

If you still have problems, please show the output of:

   git show

as well as the exact configure and make commands in use, and the complete configure and make output.
History
Date User Action Args
2022-03-16 01:58:21ned.deilysetrecipients: + ned.deily, ronaldoussoren, Ghyslain Leclerc
2022-03-16 01:58:21ned.deilysetmessageid: <1647395901.39.0.41011086236.issue47033@roundup.psfhosted.org>
2022-03-16 01:58:21ned.deilylinkissue47033 messages
2022-03-16 01:58:21ned.deilycreate