Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 353653 - net-mail/mu-0.9.2 needs GTK+ dependency
Summary: net-mail/mu-0.9.2 needs GTK+ dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Thomas Kahle (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-04 01:47 UTC by dacook
Modified: 2011-02-04 10:31 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 dacook 2011-02-04 01:47:10 UTC
src_configure fails on systems lacking GTK+; looking at the configure script, you probably need to add a 'gtk' USE flag, then DEPEND on x11-libs/gtk+ and set --with-gui= accordingly.

Doesn't look like it automagically links against GTK+, but configure does fail if it's not there.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2011-02-04 01:55:07 UTC
Also,

src_test () {
    emake check || die
}

 would appear to be near enough to the default (yours lacks the -j1 in the default) to be superfluous.

Also, you don't seem to be using eutils. base.eclass does, but that doesn't mean your ebuild should inherit it.
Comment 2 Thomas Kahle (RETIRED) gentoo-dev 2011-02-04 10:31:37 UTC
Fixed. Thanks!
There is an experimental gui that needs gtk+ and webkit.  It is now enabled via USE="gui". With USE="-gui" gtk+ is not necessary.