On today's koji builds: http://koji.fedoraproject.org/koji/taskinfo?taskID=145038 From the log: http://koji.fedoraproject.org/koji/getfile?taskID=145042&name=root.log Executing /usr/sbin/mock-helper yum --installroot /var/lib/mock/dist-f8-build-47595-5689/root install 'libX11-devel' 'libiec61883-devel' 'esound-devel >= 0.2.8' 'gtk2-devel' 'libraw1394-devel' 'libavc1394-devel' 'libcdio-devel' 'glibc-devel' 'ladspa-devel' 'hal-devel' 'mikmod' 'gettext' 'libpng-devel >= 1.2.0' 'cairo-devel' 'gcc-c++' 'libshout-devel' 'PyXML' 'speex-devel' 'liboil-devel >= 0.3.6' 'gstreamer-devel >= 0.10.6' 'gtk-doc' 'libjpeg-devel' 'GConf2-devel' 'gstreamer-plugins-base-devel >= 0.10.6' 'flac-devel >= 1.1.3' 'wavpack-devel' 'taglib-devel' 'libdv-devel' Error: Missing Dependency: libpolkit.so.1 is needed by package PolicyKit-gnome Error: Missing Dependency: libpolkit-grant.so.1 is needed by package PolicyKit-gnome Error: Missing Dependency: libpolkit-dbus.so.1 is needed by package PolicyKit-gnome
Pretty sure this is a build-system problem; it's bogus that PolicyKit-gnome is pulled in by hal-devel. FWIW, I encountered the same problem when I tried to rebuild PolicyKit-gnome. Reassigning to buildsystem (unsure if it's the right component).
I _think_ it's hal-devel pulling it, but not having the full deps logs from yum I wouldn't know for sure.
PolicyKit-gnome is being pulled in by gnome-mount which is being pulled in by gnome-vfs2 which is being pulled in by gstreamer-plugins-base which is being pulled in by gstreamer-plugins-base-devel which is a build dep of hal-devel 'gstreamer-plugins-base-devel >= 0.10.6' Pretty sure this is not a buildsys bug.
Ha! Thanks Seth. David, does gnome-mount need a rebuild or something?
I have fixed the PolicyKit-gnome rebuild problem by now.