Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] Confessional: how I generally use emerge. Neil Bothwick <neil@××××××××××.uk>