Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 455494 - xfce-extra/xfce4-weather-plugin-0.8.2 - USE=debug does not work and should be removed
Summary: xfce-extra/xfce4-weather-plugin-0.8.2 - USE=debug does not work and should be...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Lowest normal (vote)
Assignee: XFCE Team
URL: http://git.xfce.org/panel-plugins/xfc...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-04 20:32 UTC by Small_Penguin
Modified: 2013-02-05 12:46 UTC (History)
0 users

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 Small_Penguin 2013-02-04 20:32:45 UTC
The debug USE flag is useless (pun intended!). xfce4-weather-plugin has a runtime debug mode which can be enabled by setting an environment variable before starting the panel. The debug USE flag doesn't have any effect and should be removed.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2013-02-05 12:46:52 UTC
It looks okay to me, it's using xfce4-dev-tools and as documented in `man xfconf.eclass` you can switch --enable-debug=minimum to --enable-debug=yes by setting the USE flag and by also setting XFCONF_FULL_DEBUG=1 it turns into --enable-debug=full
Both =yes and =full triggers various precompiler flags like -DXFCE_DEPRECATED and -Werror
So any xfce related ebuild that supports the yes/no/minimum/full should use $(xfconf_use_debug) and have IUSE="debug" accordingly