<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>180682</bug_id>
          
          <creation_ts>2007-06-03 01:30 0000</creation_ts>
          <short_desc>dev-haskell/gtk2hs-0.9.11 - USE=seamonkey enables wrong configure option</short_desc>
          <delta_ts>2007-06-03 18:58:46 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Ebuilds</component>
          <version>2006.1</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>howard_b_golden@yahoo.com</reporter>
          <assigned_to>dcoutts@gentoo.org</assigned_to>
          <cc>haskell@gentoo.org</cc>

      

      
          <long_desc isprivate="0">
            <who>howard_b_golden@yahoo.com</who>
            <bug_when>2007-06-03 01:30:57 0000</bug_when>
            <thetext>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=&quot;seamonkey&quot; emerge gtk2hs

Actual Results:  
&gt;&gt;&gt; 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) \</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>dcoutts@gentoo.org</who>
            <bug_when>2007-06-03 18:58:46 0000</bug_when>
            <thetext>Committed. Thanks for the report.
If I messed up the fix please re-open.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>