View previous topic :: View next topic |
Author |
Message |
v_andal Guru

Joined: 26 Aug 2008 Posts: 545 Location: Germany
|
Posted: Wed Nov 19, 2014 10:41 am Post subject: media-libs/gstreamer removal and openoffice-bin rebuilds |
|
|
After playing with xfce4-mixer, I have removed it. After that I've done emerge --depclean which removed media-libs/gstreamer library. This caused warning
Quote: |
!!! existing preserved libs:
>>> package: media-libs/gstreamer-0.10.36-r2
* - /usr/lib/libgstreamer-0.10.so.0
* - /usr/lib/libgstreamer-0.10.so.0.30.0
* used by /usr/lib/openoffice/program/libavmediagst.so (app-office/openoffice-bin-4.1.1)
>>> package: media-libs/gst-plugins-base-0.10.36-r1
* - /usr/lib/libgstinterfaces-0.10.so.0
* - /usr/lib/libgstinterfaces-0.10.so.0.25.0
* used by /usr/lib/openoffice/program/libavmediagst.so (app-office/openoffice-bin-4.1.1)
Use emerge @preserved-rebuild to rebuild packages using theses libraries
|
Ok. I've executed specified command. It reinstalled openoffice-bin and at the end displayed the same message. I've executed once more just in case - same result. Now, I get this message displayed every time when I install something or run emerge --depclean. How can I get rid of it? And probably some fix has to be applied to ebuild. |
|
Back to top |
|
 |
v_andal Guru

Joined: 26 Aug 2008 Posts: 545 Location: Germany
|
Posted: Wed Nov 19, 2014 11:00 am Post subject: |
|
|
Hm. It appears, that openoffice-bin installation is "broken". I have it installed on another machine and there Code: | ldd /usr/lib/openoffice/program/libavmediagst.so | reports
Quote: |
libgstinterfaces-0.10.so.0 => not found
libgstreamer-0.10.so.0 => not found
|
That explains why emerge believes that the package has to be reinstalled, but reinstall does not fix anything because it does not have gstreamer in the dependencies list. |
|
Back to top |
|
 |
v_andal Guru

Joined: 26 Aug 2008 Posts: 545 Location: Germany
|
Posted: Mon Nov 24, 2014 2:19 pm Post subject: |
|
|
Oh boy. openoffice also must depend on dev-libs/apr |
|
Back to top |
|
 |
|