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 608F8138334 for ; Wed, 27 Jun 2018 22:40:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDFFBE0BB6; Wed, 27 Jun 2018 22:40:15 +0000 (UTC) Received: from icp-osb-irony-out8.external.iinet.net.au (icp-osb-irony-out8.external.iinet.net.au [203.59.1.225]) by pigeon.gentoo.org (Postfix) with ESMTP id 09DE9E08FC for ; Wed, 27 Jun 2018 22:40:13 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2CSDgDPETRb/16i0HZdHAEBAQQBAQoBA?= =?us-ascii?q?YNJZWoShCGIY405KpcSC4RsAoMZITkTAQIBAQEBAQECbSiFNwEFI2YLDQsCAiY?= =?us-ascii?q?CAlcTCAEBgyGBf6xqghwaAoQ/g3CBHIELiTg/gTaCaIVHgjSCVQKNAi2MAgmPD?= =?us-ascii?q?QaBQIZNE4Uqh3aJfYEjNiCBUk0fGYMlkF0ykHgBAQ?= X-IPAS-Result: =?us-ascii?q?A2CSDgDPETRb/16i0HZdHAEBAQQBAQoBAYNJZWoShCGIY40?= =?us-ascii?q?5KpcSC4RsAoMZITkTAQIBAQEBAQECbSiFNwEFI2YLDQsCAiYCAlcTCAEBgyGBf?= =?us-ascii?q?6xqghwaAoQ/g3CBHIELiTg/gTaCaIVHgjSCVQKNAi2MAgmPDQaBQIZNE4Uqh3a?= =?us-ascii?q?JfYEjNiCBUk0fGYMlkF0ykHgBAQ?= X-IronPort-AV: E=Sophos;i="5.51,280,1526313600"; d="scan'208";a="137472260" Received: from unknown (HELO mail.vm.localdomain) ([118.208.162.94]) by icp-osb-irony-out8.iinet.net.au with ESMTP; 28 Jun 2018 06:40:11 +0800 Received: from localhost (mail.vm.localdomain [127.0.0.1]) by mail.vm.localdomain (Postfix) with ESMTP id 5BAFA8B16B for ; Thu, 28 Jun 2018 06:40:11 +0800 (AWST) X-Virus-Scanned: amavisd-new at localdomain Received: from mail.vm.localdomain ([127.0.0.1]) by localhost (mail.vm.localdomain [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id p-eQ8pCNAxta for ; Thu, 28 Jun 2018 06:39:42 +0800 (AWST) Received: from [192.168.44.7] (rattus.lan.localdomain [192.168.44.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: wdk) by mail.vm.localdomain (Postfix) with ESMTPSA id 90F3C8B161 for ; Thu, 28 Jun 2018 06:37:27 +0800 (AWST) Subject: Re: [gentoo-user] python 3.6 To: gentoo-user@lists.gentoo.org References: <70e6eda4-44e2-8d03-69dc-679bea1cbaed@iinet.net.au> <37eddbee-2b7b-fa4c-1763-b4b41cf6ad38@monksofcool.net> From: Bill Kenworthy Message-ID: <3e685023-9ed2-3cb7-c9ca-6fdceeeac450@iinet.net.au> Date: Thu, 28 Jun 2018 06:36:57 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 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 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-AU X-Archives-Salt: a723679c-6a06-40ac-802a-f130dcf18c18 X-Archives-Hash: de941035827e2928cc7b08a949aec001 On 28/06/18 06:16, John Covici wrote: > On Wed, 27 Jun 2018 17:04:57 -0400, > Ralph Seichter wrote: >> On 27.06.18 22:43, Bill Kenworthy wrote: >> >>> After installing python 3.6, I now have multiple systems wanting to >>> depclean it! Have I missed something? Should I be uninstalling 3.4 >>> and 3.5 which are also present? >> After you have recompiled all packages that were built with Python 3.4 >> and 3.5 support and verified that these versions are no longer required, >> you can delete them. > This is not working for me -- after doing a world update, there are > still packages which apparently need both 3.4 and 3.5, so I cannot > remove them. I wonder why this would be happening? > Just found that by re-emergeing 3.6.5 it stops trying to remove it - I can remove 3.4 but not 3.5.5 as its "still in use as the primary python vrsion" despite 3.6 being [1] in eselect. BillK