Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 112731 - cman-headers DEPEND is too restrictive - blocks compilation after install
Summary: cman-headers DEPEND is too restrictive - blocks compilation after install
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-16 11:49 UTC by Jan Bruvoll
Modified: 2010-09-10 19:00 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 Jan Bruvoll 2005-11-16 11:49:51 UTC
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 Christian Zoffoli (RETIRED) gentoo-dev 2005-11-16 17:53:10 UTC
fixed in cvs.
thanks.