Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Mar 2022 11:35:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 262948] Mk/Uses/scons.mk works only with default python version, not 3.9
Message-ID:  <bug-262948-7788-LQO2sgBsNv@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-262948-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-262948-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262948

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_DEFAU=
LT
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 usef=
ul
again when Python 4 #@$&!DG : .j[connection lost]


Try

DEFAULT_VERSIONS+=3D   python=3D3.9 python3=3D3.9

instead.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262948-7788-LQO2sgBsNv>