Re: Poudriere and Python FLAVORS

From: Olivier Certner <olivier.freebsd_at_free.fr>
Date: Fri, 07 Apr 2023 13:44:54 UTC
Hi,

Just add:
BUILD_ALL_PYTHON_FLAVORS=t
in your /etc/make.conf or equivalent.

Without the knob, only default pythons ("python2=2.7 python3=3.11 python=3.11" in your example) are allowed flavors.

As to why this knob exists, I'm only guessing that it is to ensure that there are no packages depending on now default versions?

Regards.

-- 
Olivier Certner