Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 193662 - www-apps/dspam-web-3.8.0 need built_with_use check
Summary: www-apps/dspam-web-3.8.0 need built_with_use check
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Alin Năstac (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on: 193661
Blocks:
  Show dependency tree
 
Reported: 2007-09-24 16:51 UTC by Doug Goldstein (RETIRED)
Modified: 2007-09-24 20:41 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 Doug Goldstein (RETIRED) gentoo-dev 2007-09-24 16:51:53 UTC
for the graphs to work dev-perl/GD needs to be built with USE=png, otherwise you'll get errors in your Apache logs about methods not existing
Comment 1 Alin Năstac (RETIRED) gentoo-dev 2007-09-24 19:37:02 UTC
Hmmm... That test would require dev-perl/GD atom in DEPEND because, hypotetically speaking, RDEPEND atoms can be installed after the package in question.
Comment 2 Doug Goldstein (RETIRED) gentoo-dev 2007-09-24 20:17:42 UTC
I think a user has a reasonable expectation to have all the features for which he/she has enabled USE flags for to be operational at install time. If there is no USE flag then that feature should be enabled.

Yes, hypothetically speaking dev-perl/GD can be installed AFTER dspam-web is installed, however Portage doesn't currently do this and it really should be checked for. I think you would need to put it in DEPEND until USE based depends come along and then you can only have it in RDEPEND.
Comment 3 Alin Năstac (RETIRED) gentoo-dev 2007-09-24 20:41:36 UTC
Fixed without revision bump.