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 0A61D1396D9 for ; Sun, 29 Oct 2017 08:31:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC6AA2BC176; Sun, 29 Oct 2017 08:31:47 +0000 (UTC) Received: from mail-oi0-x22f.google.com (mail-oi0-x22f.google.com [IPv6:2607:f8b0:4003:c06::22f]) (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 8E2622BC067 for ; Sun, 29 Oct 2017 08:31:47 +0000 (UTC) Received: by mail-oi0-x22f.google.com with SMTP id v132so16868065oie.1 for ; Sun, 29 Oct 2017 01:31:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=2x+11KvUvlbyBijqwNg9Ef1+y0rhpKXFhJCIaJRPNOI=; b=PBMFb3uxjtU/CFJR50a5Cfk1GeUciWx5nR/S39cF9NlbBqe7QcmsiKyZDqKsULzbuK 9sMtIKswLWhM73HcaPt5ATy8HaLaKAhRPl/mL+qtuIw9XAFQODc/49Vq9LX6FnLyQvUx Yi2YBUvof0i9VpKVx9BVmnZbV7aNPT4AbWMK5Na3ud0YFNW3yZzbttPv5GJRc5vw8Epd s9h5PHa9vc1hOLYcB/DHTL3+PSTxd0dYPjX12geD6b3/1HaqGZy3zjLrcOtFAex0Qg9E aprR/MHZvy1BfEiCoFWjpZJibdeWkb4PRxhKfJqPRtFJ314dAyx7uqJeLucY49utqyey AxRw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=2x+11KvUvlbyBijqwNg9Ef1+y0rhpKXFhJCIaJRPNOI=; b=sjzVmkCsq3+i+t/dfNYhJb4MczleCu1GNMPUT1XdLmOi6Byetg44vz0mIlnM3foQhr yuTRsVTT+XoxaANWd2wwQlWZTriMu4GAIknnNknUdVZKLiMSM4tqNSoLcW9XmPhSlmOb sX3YvaZokCVbBvnpjE6yFIS7jF0cm5FrGf151Fle3EmgQ6SNP20WfDkNSrpu/ve6JuGw RBCCuhK6+xcdiQcVypijCjA6j6f2PdqmHQrlMqWravaUw6NCAV5CL5tRgTALLdutre6s F9OrmwpMLOlhPi5YMD8BfVrJyIOhllh/NrXkbKKuadadnn3nOev5uIbpbQAkNPuddPoi X8Yw== X-Gm-Message-State: AMCzsaUciwq78TFQUIeZ3UIR9RKtndEzkShrh7xrKruQ76ABa3UhPLnR 4y/0EZQiB4wxbF0AAwvP/6v9PwdITWahYi6Wd/3pu27B X-Google-Smtp-Source: ABhQp+RwxP5OYyKWhOczoUmeAoUo/nKjPpEeI4KWgSzjV4T2feqloJ9EgTB1aDA2kyl7MlZlnjMaPBT7ZWR279eDdjA= X-Received: by 10.157.94.16 with SMTP id d16mr2919251oti.383.1509265906736; Sun, 29 Oct 2017 01:31:46 -0700 (PDT) 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 Received: by 10.157.19.90 with HTTP; Sun, 29 Oct 2017 01:31:46 -0700 (PDT) In-Reply-To: References: <20171029011743.GL1962@ca.inter.net> From: Adam Carter Date: Sun, 29 Oct 2017 19:31:46 +1100 Message-ID: Subject: Re: [gentoo-user] Python 3.5 To: "gentoo-user@lists.gentoo.org" Content-Type: multipart/alternative; boundary="089e082c62f43e2275055cab5a4e" X-Archives-Salt: c99af7c6-c451-4e91-b9bf-15682e08d599 X-Archives-Hash: 93ebea3e295aa92917cd95273e63b0a1 --089e082c62f43e2275055cab5a4e Content-Type: text/plain; charset="UTF-8" > On my amd64 arch machine I; > emerged python 3.5 > eselected python 3.5 > edited make.conf to set PYTHON_TARGETS to "python2_7 python3_5" > running emerge -pv --depclean =python-3.4.5 to see what needs to be rebuilt > Then tryed to rebuild those packages to allow removal of 3.4, however, it > looks like that I would then have to change PYTHON_SINGLE_TARGET to 3.5 > too, and some other packages still require it to be set to 2.7, so i've > bailed out of trying to get rid of 3.4 on that box. I'll leave > PYTHON_TARGETS at "python2_7 python3_5" unless I find something that also > needs 3.4 in there. > > Failure came fast, example; The following REQUIRED_USE flag constraints are unsatisfied: python? ( at-most-one-of ( python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) So ive unset PYTHON_TARGETS and PYTHON_SINGLE_TARGET again. --089e082c62f43e2275055cab5a4e Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

On my amd64 arch machine I= ;
emerged python 3.5
eselected python 3.5
edited m= ake.conf to set PYTHON_TARGETS to "python2_7 python3_5"
running emerge -pv --depclean =3Dpython-3.4.5 to see= what needs to be rebuilt
Then tryed to reb= uild those packages to allow removal of 3.4, however, it looks like that I = would then have to change PYTHON_SINGLE_TARGET to 3.5 too, and some other p= ackages still require it to be set to 2.7, so i've bailed out of trying= to get rid of 3.4 on that box. I'll leave PYTHON_TARGETS at "pyth= on2_7 python3_5" unless I find something that also needs 3.4 in there.=

Failure came fast, example;
The following REQUIRED_USE flag constraints are unsatisfied:
=C2=A0=C2= =A0=C2=A0 python? ( at-most-one-of ( python_targets_python3_4 python_target= s_python3_5 python_targets_python3_6 )

So ive unset PYTHON_TARGE= TS and PYTHON_SINGLE_TARGET again.
--089e082c62f43e2275055cab5a4e--