Comment 3 for bug 25889

Revision history for this message
Daniel Holbach (dholbach) wrote :

It might be tedious research, but you could try to find out, which files/dirs
are missing by looking at the output of strace -e open,stat <program> and
look, which of those are not available. Sorry, but this is a bit of corner case.