Gentoo Archives: gentoo-user

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

Replies

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