Gentoo Archives: gentoo-user

From: Ralf <ralf+gentoo@×××××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] PYTHON_TARGET errors
Date: Fri, 17 Mar 2017 01:41:40
Message-Id: d1fa4cf0-17da-d74d-feb1-ee6d14cc8710@ramses-pyramidenbau.de
In Reply to: Re: [gentoo-user] PYTHON_TARGET errors by Neil Bothwick
1 On 03/17/2017 02:28 AM, Neil Bothwick wrote:
2 > Read the message again, it needs one of python3_4 or python3_5 in
3 > single target, you have neither.
4 ... And read mine :-)
5 I know.
6 And I know how I could fix that for single packages, but then the next
7 package complains about the very same issues. So somehow 'default'
8 settings seem not to apply any more.
9 >
10 > Do you have any PYTHON entries in make.conf?
11 No, not yet. My profile:
12 default/linux/amd64/13.0/desktop/gnome/systemd
13
14 And I didn't do anything suspicious in the meanwhile, so for me it seems
15 they changed something in the profile.
16
17 Thanks
18 Ralf
19 >
20 > On 17 March 2017 01:09:29 GMT+00:00, Ralf
21 > <ralf+gentoo@×××××××××××××××××××.de> wrote:
22 >
23 > Hi,
24 >
25 > so I just emerged some unrelated packages, and then the following
26 > happened when trying to update my system:
27 >
28 > !!! The ebuild selected to satisfy ">=app-editors/gedit-3.22.0" has
29 > unmet requirements.
30 > - app-editors/gedit-3.22.0::gentoo USE="introspection python spell -test
31 > -vala" ABI_X86="64" PYTHON_SINGLE_TARGET="-python3_4 -python3_5"
32 > PYTHON_TARGETS="python3_4 -python3_5"
33 >
34 > The following REQUIRED_USE flag constraints are unsatisfied:
35 > python? ( exactly-one-of ( python_single_target_python3_4
36 > python_single_target_python3_5 ) )
37 >
38 > The above constraints are a subset of the following complete expression:
39 > python? ( introspection exactly-one-of (
40 > python_single_target_python3_4 python_single_target_python3_5 )
41 > python_single_target_python3_4? ( python_targets_python3_4 )
42 > python_single_target_python3_5? ( python_targets_python3_5 ) )
43 >
44 >
45 > So somehow PYTHON_TARGET and PYTHON_SINGLETARGET got screwed on my
46 > system. I know how I could fix this for gedit only, but then other
47 > packages begin complaining about the same issue as well.
48 >
49 > Anything helps!
50 >
51 > Cheers
52 > Ralf
53 >
54 >
55 > --
56 > Sent from my Android device with K-9 Mail. Please excuse my brevity.

Replies

Subject Author
Re: [gentoo-user] PYTHON_TARGET errors Dale <rdalek1967@×××××.com>