On 09:51 Sun 15 Dec , Mick wrote:
> Not sure why, but for some reason running emerge @preserved-rebuild does not
> seem to fix some preserved libs links:
>
> !!! existing preserved libs:
> >>> package: x11-libs/pango-1.34.1
> * - /usr/lib/libpangox-1.0.so.0
> * - /usr/lib/libpangox-1.0.so.0.3000.1
>
> This is all caused by some hack I have in my local portage for app-
> antivirus/avast4workstation-1.3.0-r2. No matter how many times I run
> @preserved-rebuild the libs in question keep coming up:
>
Most of the times, when some binary packages on my systems do cause
something like this, then I just unemerge the package that keeps
recompiling and emerge it again afterwards. This will cause the portage
to drop the library-references in question and add new ones.
So, this should do the trick:
emerge -C app-antivirus/avast4workstation
emerge -1 app-antivirus/avast4workstation
- Benjamin