Gentoo Archives: gentoo-user

From: Fernando Rodriguez <frodriguez.developer@×××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user][SOLVED] emerge --oneshot portage - conflict
Date: Sun, 30 Aug 2015 23:59:42
Message-Id: BLU436-SMTP100ACEF38429FA7B4ED97FC8D6C0@phx.gbl
In Reply to: Re:[gentoo-user][SOLVED] emerge --oneshot portage - conflict by thelma@sys-concept.com
1 On Sunday, August 30, 2015 9:41:04 AM thelma@×××××××××××.com wrote:
2 > All it was needed was in portage.use
3 >
4 > # required by app-portage/gentoolkit-0.3.0.9-r2
5 > # required by app-portage/gentoolkit (argument)
6 > =sys-apps/portage-2.2.20.1 python_targets_python3_3
7 >
8 > Thelma
9
10 Now you'll probably run into similar errors when you do run an update with the
11 --newuse (ideally you should use it for every update -- it's the same as the N
12 flag on my original reply) or when one of those packages is updated.
13
14
15 > On 08/30/2015 08:43 AM, Mick wrote:
16 > > On Saturday 29 Aug 2015 20:36:04 neu pat wrote:
17 > >> I emerge python3.4 set as active:
18 > >> eselect python list
19 > >> Available Python interpreters:
20 > >> [1] python2.7
21 > >> [2] python3.3
22 > >> [3] python3.4 *
23 > >> but it still complain about Multiple package instances
24 > >>
25 > >> [ebuild U ] sys-apps/portage-2.2.20.1 [2.2.14]
26 > >> PYTHON_TARGETS="python3_4* -python3_3*"
27 > >>
28 > >> !!! Multiple package instances within a single package slot have been
29 > >> pulled !!! into the dependency graph, resulting in a slot conflict:
30 > >>
31 > >> sys-apps/portage:0
32 > >>
33 > >> (sys-apps/portage-2.2.20.1:0/0::gentoo, ebuild scheduled for merge)
34 > >> pulled in by
35 > >> sys-apps/portage (Argument)
36 > >>
37 > >> (sys-apps/portage-2.2.14:0/0::gentoo, installed) pulled in by
38 > >>
39 > >> sys-
40 apps/portage[python_targets_python2_7(-)?,python_targets_python3_3(-)?,
41 > >> -python_single_target_python2_7(-),-python_single_target_python3_3(-)]
42 > >> required by (app-admin/webapp-config-1.52-r1:0/0::gentoo, installed)
43 > >>
44 > >>
45 > >>
46 > >> sys-
47 apps/portage[python_targets_python2_7(-)?,python_targets_python3_3(-)?,
48 > >> python_targets_python3_4(-)?,python_targets_pypy(-)?,-
49 python_single_target_
50 > >> python2_7(-),-python_single_target_python3_3(-),-
51 python_single_target_pytho
52 > >> n3_4(-),-python_single_target_pypy(-)] required by
53 > >> (app-portage/gentoolkit-0.3.0.9-r2:0/0::gentoo, installed)
54 > >>
55 > >> How to fix it?
56 > >>
57 > >> #joseph
58 > >
59 > > Try the --newuse flag, after you remove any 'python_targets_python3_3'
60 entries
61 > > you have inadvertently left in your /etc/portage/package.use
62 > >
63 >
64
65 --
66 Fernando Rodriguez

Replies

Subject Author
Re: [gentoo-user][SOLVED] emerge --oneshot portage - conflict thelma@×××××××××××.com