First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 27060
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Martin Holzer (RETIRED) <mholzer@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Brandy Westcott (RETIRED) <brandy@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 27060 depends on: 30244 Show dependency tree
Bug 27060 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-08-21 09:09 0000
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 From Martin Holzer (RETIRED) 2003-10-05 23:57:17 0000 -------
fixed in cvs

thx

First Last Prev Next    No search results available      Search page      Enter new bug