Gentoo Archives: gentoo-user-de

From: Sebastian <selist@×××××.de>
To: "Gentoo Liste gentoo-user-de@l.g.o" <gentoo-user-de@l.g.o>
Subject: [gentoo-user-de] Python Abhängigkeiten
Date: Mon, 13 Aug 2018 10:15:45
Message-Id: 3754323.uiJJYZ3yJS@l1-gentoo
1 Hallo,
2
3 Ich bekomme meine Abhängigkeiten bezüglich python nicht hin.
4 Beim Update erhalte ich folgende Meldung:
5
6 l1-gentoo /home/sebastian # emerge -avuND world
7
8 These are the packages that would be merged, in order:
9
10 Calculating dependencies... done!
11
12 !!! The ebuild selected to satisfy ">=app-text/asciidoc-8.6.0" has unmet
13 requirements.
14 - app-text/asciidoc-8.6.10::gentoo USE="-examples -graphviz -highlight -test"
15 ABI_X86="(64)" PYTHON_SINGLE_TARGET="(-pypy) -python2_7"
16 PYTHON_TARGETS="python2_7 (-pypy)"
17
18 The following REQUIRED_USE flag constraints are unsatisfied:
19 exactly-one-of ( python_single_target_pypy python_single_target_python2_7
20 )
21
22 The above constraints are a subset of the following complete expression:
23 exactly-one-of ( python_single_target_pypy python_single_target_python2_7
24 ) python_single_target_pypy? ( python_targets_pypy )
25 python_single_target_python2_7? ( python_targets_python2_7 )
26
27 (dependency required by "sys-fs/btrfs-progs-4.10.2::gentoo" [installed])
28 (dependency required by "@selected" [set])
29 (dependency required by "@world" [argument])
30
31 In der Make conf habe ich schon verschiedenes Ausprobiert aber egal wie irgend
32 ein Program hat immer ein Problem mit der Python Einstellung. So wie jetzt
33 lief immerhin ein Emerge avuND @system durch.
34
35 Make conf Auszug:
36
37 PYTHON_TARGETS="python2_7 python3_5 python3_6"
38 PYTHON_SINGLE_TARGET="python3_6"
39
40 Wie kann ich das Problem näher eingrenzen und lösen?
41
42 Lieben Gruß
43 Sebastian

Replies

Subject Author
Re: [gentoo-user-de] Python Abhängigkeiten Juergen Rose <rose@××××××××××××××.de>