Hello!
After updating yesterday it appears that I have been hit with some missing libraries. The only thing I can see on my system thats affected is mumble.
Starting it at the command line gives:
mumble: error while loading shared libraries: libPocoXML.so.91: cannot open shared object file: No such file or directory
And looking with ldd, I can see they are in fact missing like it reports:
$ ldd /usr//bin/mumble | grep -i poco
libPocoXML.so.91 => not found
libPocoZip.so.91 => not found
libPocoFoundation.so.91 => not found
Packages that are installed on my system for both mumble and poco:
$ sudo pacman -Qs poco
local/poco 1.12.4-1
C++ class libraries for network-centric, portable applications, complete edition with debug libraries
$ sudo pacman -Qs mumble
local/mumble 1.4.287-3
An Open Source, low-latency, high quality voice chat software (client)
I tried uninstalling and reinstalling poco / mumble just to cover my bases and it didn't have any effect. I am going to continue to troubleshoot and see if I can find some sore of resolution. I will update with any goodies I find here.