On Tuesday 06 December 2005 09:27, Richard Fish wrote:

> The first is to figure out which .la files and packages still
> reference kde 3.4 stuff:
>
> find / -name *.la -exec grep --with-filename -l kde/3.4 {} \; 2>/dev/null |
>     while read x; do equery belongs $x ; done
>
> The output of the above will give you a list of .la files and the
> packages that own them.  Now you can either edit the .la files by hand
> to fix the path, or "emerge --oneshot <pkgname>" each of the listed
> packages.  My preference is to remerge the dependant packages, but I
> can't really explain why...it just feels safer to me.
>
> -Richard

I ran into problems with DirectFB. I had to manually sort out the dependencies 
and re-emerge libsdl and sdl-sound first. Other than that, everything was 
fine. xine-lib also got recompiled perfectly after libsdl and DirectFB.
Thank you for your reply.

Regards,
Mrugesh
-- 
gentoo-user@gentoo.org mailing list

Reply via email to