First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 112731
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux High-Performance Clustering Team <hp-cluster@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Jan Bruvoll <jan@bruvoll.com>
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 112731 depends on: Show dependency tree
Bug 112731 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: 2005-11-16 11:49 0000
The DEPEND statement in cman-headers-1.01.00 is too restrictive, thus blocking
on other ebuilds it depends on. (particularly cman-kernel)

Reproducible: Always
Steps to Reproduce:
1. emerge -uvD cman-kernel (which brings in cman-headers)
2. emerge -upvD cman-headers

Actual Results:  
[blocks B     ] <=sys-cluster/cman-kernel-1.01.00 (is blocking
sys-cluster/cman-headers-1.01.00)

Expected Results:  
Block any incompatible builds, i.e. before 1.01.00, but not the ones it depends on.

Fix:

change this line:
DEPEND="!<=sys-cluster/cman-kernel-1.01.00"

to this:
DEPEND="!<sys-cluster/cman-kernel-1.01.00"

------- Comment #1 From Christian Zoffoli 2005-11-16 17:53:10 0000 -------
fixed in cvs.
thanks.

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