On Thu, Dec 08, 2005 at 08:56:42AM +0100, Dirk Heinrichs wrote:
> However, there already exists fix_libtool_files.sh, which does the same
> after GCC upgrade. Could this be enhanced to also handle the KDE upgrade
> case?
i would say no ... re-emerge offending packages
-mike
--
gentoo-dev@gentoo
Hi,
this week I had problems re-emerging amarok after upgrading KDE to 3.5 and
removing 3.4. Several *.la files in /usr/lib still had lines
containing /usr/kde/3.4. I fixed this manually using
find /usr/lib -name "*.la" -exec sed -i s%/kde/3.4/%/kde/3.5/%g {} \;
which made "emerge amarok" happ