Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 369257 - www-plugins/adobe-flash should provide local USE flag description of bindist
Summary: www-plugins/adobe-flash should provide local USE flag description of bindist
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jim Ramsay (lack) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-30 03:11 UTC by Donald
Modified: 2011-06-01 01:11 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 Donald 2011-05-30 03:11:26 UTC
We need an entry in /usr/portage/profiles/use.local.desc to explain what the bindist flag actually does for =www-plugins/adobe-flash-10.2.159.1_p201011173.

Reproducible: Always

Steps to Reproduce:
equery u =www-plugins/adobe-flash-10.2.159.1_p201011173 (with >=app-portage/gentoolkit-0.3)

Actual Results:  
 * Found these USE flags for www-plugins/adobe-flash-10.2.159.1_p201011173:
 U I
 [...]
 - - bindist : Flag to enable or disable options for prebuilt (GRP)  packages
               (eg. due to licensing issues)
 [...]


Expected Results:  
An explanation that (apparently) one must disable bindist to get the fix for bug #354073.

Since this appears to be a temporary fix only used in one ebuild, please keep this in mind for any uses of bindist by this package in the future. A user shouldn't have to slog through an ebuild to find out what a USE flag (especially one with such a useless default description) does for a particular package.
Comment 1 Jim Ramsay (lack) (RETIRED) gentoo-dev 2011-06-01 01:11:43 UTC
I understand your frustration, as I also get tired of reading ebuilds to figure out what they're for.  And I've taken your point and added a local description regarding this specific flag:

----
With USE="-bindist", applies a binary patch to the native 64-bit plugin for compatibility with glibc-2.13 (Bug #354073).  Required due to the non-modification clause in Adobe's license.
----

Thanks for the report!