Re: [gentoo-user] preserved rebuild failure with python

2016-12-07 Thread allan gottlieb
On Wed, Dec 07 2016, Mike Gilbert wrote:

> On Wed, Dec 7, 2016 at 12:30 PM, allan gottlieb  wrote:
>> On Wed, Dec 07 2016, Neil Bothwick wrote:
>>
>>> On Wed, 07 Dec 2016 10:54:59 -0500, allan gottlieb wrote:
>>>
 >>emerge: there are no ebuilds to satisfy "dev-lang/python:3.3".
 >>(dependency required by "@preserved-rebuild" [argument])
 >
 > Does "qdepends -r dev-lang/python:3.3" reveal anything helpful?

allan ~ # qdepends -r dev-lang/python:3.3
depends: no matches found for your query

 Looks like no.
>>>
>>> How about something a bit less subtle
>>>
>>> grep python:3.3 /var/db/pkg/*/*/*.ebuild
>>>
>>> although that won't help if the dependency is in an eclass.
>>
>> Looks like an even blunter instrument is needed
>>
>>allan ~ # grep python:3.3 /var/db/pkg/*/*/*.ebuild
>>allan ~ #
>>
>
> Have you tried simply removing dev-lang/python:3.3? It was
> masked/removed from the tree some time ago.

Thanks.

  emerge --depclean dev-lang/python:3.3

fixed the current problem and exposed an similar problem with ruby.
Fortunately

  emerge --depclean dev-lang/ruby:1.9

fixed that one as well and now the

   emerge @preserved-rebuild

is happily doing its thing.

Thanks again.

allan





Re: [gentoo-user] preserved rebuild failure with python

2016-12-07 Thread Mike Gilbert
On Wed, Dec 7, 2016 at 12:30 PM, allan gottlieb  wrote:
> On Wed, Dec 07 2016, Neil Bothwick wrote:
>
>> On Wed, 07 Dec 2016 10:54:59 -0500, allan gottlieb wrote:
>>
>>> >>emerge: there are no ebuilds to satisfy "dev-lang/python:3.3".
>>> >>(dependency required by "@preserved-rebuild" [argument])
>>> >
>>> > Does "qdepends -r dev-lang/python:3.3" reveal anything helpful?
>>>
>>>allan ~ # qdepends -r dev-lang/python:3.3
>>>depends: no matches found for your query
>>>
>>> Looks like no.
>>
>> How about something a bit less subtle
>>
>> grep python:3.3 /var/db/pkg/*/*/*.ebuild
>>
>> although that won't help if the dependency is in an eclass.
>
> Looks like an even blunter instrument is needed
>
>allan ~ # grep python:3.3 /var/db/pkg/*/*/*.ebuild
>allan ~ #
>

Have you tried simply removing dev-lang/python:3.3? It was
masked/removed from the tree some time ago.



Re: [gentoo-user] preserved rebuild failure with python

2016-12-07 Thread allan gottlieb
On Wed, Dec 07 2016, Neil Bothwick wrote:

> On Wed, 07 Dec 2016 10:54:59 -0500, allan gottlieb wrote:
>
>> >>emerge: there are no ebuilds to satisfy "dev-lang/python:3.3".
>> >>(dependency required by "@preserved-rebuild" [argument])  
>> >
>> > Does "qdepends -r dev-lang/python:3.3" reveal anything helpful?  
>> 
>>allan ~ # qdepends -r dev-lang/python:3.3
>>depends: no matches found for your query
>> 
>> Looks like no.
>
> How about something a bit less subtle
>
> grep python:3.3 /var/db/pkg/*/*/*.ebuild
>
> although that won't help if the dependency is in an eclass.

Looks like an even blunter instrument is needed

   allan ~ # grep python:3.3 /var/db/pkg/*/*/*.ebuild
   allan ~ # 

allan



Re: [gentoo-user] preserved rebuild failure with python

2016-12-07 Thread Neil Bothwick
On Wed, 07 Dec 2016 10:54:59 -0500, allan gottlieb wrote:

> >>emerge: there are no ebuilds to satisfy "dev-lang/python:3.3".
> >>(dependency required by "@preserved-rebuild" [argument])  
> >
> > Does "qdepends -r dev-lang/python:3.3" reveal anything helpful?  
> 
>allan ~ # qdepends -r dev-lang/python:3.3
>depends: no matches found for your query
> 
> Looks like no.

How about something a bit less subtle

grep python:3.3 /var/db/pkg/*/*/*.ebuild

although that won't help if the dependency is in an eclass.


-- 
Neil Bothwick

Our bikinis are exciting. They are simply the tops.


pgpHAuXPPloms.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] preserved rebuild failure with python

2016-12-07 Thread allan gottlieb
On Wed, Dec 07 2016, Neil Bothwick wrote:

