Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Recent change in python - some packages are not happy
Date: Sat, 23 Jun 2018 09:38:48
Message-Id: 7251773.BW3vGbKiNX@dell_xps
In Reply to: Re: [gentoo-user] Recent change in python - some packages are not happy by Neil Bothwick
1 On Saturday, 23 June 2018 10:30:09 BST Neil Bothwick wrote:
2 > On 23 June 2018 10:14:31 BST, Mick <michaelkintzios@×××××.com> wrote:
3 > >I came up to this today following a portage sync:
4 > >
5 > ># emerge -uaNDv world
6 > >
7 > >
8 > >These are the packages that would be merged, in order:
9 > >
10 > >Calculating dependencies /
11 > >
12 > >!!! Problem resolving dependencies for sys-devel/gdb from @selected
13 > >.. done!
14 > >
15 > >
16 > >!!! The ebuild selected to satisfy "sys-devel/gdb" has unmet
17 > >requirements.
18 > >- sys-devel/gdb-7.12.1::gentoo USE="client nls python server xml -lzma
19 > >-
20 > >multitarget -test -vanilla" ABI_X86="(64)"
21 > >PYTHON_SINGLE_TARGET="-python2_7 -
22 > >python3_4 -python3_5" PYTHON_TARGETS="python2_7 -python3_4 -python3_5"
23 > >
24 > > The following REQUIRED_USE flag constraints are unsatisfied:
25 > > python? ( exactly-one-of ( python_single_target_python2_7
26 > >
27 > >python_single_target_python3_4 python_single_target_python3_5 ) )
28 > >
29 > >The above constraints are a subset of the following complete
30 > >
31 > >expression:
32 > > python? ( exactly-one-of ( python_single_target_python2_7
33 > >
34 > >python_single_target_python3_4 python_single_target_python3_5 )
35 > >python_single_target_python2_7? ( python_targets_python2_7 )
36 > >python_single_target_python3_4? ( python_targets_python3_4 )
37 > >python_single_target_python3_5? ( python_targets_python3_5 ) ) any-of (
38 > >client
39 > >server )
40 > >
41 > >(dependency required by "@selected" [set])
42 > >(dependency required by "@world" [argument])
43 > >
44 > >
45 > >The system is currently using python 3.5:
46 > >
47 > ># eselect python update
48 > >
49 > >Switching to python3.5
50 > >
51 > >Asus ~ # eselect python list
52 > >
53 > >Available Python interpreters, in order of preference:
54 > >
55 > >[1] python3.5
56 > >
57 > >[2] python2.7
58 > >
59 > > [3] python3.4 (uninstalled)
60 > >
61 > >Then noticed python-3.6.5 has been moved to stable, but the above won't
62 > >allow
63 > >me to proceed without --exclude gdb. Other systems are similarly
64 > >refusing to
65 > >run their weekly update, but due to other packages, e.g.
66 > >libreoffice-bin. Is
67 > >it a matter of waiting and resync'ing again later?
68 >
69 > Start with "grep - ir python /etc/portage". That found the source of the
70 > problem on one of my systems, I was setting PYTHON_SINGLE_TARGET for one
71 > package.
72
73 Thanks Neil, I already had a look just in case I had set something up and
74 forgot about it. This is all it showed:
75
76 # grep -ir python /etc/portage
77 /etc/portage/package.use/package.use:=media-libs/lcms-1.19-r1 python
78
79 --
80 Regards,
81 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 Alec Ten Harmsel <alec@××××××××××××××.com>