for i in $(find /usr/lib/ /lib/ -name '*.so'); do nm -CD "$i" 2>/dev/null|grep -q 'std::(basic_string|list)'&&echo "$i"; done|xargs qfile -S
-
-
@marcan42 Arch way, based on pacman instead of nm. A bit larger script, but faster, I presume: https://lists.archlinux.org/pipermail/arch-dev-public/2015-December/027597.html … -
@doragasu That only checks for packages which use libstdc++, doesn't it? The soname didn't change so it can't tell you if they were rebuilt. - Show replies
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.