Hello, I am new in Funtoo and never had experience with Gentoo (tried installing a few times a few years back) My question is as follows: How do I resolve package conflicts blocked after I run the command "emerge -auNDv"? I read: https://wiki.gentoo.org/wiki/Knowledge_Base:Blockers But it did not help me. After running the aforementioned command, the output is as follows: http://pastebin.com/H8aWmFtS I've tried removing the packages listed as blockers, and also tried to mask them, but had no success.
funtoo xerxes # cat /etc/portage/package.mask */*::open-overlay */*::gamerlay funtoo xerxes # cat /etc/portage/package.unmask =app-portage/layman-dbtools-0_p20100322 mate-extra/mintmenu games-util/steam-launcher funtoo xerxes # cat /etc/portage/make.conf CFLAGS="-march=native -O2 -pipe" CXXFLAGS="${CFLAGS}" ACCEPT_KEYWORDS="~amd64" MAKEOPTS="-j5" VIDEO_CARDS="intel" LINGUAS="pt_BR" LANGUAGE="pt_BR" FEATURES="-compressdebug -splitdebug" source /var/lib/layman/make.conf If anyone can give me some clue, how should I begin to proceed, I would be very grateful. Thank you.