https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-python/moderngl-window-3.0.3 installs the same files with USE=doc. Discovered on: amd64 (internal ref: guru_ci) NOTE: To reproduce this issue: 1) Install the package without USE=doc 2) Put the list of the installed files into a file ( qlist -e PACKAGE:SLOT | sort | uniq > /tmp/qlist1 ) 3) Install the package with USE=doc 4) Put the list of the installed files into a file ( qlist -e PACKAGE:SLOT | sort | uniq > /tmp/qlist2 ) 5) See the diff between the two files ( diff -ru /tmp/qlist_1 /tmp/qlist_2 ) On this machine: - the installed files without USE=doc are 1487 - the installed files with USE=doc are still 1487 Usually USE=doc is supposed to build and install documentation files, so a build with USE=doc should install more files. If that's not the case, feel free to close. This type of report comes from a check that is a bit outside of the tinderbox, that's the reason because build.log was not provided (however in cases like these the build.log doesn't help much) but if you need further help to diagnose this issue feel free to ask.
No you are right. I forgot about the default python_install_all and overwrote it in the ebuild.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=27d5aa49268aa443cadea783798225032d2e777d commit 27d5aa49268aa443cadea783798225032d2e777d Author: Henri Gasc <gasc@eurecom.fr> AuthorDate: 2024-12-07 22:28:59 +0000 Commit: Henri Gasc <gasc@eurecom.fr> CommitDate: 2024-12-07 22:29:29 +0000 dev-python/moderngl-window: Use default python_install_all Closes: https://bugs.gentoo.org/946061 Signed-off-by: Henri Gasc <gasc@eurecom.fr> ...-window-3.0.3.ebuild => moderngl-window-3.0.3-r1.ebuild} | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-)