Gentoo Archives: gentoo-user

From: Steven Lembark <lembark@×××××××.com>
To: gentoo-user@l.g.o, Neil Bauman <neil@××××××××××××××.com>
Cc: lembark@×××××××.com
Subject: [gentoo-user] Going through these one by one.
Date: Thu, 19 Nov 2020 21:36:37
Message-Id: 20201119163629.2d13e6e6.lembark@wrkhors.com
1 Based on:
2
3 2020-04-22 Python 3.7 to become the default target
4
5 I'd have thought that using:
6
7 PYTHON_TARGETS="python2_7 python3_7"
8 PYTHON_SINGLE_TARGET="python3_7"
9
10 and
11
12 emerge --depclean;
13 emerge -1vUD @world;
14 emerge --depclean;
15
16 should have updated my system. I'd done a fairly recent
17 "emerge @world" and it completed so I'd have thought that
18 everything was up to date.
19
20 The depclean step gave me:
21
22 * Have you forgotten to do a complete update prior to depclean? The
23 * most comprehensive command for this purpose is as follows:
24 *
25 * emerge --update --newuse --deep --with-bdeps=y @world
26
27
28 At this point pretty much anything I update runs into:
29
30 !!! 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.
31 !!! One of the following masked packages is required to complete your request:
32 - sys-apps/portage-9999::gentoo (masked by: missing keyword)
33
34
35
36
37 --
38 Steven Lembark
39 Workhorse Computing
40 lembark@×××××××.com
41 +1 888 359 3508

Replies

Subject Author
Re: [gentoo-user] Going through these one by one. Arve Barsnes <arve.barsnes@×××××.com>
Re: [gentoo-user] Going through these one by one. Adam Carter <adamcarter3@×××××.com>
Re: [gentoo-user] Going through these one by one. cal <cal@×××××××××.technology>