Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 160091 - app-office/openoffice : please remove debug.eclass usage
Summary: app-office/openoffice : please remove debug.eclass usage
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: debug-eclass
  Show dependency tree
 
Reported: 2007-01-04 14:34 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2007-01-04 20:56 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 Diego Elio Pettenò (RETIRED) gentoo-dev 2007-01-04 14:34:01 UTC
The following ebuilds/eclasses currently inherits debug.eclass:

./app-office/openoffice/openoffice-2.0.3.ebuild:inherit check-reqs debug eutils fdo-mime flag-o-matic java-pkg kde-functions toolchain-funcs
./app-office/openoffice/openoffice-2.0.4.ebuild:inherit check-reqs debug eutils fdo-mime flag-o-matic java-pkg-opt-2 kde-functions multilib toolchain-funcs

As per bug #55708 you can see that the current debug.eclass is a QA mess, and I'm going to replace it soon with a dummy version.
The debug useflag should not mess with the user's *FLAGS, but rather relate to the debug codepaths of a package (asserts, extra output, and so on). If an user wants a debuggable system, he should follow the backtraces guide (http://www.gentoo.org/proj/en/qa/backtraces.xml) that contains all the needed info.

For this reason, please remove debug eclass from inherit line, add debug to IUSE if your package has a way to enable/disable debug codepaths, and set this bug resolved. Please do it for _every revisions of your package_.

Thanks,
Diego
Comment 1 Alec Warner (RETIRED) archtester gentoo-dev Security 2007-01-04 20:56:54 UTC
donz

THx QA team.