From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 548FA138247 for ; Sun, 12 Oct 2014 16:39:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE950E0D1C; Sun, 12 Oct 2014 16:39:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 845F0E0D0D for ; Sun, 12 Oct 2014 16:39:15 +0000 (UTC) Received: from mail-ig0-f182.google.com (mail-ig0-f182.google.com [209.85.213.182]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: floppym) by smtp.gentoo.org (Postfix) with ESMTPSA id B40A534035D for ; Sun, 12 Oct 2014 16:39:14 +0000 (UTC) Received: by mail-ig0-f182.google.com with SMTP id hn15so8062865igb.9 for ; Sun, 12 Oct 2014 09:39:13 -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 X-Received: by 10.50.40.3 with SMTP id t3mr24382060igk.22.1413131953007; Sun, 12 Oct 2014 09:39:13 -0700 (PDT) Received: by 10.64.111.135 with HTTP; Sun, 12 Oct 2014 09:39:12 -0700 (PDT) In-Reply-To: <20141012152601.GG12263@kern.lan> References: <20141011170623.GA1016@ca.inter.net> <20141011233742.GC1016@ca.inter.net> <20141012152601.GG12263@kern.lan> Date: Sun, 12 Oct 2014 12:39:12 -0400 Message-ID: Subject: Re: [gentoo-user] Re: Python 3.4.1 From: Mike Gilbert To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 46980ae0-22fb-4c3c-be99-924b53a45e0b X-Archives-Hash: 788660fdbcba7fd149552236b28e80c6 On Sun, Oct 12, 2014 at 11:26 AM, Frank Steinmetzger wrote: > On Sat, Oct 11, 2014 at 07:37:42PM -0400, Philip Webb wrote: >> 141011 James wrote: >> > Philip Webb ca.inter.net> writes: >> >> I've just installed python-3.4.1 alongside 2.7.7 3.2.5-r6 3.3.5-= r1 . >> >> I've changed the lines in make.conf to >> >> USE_PYTHON=3D"2.7 3.4" >> >> PYTHON_TARGETS=3D"python2_7 python3_4" >> >> PYTHON_SINGLE_TARGET=3D"python2_7" >> > I use 'eselect python list' to see what options you have. >> >> Google found : http://www.odi.ch/weblog/posting.php?posting=3D674 , >> which suggests that, then 'eselect python set --python3 ', >> where n =3D 3 in my case ; I've done that. >> >> > Then I'd poke around for any bug reports on python-3.4.* >> >> That promises to be time-consuming, but thanks so far. >> >> Anyone else have info or suggestions ? > > I noticed the same. I=E2=80=99m somewhat eager about python 3.4 because b= lender > always wants the beedingest edgiest stuff around, and blender 2.7x requir= es > python 3.4, which in turn even wants me to unmask python-exec 2.9999. > > Could this be profile induced? I do have PYTHON_TARGETS=3D"python2_7 pyth= on3_3 > python3_4" in make.conf, yet `emerge --info | grep TARGETS` still tells m= e > PYTHON_TARGETS=3D"python2_7 python3_3" > At the moment, the python_target_python3_4 use flag is "stable-masked" while the necessary packages are being stabilized. I know this is a bit confusing, but it should not break anything. You can continue using python3.3 for a while if you like. For reference, see the following. profiles/base/use.stable.mask https://bugs.gentoo.org/show_bug.cgi?id=3D522322 https://bugs.gentoo.org/show_bug.cgi?id=3D524416 Once the stablereq bugs are resolved, I will remove the entry from use.stable.mask. In the meantime, you can unmask the pytho3_4 flag locally by creating the following entries in /etc/portage. mkdir -p /etc/portage/profile echo 5 > /etc/portage/profile/eapi echo -python_targets_python3_4 >> /etc/portage/profile/use.stable.mask