Xerxes Lins Posted June 8, 2015 Report Share Posted June 8, 2015 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:BlockersBut it did not help me.After running the aforementioned command, the output is as follows:http://pastebin.com/H8aWmFtSI'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*/*::gamerlayfuntoo xerxes # cat /etc/portage/package.unmask=app-portage/layman-dbtools-0_p20100322mate-extra/mintmenugames-util/steam-launcherfuntoo xerxes # cat /etc/portage/make.confCFLAGS="-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.confIf anyone can give me some clue, how should I begin to proceed, I would be very grateful.Thank you. Link to comment Share on other sites More sharing options...
0 666threesixes666 Posted June 8, 2015 Report Share Posted June 8, 2015 hi friend.... so lets pull out the relevant info.... Total: 20 packages (2 upgrades, 18 new, 5 uninstalls), Size of downloads: 20 kB Conflict: 28 blocks (28 unsatisfied) !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: dev-libs/nettle:0 (dev-libs/nettle-3.1::gentoo, ebuild scheduled for merge) pulled in by (no parents that aren't satisfied by other packages in this slot) (dev-libs/nettle-2.7.1-r4::gentoo, installed) pulled in by <dev-libs/nettle-3[gmp,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] required by (net-libs/gnutls-3.3.15::gentoo, installed) 28 blocks WOW something bads going on with your system..... what abi is your system? x86_64? nettle 3.1 and nettle 2.7 are having a battle.... you basically have 2 options... remove the blocking packages, or masking the package that is conflicting with your existing system.... both options have perils... though the second option can cause more blockers if it's being pulled in by another package. required by (net-libs/gnutls-3.3.15::gentoo, installed) soooo i would try masking nettle 3.1 to avert the whole ugly nightmare. i actually have nettle 2.7 and am being suggested update to 3.1 so ill try to reproduce this. Xerxes Lins 1 Link to comment Share on other sites More sharing options...
0 Xerxes Lins Posted June 8, 2015 Author Report Share Posted June 8, 2015 hi friend.... so lets pull out the relevant info.... Total: 20 packages (2 upgrades, 18 new, 5 uninstalls), Size of downloads: 20 kB Conflict: 28 blocks (28 unsatisfied) !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: dev-libs/nettle:0 (dev-libs/nettle-3.1::gentoo, ebuild scheduled for merge) pulled in by (no parents that aren't satisfied by other packages in this slot) (dev-libs/nettle-2.7.1-r4::gentoo, installed) pulled in by <dev-libs/nettle-3[gmp,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] required by (net-libs/gnutls-3.3.15::gentoo, installed) 28 blocks WOW something bads going on with your system..... what abi is your system? x86_64? nettle 3.1 and nettle 2.7 are having a battle.... you basically have 2 options... remove the blocking packages, or masking the package that is conflicting with your existing system.... both options have perils... though the second option can cause more blockers if it's being pulled in by another package. required by (net-libs/gnutls-3.3.15::gentoo, installed) soooo i would try masking nettle 3.1 to avert the whole ugly nightmare. i actually have nettle 2.7 and am being suggested update to 3.1 so ill try to reproduce this. yes, x86_64. I removed wine (I thought could help) and masked the nettle: funtoo xerxes # cat /etc/portage/package.mask */*::open-overlay */*::gamerlay =dev-libs/nettle-3.1::gentoo The output got bigger now ! http://pastebin.com/M20dhQDZ Thank you for your help Link to comment Share on other sites More sharing options...
0 Xerxes Lins Posted June 8, 2015 Author Report Share Posted June 8, 2015 SOLVED!Removed app-emulation/emul-linux-x86-qtlibsAdd "*/* abi_x86_32" (package.use)Add "=dev-libs/nettle-3.1::gentoo" (package.mask)0 (zero) blocks!THANX! 666threesixes666 1 Link to comment Share on other sites More sharing options...
Question
Xerxes Lins
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.
Link to comment
Share on other sites
3 answers to this question
Recommended Posts