Bug 83503 - EVMS evmsn dependancy problem
Bug#: 83503 Product:  Gentoo Linux Version: unspecified Platform: x86
OS/Version: Linux Status: RESOLVED Severity: minor Priority: P2
Resolution: FIXED Assigned To: eradicator@gentoo.org Reported By: psadauskas@gmail.com
Component: Applications
URL:  http://forums.gentoo.org/viewtopic-p-2136371.html#2136371
Summary: EVMS evmsn dependancy problem
Keywords:  
Status Whiteboard: 
Opened: 2005-02-27 15:10 0000
Description:   Opened: 2005-02-27 15:10 0000
With the "ncurses" use flag set, emerge emvs fails to compile the ncurses
utility evmsn. Watching the emerge process carefully reveals, in the
./configure process:
configure: checking which EVMS user interfaces to build:
configure:      building cli
configure:      not building gui ... disabled by user
configure:      not building text-mode ... requires glib library



Reproducible: Always
Steps to Reproduce:
1. USE="ncurses -gtk" emerge evms   (while glib is not installed)



Actual Results:  
root # evms
evms                   evms_metadata_backup   evms_query
evms_activate          evms_metadata_restore  evmsd
evms_gather_info       evms_mpathd            evmsd_worker


(no evmsn utility available)

Expected Results:  
evmsn should be there

As far as I can tell, the ebuild just needs to be modified to include "glib" as
a dependency when the "ncurses" use flag is set.

Please see my forum post (
http://forums.gentoo.org/viewtopic-p-2136371.html#2136371 ) for more details,
and how I solved it myself.

------- Comment #1 From Paul Sadauskas 2005-02-27 15:41:47 0000 -------
Just wanted to update: I emerged glib, then evms. Still no evmsn, same message
in ./configure (can't find glib). I'm looking into it some more.

------- Comment #2 From Jeremy Huddleston (RETIRED) 2005-03-04 15:37:33 0000 -------
It needs glib-1.2  When you emerged glib, did you specify that version?

------- Comment #3 From Jeremy Huddleston (RETIRED) 2005-03-04 15:49:18 0000 -------
I added glib-1 as a dep in 2.3.4, 2.5.1 and 2.5.2 when USE=ncurses.  Thanks for
pointing this out.