Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Confessional: how I generally use emerge.
Date: Fri, 18 Mar 2016 01:13:16
Message-Id: A7AAF4F7-3AA6-4490-BCCE-C37B1D5B909C@digimed.co.uk
In Reply to: Re: [gentoo-user] Confessional: how I generally use emerge. by Alan Grimes
1 On 18 March 2016 01:08:26 GMT+00:00, Alan Grimes <ALONZOTG@×××××××.net> wrote:
2 > > What have you set PYTHON_SINGLE_TARGET to? It *must* be one of: *
3 > python2_7 * python3_4 Alec
4 >
5 > I had it on 3_4 but that's giving me:
6 >
7 >
8 > ####
9 >
10 > tortoise ~ # ./pretendupdate
11 >
12 > These are the packages that would be merged, in order:
13 >
14 > Calculating dependencies... done!
15 >
16 > !!! Multiple package instances within a single package slot have been
17 > pulled
18 > !!! into the dependency graph, resulting in a slot conflict:
19 >
20 > media-libs/mesa:0
21 >
22 > (media-libs/mesa-11.1.2-r1:0/0::gentoo, ebuild scheduled for merge)
23 > pulled in by
24 > (no parents that aren't satisfied by other packages in this slot)
25 >
26 > (media-libs/mesa-11.1.2-r1:0/0::gentoo, installed) pulled in by
27 > media-libs/mesa[egl,gbm,gles2?,wayland] required by
28 > (kde-plasma/kwin-5.5.5:5/5::gentoo, ebuild scheduled for merge)
29 >
30 > ^^^^^^^
31 >
32 >
33 >
34 >
35 > It might be possible to solve this slot collision
36 > by applying all of the following changes:
37 > - media-libs/mesa-11.1.2-r1 (Change USE: +gles2 +wayland)
38 >
39 >
40 > !!! The ebuild selected to satisfy "app-text/asciidoc" has unmet
41 > requirements.
42 > - app-text/asciidoc-8.6.9-r2::gentoo USE="graphviz -examples
43 > -highlight
44 > -test" ABI_X86="64" PYTHON_SINGLE_TARGET="-pypy -python2_7"
45 > PYTHON_TARGETS="python2_7 -pypy"
46 >
47 > The following REQUIRED_USE flag constraints are unsatisfied:
48 > exactly-one-of ( python_single_target_pypy
49 > python_single_target_python2_7 )
50 >
51 > The above constraints are a subset of the following complete
52 > expression:
53 > exactly-one-of ( python_single_target_pypy
54 > python_single_target_python2_7 ) python_single_target_pypy? (
55 > python_targets_pypy ) python_single_target_python2_7? (
56 > python_targets_python2_7 )
57 >
58 > (dependency required by "net-misc/tor-0.2.8.1_alpha::gentoo"
59 > [installed])
60 > (dependency required by "@selected" [set])
61 > (dependency required by "@world" [argument])
62 > tortoise ~ #
63 >
64 >
65 > ####
66 >
67 > --
68 > IQ is a measure of how stupid you feel.
69 >
70 > Powers are not rights.
71
72 Why ask the same question again when you got an answer last time?
73
74 Hint: look at the output for asciidoc.
75 --
76 Sent from my Android phone with K-9 Mail. Please excuse my brevity.

Replies

Subject Author
Re: [gentoo-user] Confessional: how I generally use emerge. Dale <rdalek1967@×××××.com>