Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Python-3.9 and emerge problems
Date: Fri, 18 Jun 2021 14:00:31
Message-Id: 20210618150017.46cb817f@digimed.co.uk
In Reply to: Re: [gentoo-user] Python-3.9 and emerge problems by John Covici
1 On Fri, 18 Jun 2021 09:54:09 -0400, John Covici wrote:
2
3 > > Same problem with 3.0.20-r3 but then I found
4 > > https://bugs.gentoo.org/796584, changing sets.conf got rid of the
5 > > issue.
6 >
7 > hmmm, I don't have a file like that at all, what should be in that
8 > file -- I don't even have a /usr/portage at all.
9 >
10 The system sets are in /usr/share/portage/config/sets, but they all had
11 exclude-files where needed. The culprits were my user-defined sets in
12 /etc/sets.conf. For example:
13
14 [kernels]
15 class = portage.sets.dbapi.OwnerSet
16 world-candidate = False
17 files = /usr/src
18 exclude-files = ''
19
20 Adding that last line stopped the breakage. This sort of change should
21 have been accompanied by an einfo message at the very least, preferable a
22 news item.
23
24
25 --
26 Neil Bothwick
27
28 Top Oxymorons Number 43: Genuine imitation

Replies

Subject Author
Re: [gentoo-user] Python-3.9 and emerge problems Jacques Montier <jmontier@×××××.com>
Re: [gentoo-user] Python-3.9 and emerge problems John Covici <covici@××××××××××.com>