First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 112732
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 112732 depends on: Show dependency tree
Show dependency graph
Bug 112732 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

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







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


Description:   Opened: 2005-11-16 11:50 0000
The DEPEND statement in dlm-headers-1.01.00 is too restrictive, thus blocking
on
other ebuilds it depends on. (particularly dlm-kernel)

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

Actual Results:  
[blocks B     ] <=sys-cluster/dlm-kernel-1.01.00 (is blocking
sys-cluster/dlm-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/dlm-kernel-1.01.00"

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

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

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