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 Maxime Belanger, Mika_Hawkins, benoithudson, corona10, dirn, eamanu, erlendaasland, harlantc, indygreg, jmr, jreese, lawrence-danna-apple, mattip, maxbelanger, miss-islington, mistydemeo, ned.deily, nieder, python-dev, ronaldoussoren, skrah, vstinner
Date 2021-04-15.17:00:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618506059.48.0.628872263798.issue41100@roundup.psfhosted.org>
In-reply-to
Content
@harlantc, in general, please open new issues for new problems. That said, I took a quick look at the build.log you provided and it was not obvious exactly why things went wrong. The most obvious difference is that when I do a 3.9.4 build, the extension module source paths (the -c arguments to the failing compiles) have been normalized by setup.py to absolute paths, whereas in the failing build.log they are unprefixed relative paths. I suggest you look at the top level setup.py file to figure out why that is the case in your build. I also note that the build appears to be on a very early release of macOS 11 Big Sur; it would be best to upgrade to the latest version of it and ensure you have the latest version of the Command Line Tools installed. Also, your configure arguments appear to be unnecessary complex: the -m64 and the --build and --target arguments shouldn't be necessary and we rarely test with --enable-shared on macOS. It's possible they are contributing factors.  If you do find something that appears to be a Python build issue, please open a new issue with the details.
History
Date User Action Args
2021-04-15 17:00:59ned.deilysetrecipients: + ned.deily, ronaldoussoren, vstinner, skrah, jmr, jreese, python-dev, dirn, mattip, indygreg, Maxime Belanger, maxbelanger, eamanu, corona10, miss-islington, mistydemeo, erlendaasland, nieder, lawrence-danna-apple, Mika_Hawkins, benoithudson, harlantc
2021-04-15 17:00:59ned.deilysetmessageid: <1618506059.48.0.628872263798.issue41100@roundup.psfhosted.org>
2021-04-15 17:00:59ned.deilylinkissue41100 messages
2021-04-15 17:00:58ned.deilycreate