Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 83503 - EVMS evmsn dependancy problem
Summary: EVMS evmsn dependancy problem
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL: http://forums.gentoo.org/viewtopic-p-...
Whiteboard:
Keywords:
Depends on:
Blocks: 86589
  Show dependency tree
 
Reported: 2005-02-27 15:10 UTC by Paul Sadauskas
Modified: 2005-03-24 16:50 UTC (History)
1 user (show)

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 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.