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:48:39
Message-Id: 0b321a7e-8efb-1bb4-aae5-7c04100a8c67@verizon.net
In Reply to: [gentoo-user] Problem merging meson with setuptools. Requesting setuptools-45 by Gerion Entrup
1 On 2/13/20 5:04 AM, Gerion Entrup wrote:
2 > Hi,
3 >
4 > I have a strange emerge/update problem:
5 > ```
6 > # emerge -a1 "=meson-0.52.1::gentoo" "=setuptools-42.0.2::gentoo" -v
7 > These are the packages that would be merged, in order:
8 >
9 > Calculating dependencies... done!
10 >
11 > !!! All ebuilds that could satisfy "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(-)]" have been masked.
12 > !!! One of the following masked packages is required to complete your request:
13 > - dev-python/setuptools-45.2.0::gentoo (masked by: package.mask, ~amd64 keyword)
14 > /usr/portage/profiles/package.mask:
15 > # Micha?? G??rny <mgorny@g.o> (2020-01-16)
16 > # The new version loses Python 2 support but does not introduce any real
17 > # changes. Let's mask it to reduce the noise, and hopefully try to get
18 > # python2_7 out of default PYTHON_TARGETS first.
19 >
20 > - dev-python/setuptools-45.1.0::gentoo (masked by: package.mask, ~amd64 keyword)
21 >
22 > (dependency required by "dev-util/meson-0.52.1::gentoo" [ebuild])
23 > (dependency required by "=meson-0.52.1::gentoo" [argument])
24 > For more information, see the MASKED PACKAGES section in the emerge
25 > man page or refer to the Gentoo Handbook.
26 > ```
27 >
28 > I guess, this is unwanted, especially since both packages are stable.
29 > I don't find anything in the meson ebuild that explain the dependency to
30 > setuptools 45. Did I misconfigured something?
31 >
32 > Best,
33 > Gerion
34 >
35
36 Strange.
37
38 I have
39
40 Installed versions: 0.52.1^t(05:58:03 PM 01/15/2020)(-test
41 PYTHON_TARGETS="python3_6 -python3_7 -python3_8")
42 with python3_6 highlighted
43
44 and setuptools:
45
46 Installed versions: 44.0.0^t(06:17:31 PM 02/10/2020)
47
48 perhaps it's confusion concerning python versioning?
49
50 hth,
51 James

Replies