On Sun, 19 Jul 2026 09:33:06 +0200 Andrea Venturoli wrote: > On 7/13/26 11:00, Tijl Coosemans wrote: > > Hello. > >> In sysutils/py-salt/Makefile line 38, replace "python" with "python:3.11". > > Doesn't work. > > root@poudriere:~ # poudriere bulk -v -j 151amd64 sysutils/py-salt > [...] > [00:00:42] Ignored ports: devel/py-Jinja2@py311 > devel/py-jaraco.text@py311 devel/py-msgpack@py311 > devel/py-jmespath@py311 devel/py-cffi@py311 devel/py-frozenlist@py311 > devel/py-pyyaml@py311 net/py-libcloud@py311 misc/py-progressbar@py311 > net/py-pyzmq@py311 security/py-pycryptodomex@py311 > sysutils/py-croniter@py311 devel/py-virtualenv@py311 > sysutils/py-psutil@py311 sysutils/py-distro@py311 www/py-tornado@py311 > textproc/py-markupsafe@py311 security/py-cryptography@py311 > www/py-requests@py311 devel/py-immutables@py311 devel/py-timelib@py311 > devel/py-looseversion@py311 devel/py-backports@py311 > devel/py-pyinotify@py311 > > It seems this solution gets poudriere going, but moves the problem to > the dependent ports :( > > Is there something else wrong?
Try adding "allflavors" to the USE_PYTHON variable in the port Makefile of all the ignored ports listed above.
