Gentoo Archives: gentoo-user

From: Ralf <ralf+gentoo@×××××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [SOLVED] PYTHON_TARGET errors
Date: Fri, 17 Mar 2017 20:25:39
Message-Id: e8eb0ef3-e385-1419-b686-fbd1f21474f8@ramses-pyramidenbau.de
In Reply to: [gentoo-user] PYTHON_TARGET errors by Ralf
1 Hi,
2
3 everything works again after syncing the portage tree today -- without
4 the need to modify anything. So probably something was messed up upstream.
5
6 Ralf
7
8 On 03/17/2017 02:09 AM, Ralf wrote:
9 > Hi,
10 >
11 > so I just emerged some unrelated packages, and then the following
12 > happened when trying to update my system:
13 >
14 > !!! The ebuild selected to satisfy ">=app-editors/gedit-3.22.0" has
15 > unmet requirements.
16 > - app-editors/gedit-3.22.0::gentoo USE="introspection python spell -test
17 > -vala" ABI_X86="64" PYTHON_SINGLE_TARGET="-python3_4 -python3_5"
18 > PYTHON_TARGETS="python3_4 -python3_5"
19 >
20 > The following REQUIRED_USE flag constraints are unsatisfied:
21 > python? ( exactly-one-of ( python_single_target_python3_4
22 > python_single_target_python3_5 ) )
23 >
24 > The above constraints are a subset of the following complete expression:
25 > python? ( introspection exactly-one-of (
26 > python_single_target_python3_4 python_single_target_python3_5 )
27 > python_single_target_python3_4? ( python_targets_python3_4 )
28 > python_single_target_python3_5? ( python_targets_python3_5 ) )
29 >
30 >
31 > So somehow PYTHON_TARGET and PYTHON_SINGLETARGET got screwed on my
32 > system. I know how I could fix this for gedit only, but then other
33 > packages begin complaining about the same issue as well.
34 >
35 > Anything helps!
36 >
37 > Cheers
38 > Ralf
39 >