On Sun, Jan 18, 2015 at 2:14 PM, Csányi Pál <csanyipal@xxxxxxxxx> wrote: > > /usr/bin/virt-host-validate,libaudit.so.1 > /usr/bin/playerjoy,libboost_system.so.1.55.0 > /usr/bin/gtkam,libgphoto2_port.so.10 > /usr/bin/downgrader,libalpm.so.8 > /usr/bin/sensord,librrd.so.4 OK you have a couple problems that are a little different, but similar: libaudit.so.1 == reinstall "audit" package to get these libraries libboost_*.so.1.55.0 == recompile playerjoy against the new boost-libs (1.57) libgphoto2_port.so.10 == same thing as playerjoy, recompile against new libgphoto2 (port-12) libalpm.so.8 == that's pacman-4.1, recompile downgrader against pacman-4.2 libalpm.so.9 librrd.so.4 == ignore, optional dependency (or install rrdtool to shut it up) hth, -te