Re: Poudriere and Python FLAVORS

From: Olivier Certner <olivier.freebsd_at_free.fr>
Date: Fri, 07 Apr 2023 14:36:16 UTC
> with BUILD_ALL_PYTHON_FLAVORS= yes Poudriere builds the py39 flavours of
> the packages (although the default version is 3.11) if no flavour is
> specified for a port. So it looks like I have to @py311 all my Python
> ports if I'm having a DEFAULT_VERSIONS+= python2=2.7 python3=3.11 python=3.11

Then most probably your 'make.conf' is not taken into account by poudriere.

That said, some ports explicitly require Python 3.9 or less (e.g., openjdk11 => llvm12 => python39), but according to what you're saying, this is not the problem you're facing right now.

-- 
Olivier Certner