public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user]  python cleanup
@ 2009-09-15 15:29 James
  2009-09-15 15:50 ` Dale
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: James @ 2009-09-15 15:29 UTC (permalink / raw
  To: gentoo-user

Python and Java have taken me days to clean up on an 
old, mostly unattended system.


I'm almost done, but have an issue, I've not seen before.

emerge -p @preserved-rebuild

[ebuild   R   ] dev-db/libpq-8.1.11 
[ebuild   R   ] app-text/hunspell-1.2.8 
[ebuild     U ] dev-lang/python-2.5.4-r3 [2.5.4-r2]
[ebuild   R   ] kde-base/kalgebra-4.2.4            
[ebuild   R   ] app-crypt/gnupg-2.0.11             
[ebuild   R   ] dev-lang/lua-5.1.4                 
[ebuild   R   ] sci-libs/libqalculate-0.9.6-r1     
[ebuild   R   ] media-video/ffmpeg-0.5-r1  USE="doc*" 
[ebuild   R   ] dev-scheme/guile-1.8.5-r1             
[ebuild   R   ] sys-devel/gdb-6.8-r1                  
[ebuild   R   ] sys-devel/bc-1.06.95                  
[ebuild   R   ] dev-db/mysql-5.0.70-r1                
[ebuild   R   ] dev-db/postgresql-8.1.11              



Ok this is strange, as I have rebuild @system on this system
and python-updater has moved everything to python 2.6  (???)

dev-lang/python
     Available versions:
        (2.4)   2.4.6
        (2.5)   2.5.4-r3
        (2.6)   2.6.2-r1
        (3.1)   ~3.1.1
Installed versions:  2.5.4-r2(2.5)
                 2.6.2-r1(2.6)


So what's pulling in python 2.5?

equery depends dev-lang/pythondev-lang/python-2.5.4-r2
 Searching for packages depending on 
dev-lang/python-2.5.4-r2... 

Nothing (?)


So  is it OK to unmerge python 2.5? Or do I still need it?


I still get  old garbage wanting python 2.5 with
emerge -p @preserved-rebuild

How to proceed is most welcome news to me.



James


 





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

* Re: [gentoo-user]  python cleanup
  2009-09-15 15:29 [gentoo-user] python cleanup James
@ 2009-09-15 15:50 ` Dale
  2009-09-15 16:40   ` [gentoo-user] " James
  2009-09-15 16:17 ` [gentoo-user] " Neil Bothwick
  2009-09-15 17:12 ` [gentoo-user] " Mike Kazantsev
  2 siblings, 1 reply; 7+ messages in thread
From: Dale @ 2009-09-15 15:50 UTC (permalink / raw
  To: gentoo-user

James wrote:
> Python and Java have taken me days to clean up on an 
> old, mostly unattended system.
>
>
> << SNIP >>
>
>
> So what's pulling in python 2.5?
>
> equery depends dev-lang/pythondev-lang/python-2.5.4-r2
>  Searching for packages depending on 
> dev-lang/python-2.5.4-r2... 
>
> Nothing (?)
>
>
> So  is it OK to unmerge python 2.5? Or do I still need it?
>
>
> I still get  old garbage wanting python 2.5 with
> emerge -p @preserved-rebuild
>
> How to proceed is most welcome news to me.
>
>
>
> James
>
>
>   

You wouldn't happen to have that slot of python in your world file would
you? 

Dale

:-)  :-) 



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

* Re: [gentoo-user]  python cleanup
  2009-09-15 15:29 [gentoo-user] python cleanup James
  2009-09-15 15:50 ` Dale
