public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] equery and strange warnings
@ 2008-07-10 12:38 Dale
  2008-07-10 15:09 ` Neil Bothwick
  2008-07-10 16:02 ` Alan McKinnon
  0 siblings, 2 replies; 7+ messages in thread
From: Dale @ 2008-07-10 12:38 UTC (permalink / raw
  To: gentoo-user

Hi,

I noticed a while back that each time I use equery I get a strange 
output then the regular results.  This is a sample:

root@smoker / # equery list cdrtools
/usr/lib/portage/pym/portage_util.py:39: DeprecationWarning: DEPRECATION 
NOTICE: The portage_util module was replaced by portage.util
/usr/lib/portage/pym/portage_checksum.py:39: DeprecationWarning: 
DEPRECATION NOTICE: The portage_checksum module was replaced by 
portage.checksum
/usr/lib/portage/pym/output.py:39: DeprecationWarning: DEPRECATION 
NOTICE: The output module was replaced by portage.output
[ Searching for package 'cdrtools' in all categories among: ]
 * installed packages
[I--] [ ~] app-cdr/cdrtools-2.01.01_alpha41 (0)
root@smoker / # 

Anybody know what all this depreciation stuff is about?  How do I fix this?

Thanks

Dale

:-)  :-) 
-- 
gentoo-user@lists.gentoo.org mailing list



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

* Re: [gentoo-user] equery and strange warnings
  2008-07-10 12:38 [gentoo-user] equery and strange warnings Dale
@ 2008-07-10 15:09 ` Neil Bothwick
  2008-07-10 16:02 ` Alan McKinnon
  1 sibling, 0 replies; 7+ messages in thread
From: Neil Bothwick @ 2008-07-10 15:09 UTC (permalink / raw
  To: gentoo-user

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

On Thu, 10 Jul 2008 07:38:26 -0500, Dale wrote:

> /usr/lib/portage/pym/output.py:39: DeprecationWarning: DEPRECATION 
> NOTICE: The output module was replaced by portage.output

> Anybody know what all this depreciation stuff is about?  How do I fix
> this?

Deprecation, not depreciation - while impending obsolescence and a
decrease in value often go together, that is not the case here :)

The naming of modules in portage was changed recently, I suspect you are
mixing a stable portage with a testing gentoolkit, or maybe vice-versa.
I'm using all ~amd64 here and see no such warnings.


-- 
Neil Bothwick

Member, National Association For Tagline Assimilators (NAFTA)

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

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

* Re: [gentoo-user] equery and strange warnings
  2008-07-10 12:38 [gentoo-user] equery and strange warnings Dale
  2008-07-10 15:09 ` Neil Bothwick
@ 2008-07-10 16:02 ` Alan McKinnon
  2008-07-10 18:06   ` Dale
  1 sibling, 1 reply; 7+ messages in thread
From: Alan McKinnon @ 2008-07-10 16:02 UTC (permalink / raw
  To: gentoo-user

On Thursday 10 July 2008, Dale wrote:
> Hi,
>
> I noticed a while back that each time I use equery I get a strange
> output then the regular results.  This is a sample:

what versions of gentoolkit, portage and python are you using?


-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

-- 
gentoo-user@lists.gentoo.org mailing list



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

* Re: [gentoo-user] equery and strange warnings
  2008-07-10 16:02 ` Alan McKinnon
@ 2008-07-10 18:06   ` Dale
  2008-07-10 18:25     ` Dale
  2008-07-11 15:58     ` Alan McKinnon
  0 siblings, 2 replies; 7+ messages in thread
From: Dale @ 2008-07-10 18:06 UTC (permalink / raw
  To: gentoo-user

Alan McKinnon wrote:
> On Thursday 10 July 2008, Dale wrote:
>   
>> Hi,
>>
>> I noticed a while back that each time I use equery I get a strange
>> output then the regular results.  This is a sample:
>>     
>
> what versions of gentoolkit, portage and python are you using?
>
>
>   

Here you go:

[I--] [ ~] sys-apps/portage-2.2_rc1 (0)
[I--] [  ] app-portage/gentoolkit-0.2.3-r1 (0)
[I--] [  ] dev-lang/python-2.4.4-r13 (2.4)

I guess I need to unmask gentoolkit and match them back up huh?

Thanks

Dale

:-)  :-) 
-- 
gentoo-user@lists.gentoo.org mailing list



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

* Re: [gentoo-user] equery and strange warnings
  2008-07-10 18:06   ` Dale
@ 2008-07-10 18:25     ` Dale
  2008-07-11 15:58     ` Alan McKinnon
  1 sibling, 0 replies; 7+ messages in thread
From: Dale @ 2008-07-10 18:25 UTC (permalink / raw
  To: gentoo-user

Dale wrote:
> Alan McKinnon wrote:
>> On Thursday 10 July 2008, Dale wrote:
>>  
>>> Hi,
>>>
>>> I noticed a while back that each time I use equery I get a strange
>>> output then the regular results.  This is a sample:
>>>     
>>
>> what versions of gentoolkit, portage and python are you using?
>>
>>
>>   
>
> Here you go:
>
> [I--] [ ~] sys-apps/portage-2.2_rc1 (0)
> [I--] [  ] app-portage/gentoolkit-0.2.3-r1 (0)
> [I--] [  ] dev-lang/python-2.4.4-r13 (2.4)
>
> I guess I need to unmask gentoolkit and match them back up huh?
>
> Thanks
>
> Dale
>
> :-)  :-) 
Hi,

That seemed to work pretty good.

app-portage/gentoolkit-0.2.4_rc4

No warning message this time.  Cool.

Now if UPS would hurry up with my printer and stick of memory.

Thanks for the help.

Dale

:-)  :-) 
-- 
gentoo-user@lists.gentoo.org mailing list



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

* Re: [gentoo-user] equery and strange warnings
  2008-07-10 18:06   ` Dale
  2008-07-10 18:25     ` Dale
@ 2008-07-11 15:58     ` Alan McKinnon
  2008-07-11 20:15       ` Dale
  1 sibling, 1 reply; 7+ messages in thread
From: Alan McKinnon @ 2008-07-11 15:58 UTC (permalink / raw
  To: gentoo-user

On Thursday 10 July 2008, Dale wrote:
> > what versions of gentoolkit, portage and python are you using?
> >
> >
> >  
>
> Here you go:
>
> [I--] [ ~] sys-apps/portage-2.2_rc1 (0)
> [I--] [  ] app-portage/gentoolkit-0.2.3-r1 (0)
> [I--] [  ] dev-lang/python-2.4.4-r13 (2.4)
>
> I guess I need to unmask gentoolkit and match them back up huh?

I see you already know what to do :-)

If you update python as well (2.4 to 2.5 is safe) make sure you read the 
elog messages and do what it tells you to do with python-updater

-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

--
gentoo-user@lists.gentoo.org mailing list



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

* Re: [gentoo-user] equery and strange warnings
  2008-07-11 15:58     ` Alan McKinnon
@ 2008-07-11 20:15       ` Dale
  0 siblings, 0 replies; 7+ messages in thread
From: Dale @ 2008-07-11 20:15 UTC (permalink / raw
  To: gentoo-user

Alan McKinnon wrote:
> On Thursday 10 July 2008, Dale wrote:
>   
>>> what versions of gentoolkit, portage and python are you using?
>>>
>>>
>>>  
>>>       
>> Here you go:
>>
>> [I--] [ ~] sys-apps/portage-2.2_rc1 (0)
>> [I--] [  ] app-portage/gentoolkit-0.2.3-r1 (0)
>> [I--] [  ] dev-lang/python-2.4.4-r13 (2.4)
>>
>> I guess I need to unmask gentoolkit and match them back up huh?
>>     
>
> I see you already know what to do :-)
>
> If you update python as well (2.4 to 2.5 is safe) make sure you read the 
> elog messages and do what it tells you to do with python-updater
>
>   

I wondered if that would be the next thing to update.  Since it is 
working, I'm going to leave well enough alone.  ;-) 

Oh, got my printer and memory yesterday.  Turned out the cable had dust 
in it.  Oh well, I got a new printer and 2Gbs of ram now.  -_O  I can 
fold some big uns now.

Thanks

Dale

:-)  :-)
-- 
gentoo-user@lists.gentoo.org mailing list



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

end of thread, other threads:[~2008-07-11 20:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-10 12:38 [gentoo-user] equery and strange warnings Dale
2008-07-10 15:09 ` Neil Bothwick
2008-07-10 16:02 ` Alan McKinnon
2008-07-10 18:06   ` Dale
2008-07-10 18:25     ` Dale
2008-07-11 15:58     ` Alan McKinnon
2008-07-11 20:15       ` Dale

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