Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 112227 - gtk2hs-0.9.10 glade flag conflicts with -gnome flag
Summary: gtk2hs-0.9.10 glade flag conflicts with -gnome flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
: 114578 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-11-11 15:55 UTC by Murray Campbell
Modified: 2005-12-06 03:36 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 Murray Campbell 2005-11-11 15:55:34 UTC
The new "glade" USE flag in dev-haskell/gtk2hs-0.9.10 conflicts with the "gnome"
USE flag. If (as I do) one chooses USE="+glade -gnome" then the build fails at
the point of registering the glade package which hasn't been built.
This seems to be because "$(use_enable glade libglade) $(use_enable gnome
libglade)" then resolves to "--enable-libglade --disable-libglade".

"$(useq glade || useq gnome && echo --enable-libglade)" seems to work for me.

Reproducible: Always
Steps to Reproduce:
1. export ACCEPT_KEYWORDS="~x86"
2. USE="glade -gnome" emerge gtk2hs
3. 

Actual Results:  
Build borks on trying to register unbuilt glade package (no glade.package.conf)

Expected Results:  
Flawless install.
Comment 1 Duncan Coutts (RETIRED) gentoo-dev 2005-11-12 02:54:13 UTC
Thanks Murray. The fix is now in portage.
Reopen this bug if it doesn't fix it for you.
Comment 2 Duncan Coutts (RETIRED) gentoo-dev 2005-12-06 03:36:50 UTC
*** Bug 114578 has been marked as a duplicate of this bug. ***