* [gentoo-user] revdep-rebuild attempts to emerge old package
@ 2006-10-12 1:23 Trenton Adams
2006-10-12 6:30 ` PaulNM
2006-10-12 6:39 ` Bo Ørsted Andresen
0 siblings, 2 replies; 5+ messages in thread
From: Trenton Adams @ 2006-10-12 1:23 UTC (permalink / raw
To: gentoo-user
Why does revdep-rebuild try and update packages that do not exist? Is
this a bug, or am I missing something?
# revdep-rebuild --library libstdc++.so.5 -- -p -v 2>&1
...
Calculating dependencies /
emerge: there are no ebuilds to satisfy "=dev-lang/python-2.3.5".
# equery list python
[ Searching for package 'python' in all categories among: ]
* installed packages
[I--] [ ] dev-lang/python-2.4.3-r4 (2.4)
[I--] [ ] dev-python/python-fchksum-1.7.1 (0)
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] revdep-rebuild attempts to emerge old package
2006-10-12 1:23 [gentoo-user] revdep-rebuild attempts to emerge old package Trenton Adams
@ 2006-10-12 6:30 ` PaulNM
2006-10-12 6:42 ` Bo Ørsted Andresen
2006-10-12 6:39 ` Bo Ørsted Andresen
1 sibling, 1 reply; 5+ messages in thread
From: PaulNM @ 2006-10-12 6:30 UTC (permalink / raw
To: gentoo-user
Trenton Adams wrote:
> Why does revdep-rebuild try and update packages that do not exist? Is
> this a bug, or am I missing something?
>
> # revdep-rebuild --library libstdc++.so.5 -- -p -v 2>&1
> ...
> Calculating dependencies /
> emerge: there are no ebuilds to satisfy "=dev-lang/python-2.3.5".
>
>
> # equery list python
> [ Searching for package 'python' in all categories among: ]
> * installed packages
> [I--] [ ] dev-lang/python-2.4.3-r4 (2.4)
> [I--] [ ] dev-python/python-fchksum-1.7.1 (0)
It looks like an old version of python is still on your system from
when there was an ebuild for it. I'd suggest "emerge -p --depclean" to
see if it would remove it.
PaulNM
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] revdep-rebuild attempts to emerge old package
2006-10-12 6:30 ` PaulNM
@ 2006-10-12 6:42 ` Bo Ørsted Andresen
2006-10-12 14:50 ` Trenton Adams
0 siblings, 1 reply; 5+ messages in thread
From: Bo Ørsted Andresen @ 2006-10-12 6:42 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 616 bytes --]
On Thursday 12 October 2006 08:30, PaulNM wrote:
> It looks like an old version of python is still on your system from
> when there was an ebuild for it. I'd suggest "emerge -p --depclean" to
> see if it would remove it.
emerge --depclean doesn't clean old slots. It will keep all installed versions
of python since at least portage requires it... emerge --prune will remove
old slots. It won't notice if the old slots are needed though.. (Which is
unlikely if he has run python-updater) ;) Finally if he did have python-2.3.x
installed it should show up on `equery list python`.
--
Bo Andresen
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] revdep-rebuild attempts to emerge old package
2006-10-12 6:42 ` Bo Ørsted Andresen
@ 2006-10-12 14:50 ` Trenton Adams
0 siblings, 0 replies; 5+ messages in thread
From: Trenton Adams @ 2006-10-12 14:50 UTC (permalink / raw
To: gentoo-user
I did not know about python-updater. Should I re-install the old
version of python again, and then run python-updater? Right now it
complains about there not being an old version of python.
Gotta run to work for now though. :(
On 10/12/06, Bo Ørsted Andresen <bo.andresen@zlin.dk> wrote:
> On Thursday 12 October 2006 08:30, PaulNM wrote:
> > It looks like an old version of python is still on your system from
> > when there was an ebuild for it. I'd suggest "emerge -p --depclean" to
> > see if it would remove it.
>
> emerge --depclean doesn't clean old slots. It will keep all installed versions
> of python since at least portage requires it... emerge --prune will remove
> old slots. It won't notice if the old slots are needed though.. (Which is
> unlikely if he has run python-updater) ;) Finally if he did have python-2.3.x
> installed it should show up on `equery list python`.
>
> --
> Bo Andresen
>
>
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] revdep-rebuild attempts to emerge old package
2006-10-12 1:23 [gentoo-user] revdep-rebuild attempts to emerge old package Trenton Adams
2006-10-12 6:30 ` PaulNM
@ 2006-10-12 6:39 ` Bo Ørsted Andresen
1 sibling, 0 replies; 5+ messages in thread
From: Bo Ørsted Andresen @ 2006-10-12 6:39 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 496 bytes --]
On Thursday 12 October 2006 03:23, Trenton Adams wrote:
> Why does revdep-rebuild try and update packages that do not exist? Is
> this a bug, or am I missing something?
>
> # revdep-rebuild --library libstdc++.so.5 -- -p -v 2>&1
> ...
> Calculating dependencies /
> emerge: there are no ebuilds to satisfy "=dev-lang/python-2.3.5".
[SNIP]
I agree that it sound weird. I think you'll have to show the full output of
the above command if you need any more help..
--
Bo Andresen
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-10-12 14:57 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-12 1:23 [gentoo-user] revdep-rebuild attempts to emerge old package Trenton Adams
2006-10-12 6:30 ` PaulNM
2006-10-12 6:42 ` Bo Ørsted Andresen
2006-10-12 14:50 ` Trenton Adams
2006-10-12 6:39 ` Bo Ørsted Andresen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox