(In reply to Felix Niederwanger from comment #0) > * libpcp3 > * libpcp_import1 > * pcp-conf > > The `/var/lib/pcp/` directory doesn't exist on this system. However, > generating the '/var/lib/pcp/config/' directory and restarting the service > seems to resolve the issue. Sounds like pcp-conf is broken, either there is a dependency missing or it should not contain a subdirectory of a not packaged directory. Our build scripts try to find such errors, but looks like that checks didn't worked here. If a directory in the path is missing, we don't know which owner and permissions this should have, and random ownership and permissions could lead to a security problem. So create-dirs-from-rpmdb is correct here to refuse to create a directory with unknown ownership and permissions.