Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 224437

Summary: gnome-base/gnome-settings-daemon ebuild won't pick USE flags
Product: Gentoo Linux Reporter: Anton Mikhalyov <anton.mikhalyov>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: minor    
Priority: Lowest    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 214260    

Description Anton Mikhalyov 2008-06-01 05:19:11 UTC
When Gstreamer is not installed, emerging gnome-base/gnome-settings-daemon would bring error message saying about missing gstreamer library. I don't need some dependencies pulled by packages in gnome-light and one of them is gstreamer, actually pulled by control-center and gnome-settings-daemon ebuilds.

gnome-settings-daemon is built with gstreamer support, even though `configure` script reports that this support is not enabled. Through externally specifying `--disable-gstreamer` argument to `configure` would solve problem and gnome-settings-daemon will not link to gstreamer libs. Ebuild has external gstreamer USE flag, but for some reason it won't pick it. Looking in ebuild revealed that there is wrong call to pkg_config.

Fix:
Replace pkg_setup call with pkg_config.
Comment 1 Arun Raghavan (RETIRED) gentoo-dev 2008-06-01 05:44:02 UTC
Looks like there's a typo in the ebuild -- it uses pkg_config instead of pkg_setup.
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-06-01 10:03:02 UTC
thanks for spotting this. Fixed in CVS.