Gentoo Archives: gentoo-user

From: Andrew Lowe <agl@×××××××.au>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Getting ki18n to compile
Date: Wed, 18 May 2016 17:21:32
Message-Id: 1dab2b8d-f375-6966-88fd-c3c9f546e02b@wht.com.au
1 Hi all,
2 Doing the usual "emerge -NuD world" and I get hit with:
3
4 ********************
5
6 Calculating dependencies... done!
7
8 !!! The ebuild selected to satisfy ">=kde-frameworks/ki18n-5.18.0:5" has
9 unmet requirements.
10 - kde-frameworks/ki18n-5.22.1::gentoo USE="-debug -doc -test"
11 ABI_X86="64" PYTHON_SINGLE_TARGET="python3_4 -python2_7"
12 PYTHON_TARGETS="python2_7 -python3_4"
13
14 The following REQUIRED_USE flag constraints are unsatisfied:
15 python_single_target_python3_4? ( python_targets_python3_4 )
16
17 The above constraints are a subset of the following complete expression:
18 exactly-one-of ( python_single_target_python2_7
19 python_single_target_python3_4 ) python_single_target_python2_7? (
20 python_targets_python2_7 ) python_single_target_python3_4? (
21 python_targets_python3_4 )
22
23 (dependency required by "kde-apps/khelpcenter-5.6.2-r1::gentoo" [installed])
24 (dependency required by "@selected" [set])
25 (dependency required by "@world" [argument])
26
27
28 ********************
29
30 So I add to following line to packages.use
31
32
33 ********************
34
35 kde-frameworks/ki18n python_single_target_python3_4
36
37
38 ********************
39
40 But the problem persists, nothing has changed. "eselect python list"
41 lists that I've got Python 2.7, 3.4 and 3.5 installed. I've just noticed
42 that doing "emerge --info ki18n" shows:
43
44 PYTHON SINGLE_TARGET="python3_5"
45
46 Does that help?
47
48 Any ideas as to what I'm doing wrong greatly appreciated,
49
50 Andrew

Replies

Subject Author
Re: [gentoo-user] Getting ki18n to compile Alec Ten Harmsel <alec@××××××××××××××.com>