> On Wed, 07 Dec 2016 10:11:56 -0500, allan gottlieb wrote:
>
>>emerge: there are no ebuilds to satisfy "dev-lang/python:3.3".
>>(dependency required by "@preserved-rebuild" [argument])
>
> Does "qdepends -r dev-lang/python:3.3" reveal anything helpful?

   allan ~ # qdepends -r dev-lang/python:3.3
   depends: no matches found for your query

Looks like no.
thanks,
allan



Re: [gentoo-user] preserved rebuild failure with python

2016-12-07 Thread Neil Bothwick
On Wed, 07 Dec 2016 10:11:56 -0500, allan gottlieb wrote:

>emerge: there are no ebuilds to satisfy "dev-lang/python:3.3".
>(dependency required by "@preserved-rebuild" [argument])

Does "qdepends -r dev-lang/python:3.3" reveal anything helpful?


-- 
Neil Bothwick

Computers are like Old Testament gods; lots of rules and no mercy.


pgp4f4dXYfOYW.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] preserved rebuild failure with python

2016-12-07 Thread allan gottlieb
On Wed, Dec 07 2016, Dale wrote:

> allan gottlieb wrote:
>> On Tue, Dec 06 2016, Adam Carter wrote:
>>
>>> On Wed, Dec 7, 2016 at 1:37 PM, allan gottlieb  wrote:
>>>
 I can't complete an emerge @preserved-rebuild due to the lack of
 python3.3.

 However, I read the news article and have set the python3 interpreter to
 python3.4

allan ~ # eselect python list --python3
Available Python 3 interpreters:
  [1]   python3.3
  [2]   python3.4 *
allan ~ # eselect python list
Available Python interpreters:
  [1]   python2.7 *
  [2]   python3.3
  [3]   python3.4
allan ~ #

 Here is the output from emerge @preserved-rebuild

allan ~ # emerge @preserved-rebuild

These are the packages that would be merged, in reverse order:

Calculating dependencies... done!

emerge: there are no ebuilds to satisfy "dev-lang/python:3.3".
(dependency required by "@preserved-rebuild" [argument])

>>> Something appears to want 3.3 specifically, not 3.x. Try adding -v to
>>> emerge to try to work out which package it is, then check the ebuilds of
>>> other versions to see if there's one that's not dependent on 3.3.
>> The -v had no effect (I assume you meant to add it as below)
>>
>>allan ~ # emerge -v @preserved-rebuild
>>
>>These are the packages that would be merged, in reverse order:
>>
>>Calculating dependencies... done!
>>
>>emerge: there are no ebuilds to satisfy "dev-lang/python:3.3".
>>(dependency required by "@preserved-rebuild" [argument])
>>
>> thanks,
>> allan
>>
>> PS adding --ignore-default-opts made no difference
>>
>>
>
>
> I'm not sure but I think he meant the -t option.  That should show what
> is pulling in what. 
>
> Dale
>
> :-)  :-) 

No different

   allan ~ # emerge --ignore-default-opts -t  @preserved-rebuild
   
   These are the packages that would be merged, in reverse order:
   
   Calculating dependencies... done!
   
   emerge: there are no ebuilds to satisfy "dev-lang/python:3.3".
   (dependency required by "@preserved-rebuild" [argument])

thanks,
allan



Re: [gentoo-user] preserved rebuild failure with python

2016-12-07 Thread Dale
allan gottlieb wrote:
> On Tue, Dec 06 2016, Adam Carter wrote:
>
>> On Wed, Dec 7, 2016 at 1:37 PM, allan gottlieb  wrote:
>>
>>> I can't complete an emerge @preserved-rebuild due to the lack of
>>> python3.3.
>>>
>>> However, I read the news article and have set the python3 interpreter to
>>> python3.4
>>>
>>>allan ~ # eselect python list --python3
>>>Available Python 3 interpreters:
>>>  [1]   python3.3
>>>  [2]   python3.4 *
>>>allan ~ # eselect python list
>>>Available Python interpreters:
>>>  [1]   python2.7 *
>>>  [2]   python3.3
>>>  [3]   python3.4
>>>allan ~ #
>>>
>>> Here is the output from emerge @preserved-rebuild
>>>
>>>allan ~ # emerge @preserved-rebuild
>>>
>>>These are the packages that would be merged, in reverse order:
>>>
>>>Calculating dependencies... done!
>>>
>>>emerge: there are no ebuilds to satisfy "dev-lang/python:3.3".
>>>(dependency required by "@preserved-rebuild" [argument])
>>>
>> Something appears to want 3.3 specifically, not 3.x. Try adding -v to
>> emerge to try to work out which package it is, then check the ebuilds of
>> other versions to see if there's one that's not dependent on 3.3.
> The -v had no effect (I assume you meant to add it as below)
>
>allan ~ # emerge -v @preserved-rebuild
>
>These are the packages that would be merged, in reverse order:
>
>Calculating dependencies... done!
>
>emerge: there are no ebuilds to satisfy "dev-lang/python:3.3".
>(dependency required by "@preserved-rebuild" [argument])
>
> thanks,
> allan
>
> PS adding --ignore-default-opts made no difference
>
>


