Gentoo Archives: gentoo-user

From: n952162 <n952162@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] update fails, but I don't see why
Date: Sun, 13 Dec 2020 09:02:09
Message-Id: 050667f3-a6cc-a081-fabc-930fe074d5f1@web.de
In Reply to: Re: [gentoo-user] update fails, but I don't see why by Neil Bothwick
1 On 12/13/20 9:18 AM, Neil Bothwick wrote:
2
3 > There's a lot to trawl through here, it looks like you haven't updated
4 >>> for quite some time.
5 >>
6 >> The (compressed) log of  a system and world update from 20. October
7 >> (2020!) is attached.
8 > Nearly 2 months, quite a long time in Gentoo update terms.
9
10
11 !!!  After 2 months the system can no longer be update-able?
12
13
14 > ...
15 >>
16 >>> What do
17 >>>
18 >>> grep -r python3_6 /etc/portage
19 >>
20 >> That showed that the only references are in package.use
21 > But what does it show. We need the output of commands, not some vague
22 > reference to them. I suspected there was something in package.use, but we
23 > need to know what. Those references should probably be removed but no one
24 > can say for sure without seeing them.
25 >
26 >
27
28 Oh sorry.  You mentioned
29
30 PYTHON_TARGETS="python3_6"
31
32 and I didn't connect that with USE variables. Here there are (with comments removed)
33
34 $ sed -n -e '/^\s*#/d' -e '/python3_6/p' /etc/portage/package.use/*
35 >=dev-python/certifi-10001-r1 python_targets_python3_6
36 >=dev-python/setuptools_scm-4.1.2-r1 python_targets_python3_6
37 >=dev-python/requests-2.24.0-r1 python_targets_python3_6
38 >=dev-python/chardet-3.0.4-r1 python_targets_python3_6
39 >=dev-python/idna-2.10-r1 python_targets_python3_6
40 >=dev-python/urllib3-1.25.11 python_targets_python3_6
41 >=dev-python/cryptography-3.2.1 python_targets_python3_6
42 >=dev-python/cffi-1.14.0-r3 python_targets_python3_6
43 >=dev-python/pycparser-2.20-r1 python_targets_python3_6
44 >=dev-python/ply-3.11-r1 python_targets_python3_6
45 >=dev-python/PySocks-1.7.1-r1 python_targets_python3_6
46 >=dev-python/pyopenssl-19.1.0-r1 python_targets_python3_6
47 >=dev-python/setuptools-50.3.0 python_targets_python3_6
48 >=dev-python/six-1.15.0-r1 python_targets_python3_6

Replies

Subject Author
Re: [gentoo-user] update fails, but I don't see why Michael <confabulate@××××××××.com>