Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 180682 - dev-haskell/gtk2hs-0.9.11 - USE=seamonkey enables wrong configure option
Summary: dev-haskell/gtk2hs-0.9.11 - USE=seamonkey enables wrong configure option
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Duncan Coutts (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-03 01:30 UTC by Howard B. Golden
Modified: 2007-06-03 18:58 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 Howard B. Golden 2007-06-03 01:30:57 UTC
In the gtk2hs-0.9.11 ebuild, the seamonkey USE flag causes inclusion of --enable-mozilla. It should include --enable-seamonkey instead.

Reproducible: Always

Steps to Reproduce:
1. USE="seamonkey" emerge gtk2hs

Actual Results:  
>>> Compiling source in /var/tmp/portage/dev-haskell/gtk2hs-0.9.11/work/gtk2hs-0.9.11 ...
 * econf: updating gtk2hs-0.9.11/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating gtk2hs-0.9.11/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-packager-mode --enable-cairo --enable-libglade --enable-gconf --enable-sourceview --enable-svg --enable-opengl --enable-mozilla --enable-firefox --enable-docs --enable-profiling --build=i686-pc-linux-gnu

...

checking for MOZILLA_MOZEMBED... configure: error: Mozilla requirement not met. Perhaps you need to install mozilla or mozilla-devel


Expected Results:  
Should include --enable-seamonkey and build successfully.


Suggested patch:

In ebuild, replace this line:

                $(use_enable seamonkey mozilla) \

with:
                $(use_enable seamonkey seamonkey) \
Comment 1 Duncan Coutts (RETIRED) gentoo-dev 2007-06-03 18:58:46 UTC
Committed. Thanks for the report.
If I messed up the fix please re-open.