[Bug 262948] Mk/Uses/scons.mk works only with default python version, not 3.9
Date: Thu, 31 Mar 2022 11:35:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262948
Christian Ullrich <chris@chrullrich.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |chris@chrullrich.net
--- Comment #2 from Christian Ullrich <chris@chrullrich.net> ---
ISTM that your configuration is inconsistent. You set the default Python
version to 3.9 but left the default Python *3* version at 3.8. PYTHON_DEFAULT
is supposed to be equal to either PYTHON2_DEFAULT or PYTHON3_DEFAULT.
This split is left over from when Python 2 was a thing and will become useful
again when Python 4 #@$&!DG : .j[connection lost]
Try
DEFAULT_VERSIONS+= python=3.9 python3=3.9
instead.
--
You are receiving this mail because:
You are on the CC list for the bug.