Created attachment 599864 [details] build.log tests/test_build_texinfo.py:66: AttributeError
Created attachment 599866 [details] emerge --info
Could you try 2.4.3, please?
2.4.3 also fails
Created attachment 616916 [details] 2.4.3 build.log
Could you try uninstalling current version of dev-python/sphinx and seeing if that changes anything?
Yeah, without sphinx installed, sphinx 2.0.1-r1 passes tests. But 2.4.3 fails anyway
I'm afraid I can't reproduce, no matter how hard I try. The test failure seems to be typing-related. However, it doesn't seem to react to downgrading docutils to your version or uninstalling anything typing-related here. I'm going to try full --depclean in case that could help.
Good news, everyone. I am able to reproduce after --depclean. Now it's just a matter of figuring out which of ~300 package fixed it ;-).
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cd75b5f120be4157309239ec3255da6df4e3239 commit 2cd75b5f120be4157309239ec3255da6df4e3239 Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2020-03-03 17:20:05 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2020-03-03 17:45:59 +0000 dev-python/sphinx: Use typed-ast on py<3.8 dev-python/typed-ast is necessary for better typing support in py<3.8. This also fixes (hopefully last) test failures. Closes: https://bugs.gentoo.org/703140 Signed-off-by: Michał Górny <mgorny@gentoo.org> dev-python/sphinx/{sphinx-2.4.3.ebuild => sphinx-2.4.3-r1.ebuild} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
Confirming, 2.4.3-r1 works.