Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24902 - sys-apps/evms ebuilds are not sensitive to the evms2 USE flag
Summary: sys-apps/evms ebuilds are not sensitive to the evms2 USE flag
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High major
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-20 10:17 UTC by Aaron Stone
Modified: 2004-02-10 13:26 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 Aaron Stone 2003-07-20 10:17:41 UTC
Regardless of my setting for USE="evms2" / USE="-evms2", portage will pick the
lastest unmasked evms-2.x version. This behaviour does not match the behaviour
of the standard gentoo-sources kernel, which will patch for evms 1.x by default
and 2.x only if USE=evms2. The result is that trying to use the stable evms 1.x
version in the kernel will leave you without appropriate user space tools.

Reproducible: Always
Steps to Reproduce:
1. emerge gentoo-sources
2. proceed to build the kernel
3. emerge evms
4. notice that kernel has evms 1 and evms is evms 2

Actual Results:  
evms kernel and userspace tools are not matches

Expected Results:  
selected to emerge a version of user space tools matching the USE flag for
kernel driver
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2004-01-18 07:18:53 UTC
That's correct behavior (same as for apache2 or gtk2), USE flags are not to select specific version (it's not possible for the ebuild).
Comment 2 Tim Yamin (RETIRED) gentoo-dev 2004-02-10 13:26:03 UTC
I'm closing this as INVALID as USE flags don't influence what version of a package is chosen, instead they influence what features are used in the package. Please see comment #1. A feature request for functionality which may be able to provide the effect you want is available at bug #40620.