Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 318161 - [gnome-shell] x11-wm/mutter[introspection] not found
Summary: [gnome-shell] x11-wm/mutter[introspection] not found
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-02 13:09 UTC by blackdream
Modified: 2010-05-06 05:48 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 blackdream 2010-05-02 13:09:37 UTC
When I try to emerge gnome-shell,It says that:

emerge: there are no ebuilds built with USE flags to satisfy ">=x11-wm/mutter-2.29.1[introspection]".
!!! One of the following packages is required to complete your request:
- x11-wm/mutter-2.29.1 (Change USE: +introspection)
(dependency required by "gnome-base/gnome-shell-2.29.1" [ebuild])
(dependency required by "gnome-shell" [argument])


So,I add the "introspection" USE flag to /etc/make.conf

and type "env-update" in terminal.

Then I try to emerge gnome-shell again,but I also get the same imformation:

emerge: there are no ebuilds built with USE flags to satisfy ">=x11-wm/mutter-2.29.1[introspection]".
!!! One of the following packages is required to complete your request:
- x11-wm/mutter-2.29.1 (Change USE: +introspection)
(dependency required by "gnome-base/gnome-shell-2.29.1" [ebuild])
(dependency required by "gnome-shell" [argument])

I don't know how to make this USE flag work.

From suka overlay.
Comment 1 Michael Weber (RETIRED) gentoo-dev 2010-05-02 15:00:54 UTC
Hello,

first of all, u should add introspection only on a per package basis.
edit or create /etc/portage/package.use with a line "x11-wm/mutter introspection".

now take a look at "emerge --verbose --pretend mutter", there's a list of use flags after the package. if there were ( ) brackets around the introspection it might be package.use.mask'ed, meaning, the overlay maintainer has masked the use flag for this package. If so, and you're eager to try, edit or create a /etc/portage/profile/package.use.mask (note: .mask, not .unmask) containing a line "media-libs/clutter -introspection", meaning "remove the use mask on this package". I had to do so with gnome-overlay, which should be worth a thought if you want to use advanced gnome-stuff.

Further info can be found in "man portage". 

You can also try my overlay at http://svn.xmw.de/gentoo-overlay/ for additional gnome-2.30 stuff, like gdm-2.30 :-). 
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2010-05-06 05:48:41 UTC
x11-wm/mutter doesn't exist in the Portage tree so it must be in an overlay, but you provide no such information so I cannot assign the bug report to its proper maintainers. Please reopen this bug report when you have added that information. 

(HINT: The output of `emerge --info x11-wm/mutter' would have helped greatly, of course, but you omitted that as well.)