Created attachment 861419 [details] build log before sphinx was rebuilt When updating the system (from Python 3.10 to Python 3.11) the build of openvswitch broke because the dependency to sphinx is missing in the ebuild.
Maybe. From: RDEPEND="${PYTHON_DEPS} $(python_gen_cond_dep ' ~dev-python/ovs-2.17.1_p1[${PYTHON_USEDEP}] dev-python/twisted[${PYTHON_USEDEP}] dev-python/zope-interface[${PYTHON_USEDEP}] ') debug? ( dev-lang/perl ) unwind? ( sys-libs/libunwind:= ) ssl? ( dev-libs/openssl:= )" To: RDEPEND="${PYTHON_DEPS} $(python_gen_cond_dep ' ~dev-python/ovs-2.17.1_p1[${PYTHON_USEDEP}] dev-python/twisted[${PYTHON_USEDEP}] dev-python/zope-interface[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] ') debug? ( dev-lang/perl ) unwind? ( sys-libs/libunwind:= ) ssl? ( dev-libs/openssl:= )"
Small correction, this dependency is probably only used at buildtime. Therefore "dev-python/sphinx" rather belongs in the BDEPEND variable.