Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] PYTHON_TARGET errors
Date: Fri, 17 Mar 2017 01:25:40
Message-Id: F7E67CA2-F980-4CCF-BB5D-27CA92E89006@stfw.net
In Reply to: [gentoo-user] PYTHON_TARGET errors by Ralf
1 Read the message again, it needs one of python3_4 or python3_5 in single target, you have neither.
2
3 Do you have any PYTHON entries in make.conf?
4
5 On 17 March 2017 01:09:29 GMT+00:00, Ralf <ralf+gentoo@×××××××××××××××××××.de> wrote:
6 >Hi,
7 >
8 >so I just emerged some unrelated packages, and then the following
9 >happened when trying to update my system:
10 >
11 >!!! The ebuild selected to satisfy ">=app-editors/gedit-3.22.0" has
12 >unmet requirements.
13 >- app-editors/gedit-3.22.0::gentoo USE="introspection python spell
14 >-test
15 >-vala" ABI_X86="64" PYTHON_SINGLE_TARGET="-python3_4 -python3_5"
16 >PYTHON_TARGETS="python3_4 -python3_5"
17 >
18 > The following REQUIRED_USE flag constraints are unsatisfied:
19 > python? ( exactly-one-of ( python_single_target_python3_4
20 >python_single_target_python3_5 ) )
21 >
22 >The above constraints are a subset of the following complete
23 >expression:
24 > python? ( introspection exactly-one-of (
25 >python_single_target_python3_4 python_single_target_python3_5 )
26 >python_single_target_python3_4? ( python_targets_python3_4 )
27 >python_single_target_python3_5? ( python_targets_python3_5 ) )
28 >
29 >
30 >So somehow PYTHON_TARGET and PYTHON_SINGLETARGET got screwed on my
31 >system. I know how I could fix this for gedit only, but then other
32 >packages begin complaining about the same issue as well.
33 >
34 >Anything helps!
35 >
36 >Cheers
37 > Ralf
38
39 --
40 Sent from my Android device with K-9 Mail. Please excuse my brevity.

Replies

Subject Author
Re: [gentoo-user] PYTHON_TARGET errors Ralf <ralf+gentoo@×××××××××××××××××××.de>