The RPM at http://downloads.sourceforge.net/project/robinhood/robinhood/3.0-rc1/rpms/posix_fs/robinhood-posix-3.0-0.rc1.el7.centos.x86_64.rpm has an issue where it wants to own /etc/ld.so.conf.d/, which is normally owned by glibc. You can override that by install with “rpm -i --replacefiles” but that creates an issue down the road when it comes time to update glibc. It will also remove that entire directory if you remove the robinhood RPM later too (no small problem).
I was able to fix this using rpmrebuild and removing that “file” entry, after which all ownership and dependencies were just fine. I just thought I’d bring this up to whoever is building the packages so that it can be corrected (assuming I am reading this correctly). Offending line I removed from the RPM: %dir %attr(2755, root, root) "/etc/ld.so.conf.d" Thanks
------------------------------------------------------------------------------
_______________________________________________ robinhood-support mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/robinhood-support
