Gentoo Archives: gentoo-user

From: allan gottlieb <gottlieb@×××.edu>
To: gentoo-user@l.g.o
Subject: [gentoo-user] python problem trying to emerge systemd-cron
Date: Sun, 23 Aug 2015 19:50:39
Message-Id: 87k2sl7piz.fsf@nyu.edu
1 Trying to emerge systemd-cron results in the following error
2
3 !!! Problem resolving dependencies for sys-process/systemd-cron
4 ... done!
5
6 !!! The ebuild selected to satisfy "systemd-cron" has unmet requirements.
7 - sys-process/systemd-cron-1.5.3::gentoo USE="-cron-boot -etc-crontab-systemd -minutely -setgid -yearly" ABI_X86="64" PYTHON_SINGLE_TARGET="-pypy3 -python3_3 -python3_4" PYTHON_TARGETS="python3_4 -pypy3 -python3_3"
8
9 The following REQUIRED_USE flag constraints are unsatisfied:
10 exactly-one-of ( python_single_target_pypy3 python_single_target_python3_3 python_single_target_python3_4 )
11
12 The above constraints are a subset of the following complete expression:
13 exactly-one-of ( python_single_target_pypy3 python_single_target_python3_3 python_single_target_python3_4 ) python_single_target_pypy3? ( python_targets_pypy3 ) python_single_target_python3_3? ( python_targets_python3_3 ) python_single_target_python3_4? ( python_targets_python3_4 )
14
15 -----------------------------
16
17 I do not have python_targets set explicitly, but have used eselect
18 right now eselect python list gives
19 Available Python interpreters:
20 [1] python2.7
21 [2] python3.3
22 [3] python3.4 *
23 and eselect python list --python3 naturally gives
24 Available Python 3 interpreters:
25 [1] python3.3
26 [2] python3.4 *
27
28 I have sync'ed and emerge -uDv --changed-use @world shows nothing
29
30 What should I do?
31
32 thanks,
33 allan

Replies

Subject Author
Re: [gentoo-user] python problem trying to emerge systemd-cron Marc Joliet <marcec@×××.de>