Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27060 - Some gkrellm plugins have incorrect dependencies
Summary: Some gkrellm plugins have incorrect dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on: 30244
Blocks:
  Show dependency tree
 
Reported: 2003-08-21 09:09 UTC by Brandy Westcott (RETIRED)
Modified: 2003-10-05 23:57 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 Brandy Westcott (RETIRED) gentoo-dev 2003-08-21 09:09:10 UTC
Looking through the gkrellm plugins I noticed some of them have incorrect DEPEND 
entries. 
 
A few incorrectly have DEPEND=">=app-admin/gkrellm-1.2*": 
 
	gkrellaclock-0.2.1 
	gkrellmms-0.5.6 
	gkrellmms-0.5.8 
	gkrellweather-0.2.7-r1 
 
These are gkrellm (version 1.2*) plugins that do not compile when only gkrellm2 is 
installed. See Bug Report 25364 ( http://bugs.gentoo.org/show_bug.cgi?id=25364 ) 
for an example of how this breaks the compile. The correct dependency is: 
 
	DEPEND="=app-admin/gkrellm-1.2*" 
 
The gkacpi-0.5 ebuild incorrectly has DEPEND="app-admin/gkrellm". This is a 
gkrellm2 plugin. The correct dependency is: 
 
	DEPEND="=app-admin/gkrellm-2*" 
 
The gkrellm-hddtemp-0.2_beta ebuild incorrectly has 
DEPEND="=app-admin/gkrellm-2*". This plugin can be built against either gkrellm or 
gkrellm2. The correct dependency is: 
 
	DEPEND="=app-admin/gkrellm" 
 

Reproducible: Always
Steps to Reproduce:
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-10-05 23:57:17 UTC
fixed in cvs

thx