public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] All ~arch users: do not update python
@ 2010-08-03  0:53 Nikos Chantziaras
  2010-08-03  1:20 ` Albert Hopkins
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Nikos Chantziaras @ 2010-08-03  0:53 UTC (permalink / raw
  To: gentoo-user

Updating python to 2.6.5_p20100801 will break portage.  emerge will stop 
working after that and there's no information on how to recover from 
that right now (because emerge won't work, you can't downgrade to the 
previous, working python version.)

Bug for this issue: http://bugs.gentoo.org/show_bug.cgi?id=330937




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] All ~arch users: do not update python
  2010-08-03  0:53 [gentoo-user] All ~arch users: do not update python Nikos Chantziaras
@ 2010-08-03  1:20 ` Albert Hopkins
  2010-08-03  3:39   ` John Campbell
  2010-08-03  3:33 ` John Campbell
  2010-08-03  4:48 ` [gentoo-user] " Nikos Chantziaras
  2 siblings, 1 reply; 6+ messages in thread
From: Albert Hopkins @ 2010-08-03  1:20 UTC (permalink / raw
  To: gentoo-user

On Tue, 2010-08-03 at 03:53 +0300, Nikos Chantziaras wrote:
> Updating python to 2.6.5_p20100801 will break portage.  emerge will stop 
> working after that and there's no information on how to recover from 
> that right now (because emerge won't work, you can't downgrade to the 
> previous, working python version.)
> 
> Bug for this issue: http://bugs.gentoo.org/show_bug.cgi?id=330937
> 

Must not affect all users because it works for me:


[Orbitrap(84) ~]$ epm -q python
python-2.5.4-r4
python-3.1.2_p20100801
python-2.6.5_p20100801
                                                                     
 ╭─╮ Linux 35+             --❨ 5 users ❩--  Load: 1.34 1.14 1.49 ╭─╮ 
 ╰─╯ Mon Aug 02            ❬voltron@paska❭             ↑ epm: 1s ╰─╯ 
[Orbitrap(92) ~]$ eselect python list
Available Python interpreters:
  [1]   python2.5
  [2]   python2.6 *
  [3]   python3.1
                                                                     
 ╭─╮ Linux 35+             --❨ 5 users ❩--  Load: 1.34 1.14 1.49 ╭─╮ 
 ╰─╯ Mon Aug 02            ❬voltron@paska❭         ↑ eselect: 0s ╰─╯ 
[Orbitrap(92) ~]$ sudo emerge -1 python
Calculating dependencies... done!
>>> Verifying ebuild manifests
>>> Emerging (1 of 1) dev-lang/python-3.1.2_p20100801
>>> Installing (1 of 1) dev-lang/python-3.1.2_p20100801
>>> Jobs: 1 of 1 complete                Load avg: 1.80, 1.47, 1.55
>>> Auto-cleaning packages...

>>> No outdated packages were found on your system.





^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] All ~arch users: do not update python
  2010-08-03  0:53 [gentoo-user] All ~arch users: do not update python Nikos Chantziaras
  2010-08-03  1:20 ` Albert Hopkins
@ 2010-08-03  3:33 ` John Campbell
  2010-08-03  4:48 ` [gentoo-user] " Nikos Chantziaras
  2 siblings, 0 replies; 6+ messages in thread
From: John Campbell @ 2010-08-03  3:33 UTC (permalink / raw
  To: gentoo-user

On 08/02/2010 05:53 PM, Nikos Chantziaras wrote:
> Updating python to 2.6.5_p20100801 will break portage.  emerge will stop
> working after that and there's no information on how to recover from
> that right now (because emerge won't work, you can't downgrade to the
> previous, working python version.)
> 
> Bug for this issue: http://bugs.gentoo.org/show_bug.cgi?id=330937

/usr/bin/python3.1 emerge =lang-python/python-2.6.5-r3

Assuming of course you've got python3.1 installed in another slot.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] All ~arch users: do not update python
  2010-08-03  1:20 ` Albert Hopkins
@ 2010-08-03  3:39   ` John Campbell
  2010-08-03  4:25     ` Albert Hopkins
  0 siblings, 1 reply; 6+ messages in thread
From: John Campbell @ 2010-08-03  3:39 UTC (permalink / raw
  To: gentoo-user

On 08/02/2010 06:20 PM, Albert Hopkins wrote:
> On Tue, 2010-08-03 at 03:53 +0300, Nikos Chantziaras wrote:
>> Updating python to 2.6.5_p20100801 will break portage.  emerge will stop 
>> working after that and there's no information on how to recover from 
>> that right now (because emerge won't work, you can't downgrade to the 
>> previous, working python version.)
>>
>> Bug for this issue: http://bugs.gentoo.org/show_bug.cgi?id=330937
>>
> 
> Must not affect all users because it works for me:
> 
> 
> [Orbitrap(84) ~]$ epm -q python
> python-2.5.4-r4
> python-3.1.2_p20100801
> python-2.6.5_p20100801

Do you have the "python3" useflag set?  If so, emerge should be using
python3 not your eselected version.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] All ~arch users: do not update python
  2010-08-03  3:39   ` John Campbell
@ 2010-08-03  4:25     ` Albert Hopkins
  0 siblings, 0 replies; 6+ messages in thread
From: Albert Hopkins @ 2010-08-03  4:25 UTC (permalink / raw
  To: gentoo-user

On Mon, 2010-08-02 at 20:39 -0700, John Campbell wrote:
> Do you have the "python3" useflag set?  If so, emerge should be using
> python3 not your eselected version.

Oh yeah, I'm using the python3 version of portage, that must be why.

-a





^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-user] Re: All ~arch users: do not update python
  2010-08-03  0:53 [gentoo-user] All ~arch users: do not update python Nikos Chantziaras
  2010-08-03  1:20 ` Albert Hopkins
  2010-08-03  3:33 ` John Campbell
@ 2010-08-03  4:48 ` Nikos Chantziaras
  2 siblings, 0 replies; 6+ messages in thread
From: Nikos Chantziaras @ 2010-08-03  4:48 UTC (permalink / raw
  To: gentoo-user

On 08/03/2010 03:53 AM, Nikos Chantziaras wrote:
> Updating python to 2.6.5_p20100801 will break portage.  emerge will stop
> working after that and there's no information on how to recover from
> that right now (because emerge won't work, you can't downgrade to the
> previous, working python version.)
>
> Bug for this issue: http://bugs.gentoo.org/show_bug.cgi?id=330937

An easy way to repair a broken system has been posted:

http://bugs.gentoo.org/show_bug.cgi?id=330937#c15




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-08-03  4:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-03  0:53 [gentoo-user] All ~arch users: do not update python Nikos Chantziaras
2010-08-03  1:20 ` Albert Hopkins
2010-08-03  3:39   ` John Campbell
2010-08-03  4:25     ` Albert Hopkins
2010-08-03  3:33 ` John Campbell
2010-08-03  4:48 ` [gentoo-user] " Nikos Chantziaras

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox