Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 942907 - mail-client/claws-mail-4.3.0-r1 installs the same files with USE=doc
Summary: mail-client/claws-mail-4.3.0-r1 installs the same files with USE=doc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-05 08:25 UTC by Agostino Sarubbo
Modified: 2024-11-07 22:42 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-11-05 08:25:23 UTC
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.
Comment 1 Bernard Cafarelli gentoo-dev 2024-11-05 10:37:43 UTC
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
Comment 2 Bernard Cafarelli gentoo-dev 2024-11-05 10:45:55 UTC
OK, manual needs docbook binaries (docbook2html etc) which are not in dependencies indeed, adding to build deps
Comment 3 Larry the Git Cow gentoo-dev 2024-11-05 10:49:23 UTC
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(+)