Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Few blockers left
Date: Sat, 25 Mar 2017 09:09:14
Message-Id: 20170325090851.787c6177@digimed.co.uk
In Reply to: [gentoo-user] Few blockers left by thelma@sys-concept.com
1 On Sat, 25 Mar 2017 01:49:58 -0600, thelma@×××××××××××.com wrote:
2
3 > I'm upgrading my last system and have few blockers left:
4 >
5 > !!! Multiple package instances within a single package slot have been
6 > pulled !!! into the dependency graph, resulting in a slot conflict:
7
8 The full ootput of emerge, with the --tree option, would put these
9 messages in context.
10
11 > sys-fs/eudev:0
12 >
13 > (sys-fs/eudev-3.1.5:0/0::gentoo, ebuild scheduled for merge) pulled
14 > in by (no parents that aren't satisfied by other packages in this slot)
15 >
16 > (sys-fs/eudev-3.1.5:0/0::gentoo, installed) pulled in by
17 > >=sys-fs/eudev-1.3:0/0[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(-)?,static-libs?]
18 > >required by (virtual/libudev-215-r1:0/1::gentoo, installed)
19
20 This one is usually caused by mismatched USE flags on the virtual and the
21 choice you have installed. Make sure virtual/libudev and eudev have the
22 same USE flags, otherwise portage will try to install udev instead.
23
24 > sys-libs/libcap:0
25 >
26 > (sys-libs/libcap-2.24-r2:0/0::gentoo, ebuild scheduled for merge)
27 > pulled in by (no parents that aren't satisfied by other packages in
28 > this slot)
29 >
30 > (sys-libs/libcap-2.24-r2:0/0::gentoo, installed) pulled in by
31 > sys-libs/libcap[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(-)?]
32 > required by (sys-fs/udev-225-r1:0/0::gentoo, ebuild scheduled for merge)
33
34 This is probably a consequence of the above.
35
36 > ---------------------
37 > Would clean-up some USE flags help?
38 >
39 > USE="-gnome -kde -minimal -qt3 -qt4 -hal X branding lock consolekit
40 > session \ startup-notification thunar alsa cdr cups apache2 ssl
41 > foomaticdb ppds mysql -acl \ java tiff jpeg png usb fbdev scanner gimp
42 > cgi fam nplt type1 opengl tetex \ dbus policykit spell -systemd"
43
44 These means nothing out of context, we don't know which profile, and
45 therefore default USE flags, you are using. The output from emerge --info
46 is more useful.
47
48
49 --
50 Neil Bothwick
51
52 Power corrupts. Absolute power is kind of neat.

Replies

Subject Author
Re: [gentoo-user] Few blockers left thelma@×××××××××××.com