Re: Problem Emerging Gnome3 on Fresh Install
[email protected] Sat, 19 Oct 2013 09:39:27 -0400
| Newsgroups | gmane.linux.gentoo.desktop |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Oct 18, 2013, at 10:27 PM, Tyrin Price wrote:
> I am making progress. I now have a stable testing system (~amd64)
> booting with systemd for init.
>
> WhenI try to emerge gnome at this point, I get:
>
> !!! The ebuild selected to satisfy ">=app-misc/tracker-0.16" has unmet
> requirements.
> - app-misc/tracker-0.16.2::gentoo USE="iso jpeg miner-fs tiff vorbis
> xml -cue (-eds) -exif -firefox-bookmarks -flac -gif -gsf -gstreamer
> -gtk -iptc -laptop -libsecret -mp3 -nautilus -networkmanager -pdf
> -playlist -rss -test -thunderbird -upnp-av -xine -xmp -xps"
>
> The following REQUIRED_USE flag constraints are unsatisfied:
> exactly-one-of ( gstreamer xine )
"exactly-one-of" means just that. The package (in this case
app-misc/tracker-0.16.2) requires exactly one of the use flags
("gstreamer", "xine"). You have "-gstreamer" and "-xine" and therefore
violate the constraint.
I recomment enabling "gstreamer". As you'll likely be pulling it in
anyway for GNOME.