[issue46263] FreeBSD buildbots cannot compile Python

Erlend E. Aasland report at bugs.python.org
Thu Jan 6 06:52:32 EST 2022


Erlend E. Aasland <erlend.aasland at innova.no> added the comment:

Wait a minute. It is not tied to the Python version installed; it seems to be an issue with in-tree vs. out-of-tree builds. The failed build was in-tree. The build that succeeded was out-of-tree. I did a new build with Python 3.9 installed, which succeeded out-of-tree.

To clear things up:

- out-of-tree build with system Python 3.8 => succeeds
- out-of-tree build with system Python 3.9 => succeeds
- in-tree build with system Python 3.9 => fails

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46263>
_______________________________________


More information about the Python-bugs-list mailing list