I investigated this bug, and it happens because QFileInfo::ownerId() returns -2 while inspecting the runtime directory. The documentation says:
On Windows and on systems where files do not have owners this function returns ((uint) -2).
It's not clear though, why would this be returning -2 under pbuilder, given that the filesystem seems to support ownership.
I investigated this bug, and it happens because QFileInfo: :ownerId( ) returns -2 while inspecting the runtime directory. The documentation says:
On Windows and on systems where files do not have owners this
function returns ((uint) -2).
It's not clear though, why would this be returning -2 under pbuilder, given that the filesystem seems to support ownership.