Gentoo Archives: gentoo-user

From: james <garftd@×××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Problem merging meson with setuptools. Requesting setuptools-45
Date: Fri, 14 Feb 2020 00:59:16
Message-Id: 37525de8-3f32-2320-cec7-7d5f92a64c65@verizon.net
In Reply to: Re: [gentoo-user] Problem merging meson with setuptools. Requesting setuptools-45 by james
1 On 2/13/20 7:48 PM, james wrote:
2 > On 2/13/20 5:04 AM, Gerion Entrup wrote:
3 >> Hi,
4 >>
5 >> I have a strange emerge/update problem:
6 >> ```
7 >> # emerge -a1 "=meson-0.52.1::gentoo" "=setuptools-42.0.2::gentoo" -v
8 >> These are the packages that would be merged, in order:
9 >>
10 >> Calculating dependencies... done!
11 >>
12 >> !!! All ebuilds that could satisfy
13 >> "dev-python/setuptools[python_targets_python3_6(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-)]"
14 >> have been masked.
15 >> !!! One of the following masked packages is required to complete your
16 >> request:
17 >> - dev-python/setuptools-45.2.0::gentoo (masked by: package.mask,
18 >> ~amd64 keyword)
19 >> /usr/portage/profiles/package.mask:
20 >> # Micha?? G??rny <mgorny@g.o> (2020-01-16)
21 >> # The new version loses Python 2 support but does not introduce any real
22 >> # changes.� Let's mask it to reduce the noise, and hopefully try to get
23 >> # python2_7 out of default PYTHON_TARGETS first.
24 >>
25 >> - dev-python/setuptools-45.1.0::gentoo (masked by: package.mask,
26 >> ~amd64 keyword)
27 >>
28 >> (dependency required by "dev-util/meson-0.52.1::gentoo" [ebuild])
29 >> (dependency required by "=meson-0.52.1::gentoo" [argument])
30 >> For more information, see the MASKED PACKAGES section in the emerge
31 >> man page or refer to the Gentoo Handbook.
32 >> ```
33 >>
34 >> I guess, this is unwanted, especially since both packages are stable.
35 >> I don't find anything in the meson ebuild that explain the dependency to
36 >> setuptools 45. Did I misconfigured something?
37 >>
38 >> Best,
39 >> Gerion
40 >>
41 >
42 > Strange.
43 >
44 > I have
45 >
46 > Installed versions:� 0.52.1^t(05:58:03 PM 01/15/2020)(-test
47 > PYTHON_TARGETS="python3_6 -python3_7 -python3_8")
48 > with python3_6 highlighted
49 >
50 > and setuptools:
51 >
52 > Installed versions:� 44.0.0^t(06:17:31 PM 02/10/2020)
53 >
54 > perhaps it's confusion concerning python versioning?
55 >
56 > hth,
57 > James
58 >
59
60
61 I setuptools, which is needed by tons of apps on my systems, is
62 dependent on Meson::
63
64
65 dev-util/meson-0.52.1
66 (dev-python/setuptools[python_targets_python3_6(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-)])
67
68 equery depends setuptools | grep meson
69
70
71 hth,
72 James

Replies

Subject Author
[gentoo-user] Re: Problem merging meson with setuptools. Requesting setuptools-45 Ian Zimmerman <itz@××××××××××××.org>