I'm using Ubuntu 15.10
Problem:
For some days now I have been getting Errors like this when opening some applications:
/usr/lib/x86_64-linux-gnu/libpoppler-qt5.so.1: undefined symbol: _ZN6QDebugD1Ev
Some applications affected are
- texstudio shows
/usr/lib/x86_64-linux-gnu/libpoppler-qt5.so.1: undefined symbol: _ZN6QDebugD1Ev
- IPython's
qtconsole
shows
/usr/lib/python3.5/site-packages/PyQt5/QtCore.so: undefined symbol: _ZNK12QStorageInfo11displayNameEv
- konsole (KDE's terminal emulator - I'm using Unity though) shows
/usr/lib/x86_64-linux-gnu/libKF5ItemViews.so.5: undefined symbol: ...
- granatier (a KDE game), KSysguard and KAddressbook also show errors in
KF5
libraries - VLC seems to be affected too since it says there is something wrong with Qt 4 (see below)
Qt
all of this errors seem to come from Qt linked libraries ("Qt" appears in most filenames and most symbol names). AFAIK KDE ist baed on Qt, which would explain why all KDE applications fail.
It seems to affect both Qt 4 and 5
Possible Origin
The day this problems appeared I had enabled wily-proposed
packages in the Ubuntu "Software & Updates" System application. I interrupted the upgrade and tried this to roll it back.
After this I had a similar problem with ssl but it went away eventually.
sudo apt-get install synaptic
then run it. At bottom left, selectorigin
. Then at top left, selectproposed
repo. see if there are still some residues (installed packages from proposed updates repo) – user.dz Jan 05 '16 at 16:27