public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Strange python-updater error
@ 2010-06-09 10:32 Jacques Montier
  2010-06-09 13:17 ` [gentoo-user] " walt
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Jacques Montier @ 2010-06-09 10:32 UTC (permalink / raw
  To: gentoo-user

Hi all,

After upgrading world, i installed python-3.1.2-r3 with already
installed python-2.6.4-r1
As recommended, i ran python-updater ; so python-updater added some
packages to the list as :
app-office/openoffice-bin:0
dev-lang/-MERGING-python:2.5
...

The output is an error about  dev-lang/-MERGING-python:2.5 as invalid atom !
Where does that "-MERGING-" come from ?
Any idea about it ?

Thank you for your help.

Cheers,

--
Jacques 





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

* [gentoo-user] Re: Strange python-updater error
  2010-06-09 10:32 [gentoo-user] Strange python-updater error Jacques Montier
@ 2010-06-09 13:17 ` walt
  2010-06-09 13:47   ` Jacques Montier
  2010-06-09 13:33 ` [gentoo-user] " Neil Bothwick
  2010-06-09 17:24 ` Sebastian Beßler
  2 siblings, 1 reply; 16+ messages in thread
From: walt @ 2010-06-09 13:17 UTC (permalink / raw
  To: gentoo-user

On 06/09/2010 03:32 AM, Jacques Montier wrote:
> Hi all,
>
> After upgrading world, i installed python-3.1.2-r3 with already
> installed python-2.6.4-r1
> As recommended, i ran python-updater ; so python-updater added some
> packages to the list as :
> app-office/openoffice-bin:0
> dev-lang/-MERGING-python:2.5
> ...
>
> The output is an error about  dev-lang/-MERGING-python:2.5 as invalid atom !
> Where does that "-MERGING-" come from ?

Which version of python are you actually using now?  AFAIK the portage utilities
don't yet work correctly if you are using python-3.





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

* Re: [gentoo-user] Strange python-updater error
  2010-06-09 10:32 [gentoo-user] Strange python-updater error Jacques Montier
  2010-06-09 13:17 ` [gentoo-user] " walt
@ 2010-06-09 13:33 ` Neil Bothwick
  2010-06-09 15:07   ` Jacques Montier
  2010-06-09 17:24 ` Sebastian Beßler
  2 siblings, 1 reply; 16+ messages in thread
From: Neil Bothwick @ 2010-06-09 13:33 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 286 bytes --]

On Wed, 09 Jun 2010 12:32:05 +0200, Jacques Montier wrote:

> The output is an error about  dev-lang/-MERGING-python:2.5 as invalid
> atom ! Where does that "-MERGING-" come from ?

It's an orphaned file left in /var/db/pkg by an aborted emerge attempt.
Delete it and try again.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [gentoo-user] Re: Strange python-updater error
  2010-06-09 13:17 ` [gentoo-user] " walt
@ 2010-06-09 13:47   ` Jacques Montier
  2010-06-09 14:26     ` Dale
  0 siblings, 1 reply; 16+ messages in thread
