Re: Salt on 2026Q3

Matthias Fechner <[email protected]> Mon, 13 Jul 2026 16:14:05 +0200
Newsgroups gmane.os.freebsd.devel.ports
Message-ID <[email protected]>
Hi Kirill,

Am 13.07.26 um 10:17 schrieb Kirill Ponomarev:
> The issue is just the default python version your poudriere build is
> using. The fix is to tell poudriere to build pith Python 3.14 as the
> default. Add to your Poudriere make.conf:
> # /usr/local/etc/poudriere.d/make.conf or a set-specific <set>-make.conf
> DEFAULT_VERSIONS+= python=3.14
>
> If you don't want to flip your entire poudriere over to 3.14, scope it
> to a dedicated set (-z salt314) and put the DEFAULT_VERSIONS line in
> salt314-make.conf instead of the global one. Since you run zfs and
> sysrc, which is exactly the coverage I was hoping for, once it builds,
> please try a real state.apply that touches zfs/sysrc/service and let
> me know how it goes. Those are the modules 3008 moved out into
> separate salt-extensions so that's the part I'm most unsure about
> before committing to the in-place 3008 update.

thanks, after rust is compiled ;) I see another error.
Here the build log:
https://pkg.fechner.net/build.html?mastername=150amd64-gitlab-salt314&build=2026-07-13_16h10m35s

Problem is currently:     www/py-aiohttp@py314

Is that  maybe not compatible with python 3.14?

Thanks
Matthias