Gentoo Archives: gentoo-user

From: allan gottlieb <gottlieb@×××.edu>
To: gentoo-user@l.g.o
Subject: [gentoo-user] problem emerging new stable python
Date: Wed, 29 Nov 2017 19:49:10
Message-Id: 87mv34rhlk.fsf@nyu.edu
1 I have two systems that are close in both hardware and software.
2
3 Today I did eix-sync on each followed by
4 emerge --update --changed-use --with-bdeps=y @world
5
6 On one system (dell 6430) I was presented with many packages to merge
7 python-3.5.4 [ebuild NS]
8 many to reinstall [ebuild R]
9
10 This was not surprising.
11
12 The other system (dell 7450) failed with the following
13
14 !!! Problem resolving dependencies for sys-process/systemd-cron from @selected
15 ... done!
16
17 !!! The ebuild selected to satisfy "sys-process/systemd-cron" has unmet requirements.
18 - sys-process/systemd-cron-1.5.4::gentoo USE="-cron-boot -etc-crontab-systemd -minutely -setgid -test -yearly" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_4 python3_5 (-pypy3) (-python3_6)" PYTHON_TARGETS="python3_5 (-pypy3) -python3_4 (-python3_6)"
19
20 The following REQUIRED_USE flag constraints are unsatisfied:
21 exactly-one-of ( python_single_target_pypy3 python_single_target_python3_4 python_single_target_python3_5 python_single_target_python3_6 ) python_single_target_python3_4? ( python_targets_python3_4 )
22
23 The above constraints are a subset of the following complete expression:
24 exactly-one-of ( python_single_target_pypy3 python_single_target_python3_4 python_single_target_python3_5 python_single_target_python3_6 ) python_single_target_pypy3? ( python_targets_pypy3 ) python_single_target_python3_4? ( python_targets_python3_4 ) python_single_target_python3_5? ( python_targets_python3_5 ) python_single_target_python3_6? ( python_targets_python3_6 )
25
26 (dependency required by "@selected" [set])
27 (dependency required by "@world" [argument])
28
29 Both 6430 and 7450 have the following content in
30 /etc/portage/package.use/systemd-cron
31
32 # systemd-cron needs PYTHON_SINGLE_TARGET = 3.x.
33 sys-process/systemd-cron python_single_target_python3_4
34
35 Those files are 2+ years old on each system
36
37 I have not let the 6430 proceed with the emerge update world.
38
39 Thanks in advance for any help.
40 allan

Replies

Subject Author
Re: [gentoo-user] problem emerging new stable python Alan McKinnon <alan.mckinnon@×××××.com>