https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-util/hip-5.3.3 installs more files (docs) in presence of available programs. Discovered on: amd64 (internal ref: ci) NOTE: To reproduce this issue: 1) Install the package with 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) Install (again) the package with USE=-doc 5) Put the list of the installed files into a file ( qlist -e PACKAGE:SLOT | sort | uniq > /tmp/qlist2 ) 6) Both files should have the same content because they come from a 'USE=-doc' build 7) See the diff between the two files ( diff -ru /tmp/qlist_1 /tmp/qlist_2 ) 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. In any case I'm providing a diff.
Created attachment 843991 [details] diff
ci has reproduced this issue with version 5.3.3-r1 - Updating summary.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c334e7ba3bc8c4acaad5d94fe1e248eb1a9db0a commit 7c334e7ba3bc8c4acaad5d94fe1e248eb1a9db0a Author: Yiyang Wu <xgreenlandforwyy@gmail.com> AuthorDate: 2023-01-25 03:17:30 +0000 Commit: Benda Xu <heroxbd@gentoo.org> CommitDate: 2023-01-31 13:31:02 +0000 dev-util/hip: bump patch "remove-cmake-doxygen-commands" Closes: https://bugs.gentoo.org/887375 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org> .../hip-5.3.3-remove-cmake-doxygen-commands.patch | 21 +++++++++++++++++++++ dev-util/hip/hip-5.3.3-r2.ebuild | 1 + 2 files changed, 22 insertions(+)