From: Jacques Montier @ 2010-06-09 13:47 UTC (permalink / raw
  To: gentoo-user

Le 09/06/2010 15:17, walt a gentiment tapote:
> On 06/09/2010 03:32 AM, Jacques Montier wrote:
>> Hi all,
>>
>> After upgrading world, i installed python-3.1.2-r3 with already
>> installed python-2.6.4-r1
>> As recommended, i ran python-updater ; so python-updater added some
>> packages to the list as :
>> app-office/openoffice-bin:0
>> dev-lang/-MERGING-python:2.5
>> ...
>>
>> The output is an error about  dev-lang/-MERGING-python:2.5 as invalid
>> atom !
>> Where does that "-MERGING-" come from ?
>
> Which version of python are you actually using now?  AFAIK the portage
> utilities
> don't yet work correctly if you are using python-3.
>
>
>
>
I use python2.6, but both 2.6 and 3.1 are installed.

Jacques



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

* Re: [gentoo-user] Re: Strange python-updater error
  2010-06-09 13:47   ` Jacques Montier
@ 2010-06-09 14:26     ` Dale
  2010-06-09 14:33       ` Jacques Montier
  0 siblings, 1 reply; 16+ messages in thread
From: Dale @ 2010-06-09 14:26 UTC (permalink / raw
  To: gentoo-user

Jacques Montier wrote:
> Le 09/06/2010 15:17, walt a gentiment tapote:
>    
>> On 06/09/2010 03:32 AM, Jacques Montier wrote:
>>      
>>> Hi all,
>>>
>>> After upgrading world, i installed python-3.1.2-r3 with already
>>> installed python-2.6.4-r1
>>> As recommended, i ran python-updater ; so python-updater added some
>>> packages to the list as :
>>> app-office/openoffice-bin:0
>>> dev-lang/-MERGING-python:2.5
>>> ...
>>>
>>> The output is an error about  dev-lang/-MERGING-python:2.5 as invalid
>>> atom !
>>> Where does that "-MERGING-" come from ?
>>>        
>> Which version of python are you actually using now?  AFAIK the portage
>> utilities
>> don't yet work correctly if you are using python-3.
>>
>>
>>
>>
>>      
> I use python2.6, but both 2.6 and 3.1 are installed.
>
> Jacques
>
>    

Just for the record, installing python 3.1 is fine but DON'T switch to 
it.  Very little works with it right now.  There was a HUGE discussion 
about this on -dev.  It's confusing because python 3.1 is stable but you 
can't switch to it yet since not much is ready for it.

The best thing to do is to mask python 3.1 until you can actually switch 
to it.  That is what most devs are recommending.  If you don't have 
something that has to have it, mask it for now.

Dale

:-)  :-)



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

* Re: [gentoo-user] Re: Strange python-updater error
  2010-06-09 14:26     ` Dale
@ 2010-06-09 14:33       ` Jacques Montier
  2010-06-09 15:08         ` Dale
  0 siblings, 1 reply; 16+ messages in thread
From: Jacques Montier @ 2010-06-09 14:33 UTC (permalink / raw
  To: gentoo-user



--
Jacques 

Site :  http://sites.google.com/site/jacquesfr35/
Le 09/06/2010 16:26, Dale a gentiment tapote:
> Jacques Montier wrote:
>> Le 09/06/2010 15:17, walt a gentiment tapote:
>>   
>>> On 06/09/2010 03:32 AM, Jacques Montier wrote:
>>>     
>>>> Hi all,
>>>>
>>>> After upgrading world, i installed python-3.1.2-r3 with already
>>>> installed python-2.6.4-r1
>>>> As recommended, i ran python-updater ; so python-updater added some
>>>> packages to the list as :
>>>> app-office/openoffice-bin:0
>>>> dev-lang/-MERGING-python:2.5
>>>> ...
>>>>
>>>> The output is an error about  dev-lang/-MERGING-python:2.5 as invalid
>>>> atom !
>>>> Where does that "-MERGING-" come from ?
>>>>        
>>> Which version of python are you actually using now?  AFAIK the portage
>>> utilities
>>> don't yet work correctly if you are using python-3.
>>>
>>>
>>>
>>>
>>>      
>> I use python2.6, but both 2.6 and 3.1 are installed.
>>
>> Jacques
>>
>>    
>
> Just for the record, installing python 3.1 is fine but DON'T switch to
> it.  Very little works with it right now.  There was a HUGE discussion
> about this on -dev.  It's confusing because python 3.1 is stable but
> you can't switch to it yet since not much is ready for it.
>
> The best thing to do is to mask python 3.1 until you can actually
> switch to it.  That is what most devs are recommending.  If you don't
> have something that has to have it, mask it for now.
>
> Dale
>
> :-)  :-)
>
>
with eselect python list, i get this :
# Available Python interpreters:
  [1]   python2.6 *
  [2]   python3.1
So python2.6 is the main active version ; therefore is it necessary to
mask it ?

Jacques



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

* Re: [gentoo-user] Strange python-updater error
  2010-06-09 13:33 ` [gentoo-user] " Neil Bothwick
@ 2010-06-09 15:07   ` Jacques Montier
  0 siblings, 0 replies; 16+ messages in thread
