Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 224437 - gnome-base/gnome-settings-daemon ebuild won't pick USE flags
Summary: gnome-base/gnome-settings-daemon ebuild won't pick USE flags
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Lowest minor (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gnome2.22-tracker
  Show dependency tree
 
Reported: 2008-06-01 05:19 UTC by Anton Mikhalyov
Modified: 2008-06-01 10:03 UTC (History)
0 users

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 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.