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 642751382C5 for ; Thu, 3 Jun 2021 09:03:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11E4EE0866; Thu, 3 Jun 2021 09:03:01 +0000 (UTC) Received: from gw1.antarean.org (gw1.antarean.org [194.145.200.214]) by pigeon.gentoo.org (Postfix) with ESMTP id 9E271E0826 for ; Thu, 3 Jun 2021 09:03:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by gw1.antarean.org (Postfix) with ESMTP id 4FwfhF2MwSz112F for ; Thu, 3 Jun 2021 10:49:01 +0200 (CEST) X-Virus-Scanned: amavisd-new at antarean.org Received: from gw1.antarean.org ([127.0.0.1]) by localhost (gw1.antarean.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hB85OuU3-G6a for ; Thu, 3 Jun 2021 10:49:00 +0200 (CEST) Received: from mailstore1.adm.antarean.org (localhost [127.0.0.1]) by gw1.antarean.org (Postfix) with ESMTP id 4FwfhD6GWtzyW2 for ; Thu, 3 Jun 2021 10:49:00 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mailstore1.adm.antarean.org (Postfix) with ESMTP id 4Fwg0M0Wbwz15 for ; Thu, 3 Jun 2021 11:02:59 +0200 (CEST) X-Virus-Scanned: amavisd-new at antarean.org Received: from mailstore1.adm.antarean.org ([127.0.0.1]) by localhost (mailstore1.adm.antarean.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZBeLN9VgDi_v for ; Thu, 3 Jun 2021 11:02:58 +0200 (CEST) Received: from iris.localnet (iris.adm.antarean.org [10.55.16.47]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mailstore1.adm.antarean.org (Postfix) with ESMTPSA id 4Fwg0L6GVXzj for ; Thu, 3 Jun 2021 11:02:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=antarean.org; s=default; t=1622710978; bh=XQBMcx52Gkh0JuWeFD7uKJstdih5Y43BF6C7QHhFe48=; h=From:To:Subject:Date:In-Reply-To:References; b=B4Dffr1Ct++DkaUy6YC+X3tNfCEy4VulksK0TVnwkwtqRhWNg8nSmQS9haDmY04UQ bEQlXIlPlWbJ4RUBfSprE1VyHAVSUhjkCjwYCm2j9ObI7iM4oi+TuwYjzftLwtm3gl CCqZyu4/AK13Z1QXTsIZxjhorXXDOwqxFAtEOum4= From: "J. Roeleveld" To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Issues with Python 3.8? Date: Thu, 03 Jun 2021 11:02:58 +0200 Message-ID: <5718220.lOV4Wx5bFT@iris> In-Reply-To: References: <11763205.O9o76ZdvQC@iris> 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 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Archives-Salt: 153d0b01-2030-43a2-bd86-b428bf0c934e X-Archives-Hash: 0650317d051a317fe30c310aa0895876 On Thursday, June 3, 2021 10:53:45 AM CEST Adam Carter wrote: > On Thu, Jun 3, 2021 at 6:19 PM J. Roeleveld wrote: > > All, > > > > I've got several packages complaining about "PYTHON_TARGETS" missing > > "python3_8" > > You should add --changed-use to your emerge flags and clean any > PYTHON_TARGETS cruft out of package.use. On ~arch the default python has > just changed from 3.8 to 3.9. You may well find --depclean will remove 3.8 > after that. I have no "python_target" entries anywhere under " /etc/portage/ " (apart from what I have to add now to get the upgrade to actually work). -- Joost