Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 83503

Summary: EVMS evmsn dependancy problem
Product: Gentoo Linux Reporter: Paul Sadauskas <psadauskas>
Component: Current packagesAssignee: Jeremy Huddleston (RETIRED) <eradicator>
Status: RESOLVED FIXED    
Severity: minor CC: kernel
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
URL: http://forums.gentoo.org/viewtopic-p-2136371.html#2136371
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 86589    

Description Paul Sadauskas 2005-02-27 15:10:03 UTC
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 Paul Sadauskas 2005-02-27 15:41:47 UTC
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 Jeremy Huddleston (RETIRED) gentoo-dev 2005-03-04 15:37:33 UTC
It needs glib-1.2  When you emerged glib, did you specify that version?
Comment 3 Jeremy Huddleston (RETIRED) gentoo-dev 2005-03-04 15:49:18 UTC
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.