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: Fri, 04 Dec 2020 08:12:27
Message-Id: 4b9beaca-519c-fbd8-ed8a-d20b74b12f90@web.de
In Reply to: Re: [gentoo-user] update fails, but I don't see why by Adam Carter
1 On 12/3/20 10:11 PM, Adam Carter wrote:
2 > On Fri, Dec 4, 2020 at 8:06 AM tastytea <gentoo@××××××××.de
3 > <mailto:gentoo@××××××××.de>> wrote:
4 >
5 > On 2020-12-03 21:33+0100 n952162 <n952162@×××.de
6 > <mailto:n952162@×××.de>> wrote:
7 >
8 > > I'm trying to update the gentoo system that I last updated 6 weeks
9 > > ago, but it seems not to work.  Can somebody explain to me why?
10 >
11 > Python 3.8 is the new default target and not all packages support it
12 > yet. You can put
13 >   */* PYTHON_TARGETS: python3_7
14 > into /etc/portage/package.use as a workaround. Don't forget to remove
15 > it in a month or so.
16 >
17 >
18 > Try emerge -avuUD @world (the U is the critical bit). For me, it
19 > pulled in a bunch of extra rebuilds (with -python3_7 and +python3_8).
20 > After that depclean removed 3.7
21
22
23 Here is the command I use (where target is @system @world) (somebody
24 once said here it can be useful to first do @system):
25
26 time emerge \
27     $pretend \
28     -v \
29     --deep \
30     --update \
31     --changed-use \
32     --verbose-conflicts \
33     --keep-going \
34     --with-bdeps=y \
35     --changed-deps \
36     --backtrack=100 \
37     $target

Replies

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