Jarry writes:
> Mark Knecht wrote:
> >> * In order to avoid breakage of link level dependencies, one or more
> >> * packages will not be removed. This can be solved by rebuilding the
> >> * packages that pulled them in.
> >> *
> >> * dev-lang/python-2.5.4-r3 pulled in by:
> >> * sys-apps/file-4.23
> >> * sys-libs/cracklib-2.8.13
> >> *
[...]
> >> I tried "revdep-rebuild", but it did not solve this problem.
> >> How can I solve it?
> >
> > Maybe
> > emerge -pv1DuN file cracklib
> >
> > to rebuild them with more recent libraries and then --depclean to get
> > rid of old stuff that's not needed anymore?
>
> It does nothing:
Leave out the -u - you already have the current version installed, so an
update does nothing. And re-emerge sys-apps/file while you are at it. I
would just issue this: emerge -1a sys-apps/file sys-libs/cracklib
This builds file and cracklib, using the new python - I assume you have a
newer version than 2.5.4-r3 installed? If not, I do not understand the
depclean message.
Wonko