@ 2009-09-15 16:17 ` Neil Bothwick
  2009-09-16  1:26   ` [gentoo-user] " James
  2009-09-15 17:12 ` [gentoo-user] " Mike Kazantsev
  2 siblings, 1 reply; 7+ messages in thread
From: Neil Bothwick @ 2009-09-15 16:17 UTC (permalink / raw
  To: gentoo-user

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

On Tue, 15 Sep 2009 15:29:42 +0000 (UTC), James wrote:

> Installed versions:  2.5.4-r2(2.5)
>                  2.6.2-r1(2.6)
> 
> 
> So what's pulling in python 2.5?

World?

emerge -Pa python should get rid of it if it's not in world. Otherwise
you'll need emerge -Ca python:2.5.


-- 
Neil Bothwick

Like Entropy, bugs can only be created, not destroyed.

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

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

* [gentoo-user]  Re: python cleanup
  2009-09-15 15:50 ` Dale
@ 2009-09-15 16:40   ` James
  0 siblings, 0 replies; 7+ messages in thread
From: James @ 2009-09-15 16:40 UTC (permalink / raw
  To: gentoo-user

Dale <rdalek1967 <at> gmail.com> writes:


> You wouldn't happen to have that slot of python in your world file would
> you? 
nope,

world file only contains this entry relate to python:

dev-python/sip


James







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

* Re: [gentoo-user]  python cleanup
  2009-09-15 15:29 [gentoo-user] python cleanup James
  2009-09-15 15:50 ` Dale
  2009-09-15 16:17 ` [gentoo-user] " Neil Bothwick
@ 2009-09-15 17:12 ` Mike Kazantsev
  2009-09-17  0:30   ` [gentoo-user] ReSolved: " James
  2 siblings, 1 reply; 7+ messages in thread
From: Mike Kazantsev @ 2009-09-15 17:12 UTC (permalink / raw
  To: gentoo-user

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

On Tue, 15 Sep 2009 15:29:42 +0000 (UTC)
James <wireless@tampabay.rr.com> wrote:

> So  is it OK to unmerge python 2.5? Or do I still need it?
> 
> 
> I still get  old garbage wanting python 2.5 with
> emerge -p @preserved-rebuild
> 
> How to proceed is most welcome news to me.

Put it to package.mask and run emerge, it should complain that 'All
ebuilds are masked', followed by the chain of 'pulled in by' clauses,
which should be enough to find out what's going on.

-- 
Mike Kazantsev // fraggod.net

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

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

* [gentoo-user]  Re: python cleanup
  2009-09-15 16:17 ` [gentoo-user] " Neil Bothwick
@ 2009-09-16  1:26   ` James
  0 siblings, 0 replies; 7+ messages in thread
From: James @ 2009-09-16  1:26 UTC (permalink / raw
  To: gentoo-user

Neil Bothwick <neil <at> digimed.co.uk> writes:


> emerge -Pa python should get rid of it if it's not in world. Otherwise
> you'll need emerge -Ca python:2.5.


Hello Neil,


I'm still working this angle. It seems to clean up more, but, it's like
I'm having to make several more attempts that one would expect to clean
it up completely....


I'll post when I take this strategy cleans it up full, or as far
as I can go with it.


James






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

* [gentoo-user]  ReSolved: python cleanup
  2009-09-15 17:12 ` [gentoo-user] " Mike Kazantsev
@ 2009-09-17  0:30   ` James
  0 siblings, 0 replies; 7+ messages in thread
From: James @ 2009-09-17  0:30 UTC (permalink / raw
  To: gentoo-user

Mike Kazantsev <mk.fraggod <at> gmail.com> writes:


> Put it to package.mask and run emerge, it should complain that 'All
> ebuilds are masked', followed by the chain of 'pulled in by' clauses,
> which should be enough to find out what's going on.


Hey, that's good to know.....


Anyway many applications of recompile
revdep-rebuild and @perserved 

eventually fixed the problem.


Thanks to all for the ideas and syntax....


James









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

end of thread, other threads:[~2009-09-17  0:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-15 15:29 [gentoo-user] python cleanup James
2009-09-15 15:50 ` Dale
2009-09-15 16:40   ` [gentoo-user] " James
2009-09-15 16:17 ` [gentoo-user] " Neil Bothwick
2009-09-16  1:26   ` [gentoo-user] " James
2009-09-15 17:12 ` [gentoo-user] " Mike Kazantsev
2009-09-17  0:30   ` [gentoo-user] ReSolved: " James

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