Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 180682
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Duncan Coutts (RETIRED) <dcoutts@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Howard B. Golden <howard_b_golden@yahoo.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 180682 depends on: Show dependency tree
Bug 180682 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-06-03 01:30 0000
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 From Duncan Coutts (RETIRED) 2007-06-03 18:58:46 0000 -------
Committed. Thanks for the report.
If I messed up the fix please re-open.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug