Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] Apparently 2.4 is not >= 2.2? Jack <ostroffjh@×××××××××××××××××.net>
[gentoo-user] Re: Apparently 2.4 is not >= 2.2? Nikos Chantziaras <realnc@×××××.com>
Re: [gentoo-user] Apparently 2.4 is not >= 2.2? Arve Barsnes <arve.barsnes@×××××.com>