On Sun December 14 2014 11:41:52 Felix Miata wrote:
I get that *some* lib was a likely candidate, and that reinstalling the right package should be the solution. What I don't see is the connection between the error message and the package name string "kdelibs4c2a" that Mike correctly identified.
_ZN9KListView9selectAllEb is C++ symbol mangling of KListView::selectAll which sounds like a common standard KDE function so I checked the common standard KDE library package first. I already knew its name from many installs over the years.
//
Likely a combination of user error and package mangler error. I had tried to update to v14, but after an hour of seeing upgrade candidate messages scroll up the screen without noticing evidence of actual progress, I Ctrl-C'd out, restored the old sources.list, and from there dont' remember what I did and didn't do. I've since done an update that included somewhere between 250 & 300 packages, and all seems good now with that installation.
Ah yes, that could leave things in a bad state. I suggest you run the following (all on one line) to look for other possible problems:
dpkg-query --show --showformat='${STATUS} ${PACKAGE} ${VERSION} ${ARCHITECTURE}\n' | grep -v 'install ok installed'
//
Mouse pointer and sound card problems are outside my area of expertise. Hopefully somebody else can help you with those.
--Mike