Gentoo Archives: gentoo-user

From: cal <cal@×××××××××.technology>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Going through these one by one.
Date: Sun, 14 Feb 2021 04:59:14
Message-Id: 2def484a-4e96-679a-fd13-e90ffa416ac7@mail.meme.technology
In Reply to: [gentoo-user] Going through these one by one. by Steven Lembark
1 On 11/19/20 1:36 PM, Steven Lembark wrote:
2 >
3 > Based on:
4 >
5 > 2020-04-22 Python 3.7 to become the default target
6 >
7 > I'd have thought that using:
8 >
9 > PYTHON_TARGETS="python2_7 python3_7"
10 > PYTHON_SINGLE_TARGET="python3_7"
11 >
12 > and
13 >
14 > emerge --depclean;
15 > emerge -1vUD @world;
16 > emerge --depclean;
17 >
18 > should have updated my system. I'd done a fairly recent
19 > "emerge @world" and it completed so I'd have thought that
20 > everything was up to date.
21 >
22 > The depclean step gave me:
23 >
24 > * Have you forgotten to do a complete update prior to depclean? The
25 > * most comprehensive command for this purpose is as follows:
26 > *
27 > * emerge --update --newuse --deep --with-bdeps=y @world
28 >
29 >
30 > At this point pretty much anything I update runs into:
31 >
32 > !!! All ebuilds that could satisfy "sys-apps/portage[python_targets_python2_7(-),python_targets_python3_6(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]" have been masked.
33 > !!! One of the following masked packages is required to complete your request:
34 > - sys-apps/portage-9999::gentoo (masked by: missing keyword)
35 >
36 >
37 >
38 >
39 Did you run emerge --sync before emerge -1vUD @world?
40
41 The Python 3.7 change is old news -- by now it's already migrated to 3.8
42 on my system.

Replies

Subject Author
Re: [gentoo-user] Going through these one by one. Steven Lembark <lembark@×××××××.com>