The latest version of libunistring0 ( 0.9.6-1.1) break's gettext /usr/bin/msgfmt, which is needed when you build your own apps with translations via gettext. Error message is then:
/usr/bin/msgfmt: error while loading shared libraries: libunistring.so.0: cannot open shared object file: No such file or directory
downgrade to the version from tessting solve the issue
apt-get install libunistring0=0.9.3-5.2+b1
Thanks for the warning, brummer!
A fixed package is incoming and probably will be available after the current dinstall (https://ftp-master.debian.org) run (in ~90 Minutes or 16:00h UTC). Technically the fix is a downgrade packaged with a higher version number.
root@sidbox:~# apt-cache policy libunistring0
libunistring0:
Installed: 0.9.3-5.2+b1
Candidate: 0.9.6+really0.9.3-0.1
Version table:
0.9.6+really0.9.3-0.1 500
500 http://incoming.debian.org/debian-buildd buildd-unstable/main amd64 Packages
0.9.6-1.1 500
500 http://httpredir.debian.org/debian unstable/main amd64 Packages
500 http://incoming.debian.org/debian-buildd buildd-unstable/main amd64 Packages
*** 0.9.3-5.2+b1 100
100 /var/lib/dpkg/status
greetings
musca