Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15377 - EVMS userspace tools missing LvmUtils
Summary: EVMS userspace tools missing LvmUtils
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Seth Chandler
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-09 13:04 UTC by Jonathan Rogers
Modified: 2003-02-09 19:38 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 Jonathan Rogers 2003-02-09 13:04:00 UTC
The ebuild for the EVMS userspace tools builds everything except the LvmUtils,
which are the Linux LVM-like commands. The fix is simply to specify that the
LvmUtils should be built in the configure script.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Here is a patch I used to get the LvmUtils:

--------------------cut----------------------
--- /usr/portage/sys-apps/evms/evms-1.2.1.ebuild        2002-12-27
01:37:21.000000000 -0600
+++ /usr/local/portage/sys-apps/evms/evms-1.2.1.ebuild  2003-02-09
07:49:01.000000000 -0600
@@ -23,7 +23,7 @@
 
 
 src_compile() {
-       local interfaces="CommandLine,utilities"
+       local interfaces="CommandLine,utilities,LvmUtils"
        use ncurses && interfaces="ncurses,${interfaces}"
        use gtk && interfaces="evmsgui,${interfaces}"
Comment 1 Seth Chandler 2003-02-09 19:38:16 UTC
fixed in cvs