https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: mail-client/claws-mail-4.3.0-r1 installs the same files with USE=doc. Discovered on: amd64 (internal ref: 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 322 - the installed files with USE=doc are still 322 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.
The doc flag controls the manual build, I guess some dependency is missing as I see it built (or not) correctly: --- sorted_nodoc 2024-11-05 11:29:41.930485225 +0100 +++ sorted_doc 2024-11-05 11:29:37.603872729 +0100 @@ -314,6 +314,16 @@ mail-client/claws-mail-4.3.0-r1/image/usr/share/doc/claws-mail-4.3.0-r1/ChangeLog.gtk1.bz2 mail-client/claws-mail-4.3.0-r1/image/usr/share/doc/claws-mail-4.3.0-r1/ChangeLog.pre2.0.0.bz2 mail-client/claws-mail-4.3.0-r1/image/usr/share/doc/claws-mail-4.3.0-r1/INSTALL.bz2 +mail-client/claws-mail-4.3.0-r1/image/usr/share/doc/claws-mail-4.3.0-r1/manual +mail-client/claws-mail-4.3.0-r1/image/usr/share/doc/claws-mail-4.3.0-r1/manual/en +mail-client/claws-mail-4.3.0-r1/image/usr/share/doc/claws-mail-4.3.0-r1/manual/en/claws-mail-manual.html +mail-client/claws-mail-4.3.0-r1/image/usr/share/doc/claws-mail-4.3.0-r1/manual/en/claws-mail-manual.txt.bz2 +mail-client/claws-mail-4.3.0-r1/image/usr/share/doc/claws-mail-4.3.0-r1/manual/es +mail-client/claws-mail-4.3.0-r1/image/usr/share/doc/claws-mail-4.3.0-r1/manual/es/claws-mail-manual.html +mail-client/claws-mail-4.3.0-r1/image/usr/share/doc/claws-mail-4.3.0-r1/manual/es/claws-mail-manual.txt.bz2 +mail-client/claws-mail-4.3.0-r1/image/usr/share/doc/claws-mail-4.3.0-r1/manual/fr +mail-client/claws-mail-4.3.0-r1/image/usr/share/doc/claws-mail-4.3.0-r1/manual/fr/claws-mail-manual.html +mail-client/claws-mail-4.3.0-r1/image/usr/share/doc/claws-mail-4.3.0-r1/manual/fr/claws-mail-manual.txt.bz2 mail-client/claws-mail-4.3.0-r1/image/usr/share/doc/claws-mail-4.3.0-r1/NEWS.bz2 mail-client/claws-mail-4.3.0-r1/image/usr/share/doc/claws-mail-4.3.0-r1/README.bz2 mail-client/claws-mail-4.3.0-r1/image/usr/share/doc/claws-mail-4.3.0-r1/RELEASE_NOTES.bz2
OK, manual needs docbook binaries (docbook2html etc) which are not in dependencies indeed, adding to build deps
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bfee73a81fa08edacde32eebd4ac3fb1b1198ab commit 5bfee73a81fa08edacde32eebd4ac3fb1b1198ab Author: Bernard Cafarelli <voyageur@gentoo.org> AuthorDate: 2024-11-05 10:49:02 +0000 Commit: Bernard Cafarelli <voyageur@gentoo.org> CommitDate: 2024-11-05 10:49:20 +0000 mail-client/claws-mail: missing doc build dependency Closes: https://bugs.gentoo.org/942907 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org> .../{claws-mail-4.3.0-r1.ebuild => claws-mail-4.3.0-r2.ebuild} | 1 + mail-client/claws-mail/claws-mail-9999.ebuild | 1 + 2 files changed, 2 insertions(+)