From: Jacques Montier @ 2010-06-09 15:07 UTC (permalink / raw
  To: gentoo-user

Le 09/06/2010 15:33, Neil Bothwick a gentiment tapote:
> On Wed, 09 Jun 2010 12:32:05 +0200, Jacques Montier wrote:
>
>   
>> The output is an error about  dev-lang/-MERGING-python:2.5 as invalid
>> atom ! Where does that "-MERGING-" come from ?
>>     
> It's an orphaned file left in /var/db/pkg by an aborted emerge attempt.
> Delete it and try again.
>   
Yes ! it works !

thanks a lot !

Jacques



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

* Re: [gentoo-user] Re: Strange python-updater error
  2010-06-09 14:33       ` Jacques Montier
@ 2010-06-09 15:08         ` Dale
  2010-06-09 15:24           ` Tanstaafl
  0 siblings, 1 reply; 16+ messages in thread
From: Dale @ 2010-06-09 15:08 UTC (permalink / raw
  To: gentoo-user

Jacques Montier wrote:
>
> --
> Jacques
>
> Site :  http://sites.google.com/site/jacquesfr35/
> Le 09/06/2010 16:26, Dale a gentiment tapote:
>    
>> Jacques Montier wrote:
>>      
>>> Le 09/06/2010 15:17, walt a gentiment tapote:
>>>
>>>        
>>>> On 06/09/2010 03:32 AM, Jacques Montier wrote:
>>>>
>>>>          
>>>>> Hi all,
>>>>>
>>>>> After upgrading world, i installed python-3.1.2-r3 with already
>>>>> installed python-2.6.4-r1
>>>>> As recommended, i ran python-updater ; so python-updater added some
>>>>> packages to the list as :
>>>>> app-office/openoffice-bin:0
>>>>> dev-lang/-MERGING-python:2.5
>>>>> ...
>>>>>
>>>>> The output is an error about  dev-lang/-MERGING-python:2.5 as invalid
>>>>> atom !
>>>>> Where does that "-MERGING-" come from ?
>>>>>
>>>>>            
>>>> Which version of python are you actually using now?  AFAIK the portage
>>>> utilities
>>>> don't yet work correctly if you are using python-3.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>          
>>> I use python2.6, but both 2.6 and 3.1 are installed.
>>>
>>> Jacques
>>>
>>>
>>>        
>> Just for the record, installing python 3.1 is fine but DON'T switch to
>> it.  Very little works with it right now.  There was a HUGE discussion
>> about this on -dev.  It's confusing because python 3.1 is stable but
>> you can't switch to it yet since not much is ready for it.
>>
>> The best thing to do is to mask python 3.1 until you can actually
>> switch to it.  That is what most devs are recommending.  If you don't
>> have something that has to have it, mask it for now.
>>
>> Dale
>>
>> :-)  :-)
>>
>>
>>      
> with eselect python list, i get this :
> # Available Python interpreters:
>    [1]   python2.6 *
>    [2]   python3.1
> So python2.6 is the main active version ; therefore is it necessary to
> mask it ?
>
> Jacques
>
>    

If I recall correctly, there are a few programs that can run with python 
3.  Thing is, there are still a LOT of them that can't run with it and 
must have python 2.  If you switch to python 3, you will have a mess on 
your hands.  If nothing actually requires python 3, mask it for now.  It 
will be a while before you will have to have it anyway.  When that time 
comes, portage will tell you that some package that must have python 3 
only is masked.  Then you can remove the mask, install it and switch to it.

This is just to save you some "issues" later on.  Trying to use python 3 
right now is not going to work.  Wait until things are able to use and 
go through the update process then and only have to do it once.

That's my $0.02 worth.

Dale

:-)  :-)



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

* Re: [gentoo-user] Re: Strange python-updater error
  2010-06-09 15:08         ` Dale
@ 2010-06-09 15:24           ` Tanstaafl
  2010-06-09 16:21             ` Alex Schuster
  0 siblings, 1 reply; 16+ messages in thread
From: Tanstaafl @ 2010-06-09 15:24 UTC (permalink / raw
  To: gentoo-user

On 2010-06-09 11:08 AM, Dale wrote:
> If I recall correctly, there are a few programs that can run with
> python 3. Thing is, there are still a LOT of them that can't run with
> it and must have python 2. If you switch to python 3, you will have a
> mess on your hands. If nothing actually requires python 3, mask it
> for now. It will be a while before you will have to have it anyway.
> When that time comes, portage will tell you that some package that
> must have python 3 only is masked. Then you can remove the mask,
> install it and switch to it.
> 
> This is just to save you some "issues" later on. Trying to use python
> 3 right now is not going to work. Wait until things are able to use
> and go through the update process then and only have to do it once.
> 
> That's my $0.02 worth.

So... for those of use who have already installed it (and thankfully I
did actually read the notes about not switching to it), should me
uninstall it then mask it? Or just leave it alone? I'm guessing it won't
hurt anything, again as long as I don't stupidly switch to it?



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

* Re: [gentoo-user] Re: Strange python-updater error
  2010-06-09 15:24           ` Tanstaafl
@ 2010-06-09 16:21             ` Alex Schuster
  2010-06-09 16:28               ` Neil Bothwick
  0 siblings, 1 reply; 16+ messages in thread
From: Alex Schuster @ 2010-06-09 16:21 UTC (permalink / raw
  To: gentoo-user

Tanstaafl writes:

> So... for those of use who have already installed it (and thankfully I
> did actually read the notes about not switching to it), should me
> uninstall it then mask it? Or just leave it alone?

For the sake of simplicity, I just leave it alone.

> I'm guessing it
> won't hurt anything, again as long as I don't stupidly switch to it?

Right.

	Wonko



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

* Re: [gentoo-user] Re: Strange python-updater error
  2010-06-09 16:21             ` Alex Schuster
@ 2010-06-09 16:28               ` Neil Bothwick
  2010-06-09 16:50                 ` Tanstaafl
  0 siblings, 1 reply; 16+ messages in thread
From: Neil Bothwick @ 2010-06-09 16:28 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 711 bytes --]

On Wed, 9 Jun 2010 18:21:17 +0200, Alex Schuster wrote:

> > So... for those of use who have already installed it (and thankfully I
> > did actually read the notes about not switching to it), should me
> > uninstall it then mask it? Or just leave it alone?  
> 
> For the sake of simplicity, I just leave it alone.

Agreed

> > I'm guessing it
> > won't hurt anything, again as long as I don't stupidly switch to it?  
> 
> Right.

And if a script specifically wants Python 3, it is there for it to use.


-- 
Neil Bothwick

CPU: (n.) acronym for Central Purging Unit. A device which discards or
distorts data sent to it, sometimes returning more data and sometimes
merely over-heating.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [gentoo-user] Re: Strange python-updater error
  2010-06-09 16:28               ` Neil Bothwick
@ 2010-06-09 16:50                 ` Tanstaafl
  2010-06-10  5:36                   ` Dale
  0 siblings, 1 reply; 16+ messages in thread
From: Tanstaafl @ 2010-06-09 16:50 UTC (permalink / raw
  To: gentoo-user

On 2010-06-09 12:28 PM, Neil Bothwick wrote:
> On Wed, 9 Jun 2010 18:21:17 +0200, Alex Schuster wrote:
>>> I'm guessing it won't hurt anything, again as long as I don't
>>> stupidly switch to it?

>> Right.

> And if a script specifically wants Python 3, it is there for it to
> use.

Cool, thanks guys...



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

* Re: [gentoo-user] Strange python-updater error
  2010-06-09 10:32 [gentoo-user] Strange python-updater error Jacques Montier
  2010-06-09 13:17 ` [gentoo-user] " walt
  2010-06-09 13:33 ` [gentoo-user] " Neil Bothwick
@ 2010-06-09 17:24 ` Sebastian Beßler
  2 siblings, 0 replies; 16+ messages in thread
From: Sebastian Beßler @ 2010-06-09 17:24 UTC (permalink / raw
  To: gentoo-user

Am 09.06.2010 12:32, schrieb Jacques Montier:
> Hi all,

Hi,

> dev-lang/-MERGING-python:2.5

I get this also sometimes when I have a emerge running and use
python-updater at the same time.

Then waiting for the emerge to stop normaly helps.

Greetings

Sebastian



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

* Re: [gentoo-user] Re: Strange python-updater error
  2010-06-09 16:50                 ` Tanstaafl
@ 2010-06-10  5:36                   ` Dale
  2010-06-10 10:24                     ` Sebastian Beßler
  0 siblings, 1 reply; 16+ messages in thread
From: Dale @ 2010-06-10  5:36 UTC (permalink / raw
  To: gentoo-user

Tanstaafl wrote:
> On 2010-06-09 12:28 PM, Neil Bothwick wrote:
>    
>> On Wed, 9 Jun 2010 18:21:17 +0200, Alex Schuster wrote:
>>      
>>>> I'm guessing it won't hurt anything, again as long as I don't
>>>> stupidly switch to it?
>>>>          
>    
>>> Right.
>>>        
>    
>> And if a script specifically wants Python 3, it is there for it to
>> use.
>>      
> Cool, thanks guys...
>
>    

I agree with the other replies.  You have it there now so just let it 
be.  Just don't switch to it until there is a news item that says 
everything is ready.  I would even make sure everything depends on 
python 3 and nothing depends on python 2 before switching, just in case 
you have something that will break and cause you grief.

To think the devs didn't believe this was going to cause some confusion. 
< sighs >

Dale

:-)  :-)



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

* Re: [gentoo-user] Re: Strange python-updater error
  2010-06-10  5:36                   ` Dale
@ 2010-06-10 10:24                     ` Sebastian Beßler
  2010-06-10 17:11                       ` Dale
  0 siblings, 1 reply; 16+ messages in thread
From: Sebastian Beßler @ 2010-06-10 10:24 UTC (permalink / raw
  To: gentoo-user

Am 10.06.2010 07:36, schrieb Dale:

> To think the devs didn't believe this was going to cause some confusion.

There is a news regarding python 3 after the install of python 3.
It clearly says that is ok to have both installed parallel, and runnig
python-updater is recommended, but you should never ever set python 3 as
system default until further notice.

On the dev-list putting python 3 into stable and how to handle it was
debated with many powerful emotions assigned.

They knew what they did.. If how they handled that problem is good or
not is a other pair of shoes.

Greetings

Sebastian



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

* Re: [gentoo-user] Re: Strange python-updater error
  2010-06-10 10:24                     ` Sebastian Beßler
@ 2010-06-10 17:11                       ` Dale
  0 siblings, 0 replies; 16+ messages in thread
From: Dale @ 2010-06-10 17:11 UTC (permalink / raw
  To: gentoo-user

Sebastian Beßler wrote:
> Am 10.06.2010 07:36, schrieb Dale:
>
>    
>> To think the devs didn't believe this was going to cause some confusion.
>>      
> There is a news regarding python 3 after the install of python 3.
> It clearly says that is ok to have both installed parallel, and runnig
> python-updater is recommended, but you should never ever set python 3 as
> system default until further notice.
>
> On the dev-list putting python 3 into stable and how to handle it was
> debated with many powerful emotions assigned.
>
> They knew what they did.. If how they handled that problem is good or
> not is a other pair of shoes.
>
> Greetings
>
> Sebastian
>
>    

Yep, I was part of that discussion so I know about it.  News item or 
not, marking something as stable still confuses people when you are then 
told you can't use it.  With most packages it would not matter much but 
when very little can use this package, it is sort of silly.

Dale

:-)  :-)



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

end of thread, other threads:[~2010-06-10 17:13 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-09 10:32 [gentoo-user] Strange python-updater error Jacques Montier
2010-06-09 13:17 ` [gentoo-user] " walt
2010-06-09 13:47   ` Jacques Montier
2010-06-09 14:26     ` Dale
2010-06-09 14:33       ` Jacques Montier
2010-06-09 15:08         ` Dale
2010-06-09 15:24           ` Tanstaafl
2010-06-09 16:21             ` Alex Schuster
2010-06-09 16:28               ` Neil Bothwick
2010-06-09 16:50                 ` Tanstaafl
2010-06-10  5:36                   ` Dale
2010-06-10 10:24                     ` Sebastian Beßler
2010-06-10 17:11                       ` Dale
2010-06-09 13:33 ` [gentoo-user] " Neil Bothwick
2010-06-09 15:07   ` Jacques Montier
2010-06-09 17:24 ` Sebastian Beßler

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