Gentoo Archives: gentoo-user

From: Jack <ostroffjh@×××××××××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Apparently 2.4 is not >= 2.2?
Date: Wed, 22 Dec 2021 01:24:46
Message-Id: 2ab229ff-068e-97f7-36d6-ce71f8099f08@users.sourceforge.net
In Reply to: [gentoo-user] Apparently 2.4 is not >= 2.2? by Steven Lembark
1 On 12/21/21 19:28, Steven Lembark wrote:
2 > Before I spend a lot of time backtracking all of this...
3 >
4 > Q: Are either of these issues well-known pathologies of emerge?
5 >
6 > Recently built a new Gentoo system by creating a new LV, extracting
7 > stage3-amd64-openrc-20211205T170532Z.tar.xz and going through the
8 > handbook stages to get a running sytem.
9 >
10 > I then installed a variety of packages I have on the current system
11 > like fonts, claws-mail.
12 >
13 > Catch is that I cannot update the sytem:
14 >
15 > # $emerge --update --fetchonly @world;
16 > Calculating dependencies... done!
17 >
18 > The following packages are causing rebuilds:
19 >
20 > (x11-base/xorg-server-1.20.14:0/1.20.14::gentoo, ebuild scheduled for merge) causes rebuilds for:
21 > (x11-drivers/xf86-input-synaptics-1.9.1:0/0::gentoo, ebuild scheduled for merge)
22 > (x11-drivers/xf86-input-evdev-2.10.6:0/0::gentoo, ebuild scheduled for merge)
23 >
24 > emerge: there are no ebuilds to satisfy ">=dev-lang/python-exec-2:2/2=[python_targets_python2_7(-),python_targets_python3_6(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]".
25 > (dependency required by "dev-python/pytest-runner-4.2::gentoo" [installed])
26 > (dependency required by "@selected" [set])
27 > (dependency required by "@world" [argument])
28 >
29 >
30 > It seems that I have a recent enough python-exec installed: 2.4 >= 2.2.
31 >
32 > # emerge --search dev-lang/python-exec
33 >
34 > [ Results for search key : dev-lang/python-exec ]
35 > Searching...
36 >
37 > * dev-lang/python-exec
38 > Latest version available: 2.4.8
39 > Latest version installed: 2.4.8
40 > Size of files: 81 KiB
41 > Homepage: https://github.com/mgorny/python-exec/
42 > Description: Python script wrapper
43 > License: BSD-2
44 >
45 >
46 > I'm having a similar issue with firefox-bin:
47 >
48 > # $emerge firefox-bin;
49 > Calculating dependencies... done!
50 >
51 > emerge: there are no ebuilds to satisfy ">=dev-python/markupsafe-0.9.2[python_targets_python3_6(-),python_targets_python3_7(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)]".
52 > (dependency required by "dev-python/mako-1.1.3::gentoo" [installed])
53 > (dependency required by "media-libs/mesa-20.1.0::gentoo" [installed])
54 > (dependency required by "x11-libs/gtk+-3.24.29::gentoo[X]" [ebuild])
55 > (dependency required by "www-client/firefox-bin-95.0.1::gentoo" [ebuild])
56 > (dependency required by "firefox-bin" [argument])
57 >
58 >
59 > But I also seem to have a recent markupsafe, if 2.0.1 >= 0.9.2??
60 >
61 > # emerge --search dev-python/markupsafe
62 >
63 > [ Results for search key : dev-python/markupsafe ]
64 > Searching...
65 >
66 > * dev-python/markupsafe
67 > Latest version available: 2.0.1
68 > Latest version installed: 2.0.1
69 > Size of files: 19 KiB
70 > Homepage: https://pypi.org/project/MarkupSafe/
71 > Description: Implements a XML/HTML/XHTML Markup safe string for Python
72 > License: BSD
73 I may well be wront, but it looks like the problems are not due to
74 version, but to python-target mismatches.  You may need to rebuild some
75 stuff first, such as pytest-runner and mako.

Replies

Subject Author
Re: [gentoo-user] Apparently 2.4 is not >= 2.2? Steven Lembark <lembark@×××××××.com>