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 5FD7B1382C5 for ; Fri, 19 Jun 2020 13:31:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 485FEE08BD; Fri, 19 Jun 2020 13:31:12 +0000 (UTC) Received: from mail-qt1-f196.google.com (mail-qt1-f196.google.com [209.85.160.196]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54B94E087C for ; Fri, 19 Jun 2020 13:31:10 +0000 (UTC) Received: by mail-qt1-f196.google.com with SMTP id v19so4688323qtq.10 for ; Fri, 19 Jun 2020 06:31:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:reply-to:subject:to:cc:mime-version :references:in-reply-to:message-id:content-disposition :content-transfer-encoding; bh=XCfY1aYbbXBnu60Tl114nD9nDXLeNSLYCKU+IU5l++U=; b=EradWhgPpcY08yULHD3+OJYxxBHvon8pdJ8S4kv2PuKF/VZqiyhSbN1C7/8oc6t0Go 7viqWWMj82YiRWVRW4R2NgtN+cOq5uLgPTMZIe3T/HbOglV6DWZFhpoI6/E6R3vLfzOG BGAm5fF0jf77mW4OhiA5kL1YpFx1e4Im22u99TJ4/F24fIDu9edIJVl8puPPALZPx6VA kWuShUFgk8wPu4l6eZknZ7FqfbI9rymXzNVXZg6FSNNSOyD/izSO6KqS1TU1i369vuxO slZe4rElBiD6vuUu+++EZyvJ6Lz0OsRxkKR9F7PhkO/E4Fv/zoS0gUjN2NWyFLQSbShj 6+vA== X-Gm-Message-State: AOAM531TG4+Xlr/MugptVWrFv6y//74JY+7MYFY5QtQDZrF52ltOK6Or 28rHkzyfxVVONXLPQj8m5i6RlDP3Eus= X-Google-Smtp-Source: ABdhPJxgbXRsx78cF+hrOGYiHbgPLHL+AdAnzrPABJ7edaF3iGEVGYgHvLjQk413THsO4KKSU5WuYA== X-Received: by 2002:ac8:4e34:: with SMTP id d20mr3389226qtw.168.1592573469241; Fri, 19 Jun 2020 06:31:09 -0700 (PDT) Received: from ffortso9 (c-76-23-130-96.hsd1.ct.comcast.net. [76.23.130.96]) by smtp.gmail.com with ESMTPSA id d17sm6115957qke.101.2020.06.19.06.31.08 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Jun 2020 06:31:08 -0700 (PDT) Date: Fri, 19 Jun 2020 09:31:07 -0400 From: Jack Subject: Re: [gentoo-user] eselect not showing python3.7 or 3.8 To: gentoo-user@lists.gentoo.org Cc: 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 References: In-Reply-To: X-Mailer: Balsa 2.5.10-65-geb847a2f0 Message-Id: Content-Type: text/plain; charset=ISO-8859-1; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 32a59e7b-3396-415d-b4bf-e536c33b6d65 X-Archives-Hash: 79f21c300fa753429f4268499a4a515c On 2020.06.19 03:19, William Kenworthy wrote: > I have been slowly fixing the mess that the python upgrade has made of > my systems and have come across this: >=20 > san0 ~ # eselect python list > Available Python interpreters, in order of preference: > =A0 [1]=A0=A0 python3.6 > =A0 [2]=A0=A0 python2.7 > san0 ~ # equery l python > =A0* Searching for python ... > [IP-] [=A0 ] dev-lang/python-2.7.18:2.7 > [IP-] [=A0 ] dev-lang/python-3.6.10-r2:3.6/3.6m > [IP-] [=A0 ] dev-lang/python-3.7.7-r2:3.7/3.7m > [IP-] [=A0 ] dev-lang/python-3.8.2-r2:3.8 > san0 ~ # >=20 > eselect python cleanup does not change anything. The system is =20 > refusing > me from removing python3.6 and re-emerging 3.7 doesn't change =20 > anything.=A0 > 4 other almost identical hosts are fine. >=20 > I was looking at why ansible was failing on hosts that had python3.6 > removed and came across this one ... >=20 > BillK Any chance re-emerging eselect-python might help?