Am 13.07.26 um 19:21 schrieb Kirill Ponomarev:
You're right, I'd checked with make run-depends-list, which only
shows direct deps, so I missed the transitive pull. When I tested the
patch on 2026-06-28, the tree had py-aiohttp-3.13.5_1, which compiles
fine under python 3.14. On 2026-07-08 sunpoet bumped aiohttp to
3.14.1 and that version doesn't build against python 3.14, probably
it's an upstream bug. You can disable the GCP_AUTH option on
devel/py-opentelemetry-exporter-otlp-proto-http in your set, that
drops the whole google-auth/aiohttp subtree and lets the build
proceed I guess.
I disabled it now with:
poudriere options -z salt314 devel/py-opentelemetry-exporter-otlp-proto-http
Hit CTRL+c after devel/py-opentelemetry-exporter-otlp-proto-http was stored.
Build is now fine. I will test it today if I have a waiting gap ;) I
keep you posted.
Matthias