I'm not sure but I think he meant the -t option.  That should show what
is pulling in what. 

Dale

:-)  :-) 



Re: [gentoo-user] preserved rebuild failure with python

2016-12-07 Thread allan gottlieb
On Tue, Dec 06 2016, Adam Carter wrote:

> Also, what's your $PYTHON_TARGETS ?

emerge --info includes

  PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4"

which looks right to me.

thanks,
allan



Re: [gentoo-user] preserved rebuild failure with python

2016-12-07 Thread allan gottlieb
On Tue, Dec 06 2016, Adam Carter wrote:

> On Wed, Dec 7, 2016 at 1:37 PM, allan gottlieb  wrote:
>
>> I can't complete an emerge @preserved-rebuild due to the lack of
>> python3.3.
>>
>> However, I read the news article and have set the python3 interpreter to
>> python3.4
>>
>>allan ~ # eselect python list --python3
>>Available Python 3 interpreters:
>>  [1]   python3.3
>>  [2]   python3.4 *
>>allan ~ # eselect python list
>>Available Python interpreters:
>>  [1]   python2.7 *
>>  [2]   python3.3
>>  [3]   python3.4
>>allan ~ #
>>
>> Here is the output from emerge @preserved-rebuild
>>
>>allan ~ # emerge @preserved-rebuild
>>
>>These are the packages that would be merged, in reverse order:
>>
>>Calculating dependencies... done!
>>
>>emerge: there are no ebuilds to satisfy "dev-lang/python:3.3".
>>(dependency required by "@preserved-rebuild" [argument])
>>
>
> Something appears to want 3.3 specifically, not 3.x. Try adding -v to
> emerge to try to work out which package it is, then check the ebuilds of
> other versions to see if there's one that's not dependent on 3.3.

The -v had no effect (I assume you meant to add it as below)

   allan ~ # emerge -v @preserved-rebuild
   
   These are the packages that would be merged, in reverse order:
   
   Calculating dependencies... done!
   
   emerge: there are no ebuilds to satisfy "dev-lang/python:3.3".
   (dependency required by "@preserved-rebuild" [argument])

thanks,
allan

PS adding --ignore-default-opts made no difference



Re: [gentoo-user] preserved rebuild failure with python

2016-12-06 Thread Adam Carter
Also, what's your $PYTHON_TARGETS ?


Re: [gentoo-user] preserved rebuild failure with python

2016-12-06 Thread Adam Carter
On Wed, Dec 7, 2016 at 1:37 PM, allan gottlieb  wrote:

> I can't complete an emerge @preserved-rebuild due to the lack of
> python3.3.
>
> However, I read the news article and have set the python3 interpreter to
> python3.4
>
>allan ~ # eselect python list --python3
>Available Python 3 interpreters:
>  [1]   python3.3
>  [2]   python3.4 *
>allan ~ # eselect python list
>Available Python interpreters:
>  [1]   python2.7 *
>  [2]   python3.3
>  [3]   python3.4
>allan ~ #
>
> Here is the output from emerge @preserved-rebuild
>
>allan ~ # emerge @preserved-rebuild
>
>These are the packages that would be merged, in reverse order:
>
>Calculating dependencies... done!
>
>emerge: there are no ebuilds to satisfy "dev-lang/python:3.3".
>(dependency required by "@preserved-rebuild" [argument])
>

Something appears to want 3.3 specifically, not 3.x. Try adding -v to
emerge to try to work out which package it is, then check the ebuilds of
other versions to see if there's one that's not dependent on 3.3.


[gentoo-user] preserved rebuild failure with python

2016-12-06 Thread allan gottlieb
I can't complete an emerge @preserved-rebuild due to the lack of
python3.3.

However, I read the news article and have set the python3 interpreter to
python3.4

   allan ~ # eselect python list --python3
   Available Python 3 interpreters:
 [1]   python3.3
 [2]   python3.4 *
   allan ~ # eselect python list
   Available Python interpreters:
 [1]   python2.7 *
 [2]   python3.3
 [3]   python3.4
   allan ~ # 

Here is the output from emerge @preserved-rebuild

   allan ~ # emerge @preserved-rebuild
   
   These are the packages that would be merged, in reverse order:
   
   Calculating dependencies... done!
   
   emerge: there are no ebuilds to satisfy "dev-lang/python:3.3".
   (dependency required by "@preserved-rebuild" [argument])

I also have done the emerge mentioned in the news

   allan ~ # emerge --ignore-default-opts -uDv --changed-use --ask @world
   
   These are the packages that would be merged, in order:
   
   Calculating dependencies... done!
   
   Total: 0 packages, Size of downloads: 0 KiB
   
   Nothing to merge; quitting.

Thanks in advance for any help.

allan