Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 942333 - net-p2p/biglybt-3.7.0.0 installs the same files with USE=doc
Summary: net-p2p/biglybt-3.7.0.0 installs the same files with USE=doc
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-27 10:06 UTC by Agostino Sarubbo
Modified: 2024-10-27 11:02 UTC (History)
1 user (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-10-27 10:06:19 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-p2p/biglybt-3.7.0.0 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 9
- the installed files with USE=doc are still 9

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 Volkmar W. Pogatzki 2024-10-27 10:48:34 UTC
It does not have the 'doc' flag:

# javadocs are too broken and no tests, #839681
JAVA_PKG_IUSE="source"
Comment 2 Agostino Sarubbo gentoo-dev 2024-10-27 11:02:14 UTC
you are right, sorry