From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D09AD158011 for ; Mon, 20 Sep 2021 14:58:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F6DEE096F; Mon, 20 Sep 2021 14:58:47 +0000 (UTC) Received: from mailgate2.uni-hannover.de (mailgate2.uni-hannover.de [130.75.2.114]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A6C29E093D for ; Mon, 20 Sep 2021 14:58:46 +0000 (UTC) Received: from intranet.aei.uni-hannover.de (ahin1.aei.uni-hannover.de [130.75.117.40]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mailgate2.uni-hannover.de (Postfix) with ESMTPS id CE2D53845; Mon, 20 Sep 2021 16:58:44 +0200 (CEST) Received: from comet2.terra.ger ([130.75.117.49]) by intranet.aei.uni-hannover.de (IBM Domino Release 9.0.1FP8) with ESMTP id 2021092016584372-176744 ; Mon, 20 Sep 2021 16:58:43 +0200 Date: Mon, 20 Sep 2021 16:58:43 +0200 From: Gerrit Kuehn To: Arve Barsnes Cc: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] python, my nemesis Message-ID: <20210920165843.059e4425@comet2.terra.ger> In-Reply-To: References: <20210920145049.1ad40d93@comet2.terra.ger> <433d956b8fd9e0bbaba4596848094149110adf48.camel@gentoo.org> <20210920163159.54851d8a@comet2.terra.ger> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; amd64-portbld-freebsd12.1) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 X-MIMETrack: Itemize by SMTP Server on intranet/aei-hannover(Release 9.0.1FP8|February 23, 2017) at 20/09/2021 16:58:43, Serialize by Router on intranet/aei-hannover(Release 9.0.1FP8|February 23, 2017) at 20/09/2021 16:58:43, Serialize complete at 20/09/2021 16:58:43 X-TNEFEvaluated: 1 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: clamav-milter 0.102.4 at mailgate2 X-Virus-Status: Clean X-Archives-Salt: 9af9020f-5584-45e1-a651-5ee140f38194 X-Archives-Hash: 3e163bb3100081e97e0f429805c8dbc7 On Mon, 20 Sep 2021 16:41:17 +0200 Arve Barsnes wrote: > This is because your gentoolkit installed version has no support for > python 3.9. Yes, I must have been overlooking this all the time. That's why I came here first (more/better eyes on the issue :-). > You might be able to include gentoolkit in your emerge > command, or you might need to build portage with python 3.8 support as > well as 3.9. This type of problem might crop up for several other > packages as you try to get python updated. emerge -p1vUD @world lists about 200 ports to rebuild now, without showing any other issues ahead. I'll go for it (and keep my fingers crossed ;-). Thank you for your support. cu Gerrit