Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Recent change in python - some packages are not happy
Date: Sat, 23 Jun 2018 09:14:42
Message-Id: 3111027.kG8OQVJ8eD@dell_xps
1 I came up to this today following a portage sync:
2
3 # emerge -uaNDv world
4
5 These are the packages that would be merged, in order:
6
7 Calculating dependencies /
8
9 !!! Problem resolving dependencies for sys-devel/gdb from @selected
10 .. done!
11
12 !!! The ebuild selected to satisfy "sys-devel/gdb" has unmet requirements.
13 - sys-devel/gdb-7.12.1::gentoo USE="client nls python server xml -lzma -
14 multitarget -test -vanilla" ABI_X86="(64)" PYTHON_SINGLE_TARGET="-python2_7 -
15 python3_4 -python3_5" PYTHON_TARGETS="python2_7 -python3_4 -python3_5"
16
17 The following REQUIRED_USE flag constraints are unsatisfied:
18 python? ( exactly-one-of ( python_single_target_python2_7
19 python_single_target_python3_4 python_single_target_python3_5 ) )
20
21 The above constraints are a subset of the following complete expression:
22 python? ( exactly-one-of ( python_single_target_python2_7
23 python_single_target_python3_4 python_single_target_python3_5 )
24 python_single_target_python2_7? ( python_targets_python2_7 )
25 python_single_target_python3_4? ( python_targets_python3_4 )
26 python_single_target_python3_5? ( python_targets_python3_5 ) ) any-of ( client
27 server )
28
29 (dependency required by "@selected" [set])
30 (dependency required by "@world" [argument])
31
32
33 The system is currently using python 3.5:
34
35 # eselect python update
36 Switching to python3.5
37 Asus ~ # eselect python list
38 Available Python interpreters, in order of preference:
39 [1] python3.5
40 [2] python2.7
41 [3] python3.4 (uninstalled)
42
43
44 Then noticed python-3.6.5 has been moved to stable, but the above won't allow
45 me to proceed without --exclude gdb. Other systems are similarly refusing to
46 run their weekly update, but due to other packages, e.g. libreoffice-bin. Is
47 it a matter of waiting and resync'ing again later?
48 --
49 Regards,
50 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Recent change in python - some packages are not happy Neil Bothwick <neil@××××.net>