I'm trying to install Google Chrome on my recent Gentoo box. But emerge is throwing some errors that are way over my head. I genuinely don't know what the problem even is.
!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:
dev-libs/glib:2
(dev-libs/glib-2.32.4-r1::gentoo, installed) pulled in by
<dev-libs/glib-2.33:2 required by (dev-libs/gobject-introspection-1.32.1::gentoo, installed)
(dev-libs/glib-2.36.4-r1::gentoo, ebuild scheduled for merge) pulled in by
>=dev-libs/glib-2.34.0:2 required by (x11-libs/gdk-pixbuf-2.28.2::gentoo, ebuild scheduled for merge)
(and 2 more with the same problem)
media-libs/fontconfig:1.0
(media-libs/fontconfig-2.8.0-r1::gentoo, installed) pulled in by
(no parents that aren't satisfied by other packages in this slot)
(media-libs/fontconfig-2.10.92::gentoo, ebuild scheduled for merge) pulled in by
>=media-libs/fontconfig-2.10.91:1.0= required by (x11-libs/pango-1.34.1::gentoo, ebuild scheduled for merge)
I've already tried the --backtrack=30 and --autounmask-write options as suggested in the output, but there is no difference in the output.
I just need to know what the problem is in order to go about finding a solution to it. Any help is greatly appreciated.