Hide Forgot
Description of problem: systemd-analyze plot requires pycairo that is not in its deps. Version-Release number of selected component (if applicable): systemd-37-11.fc16 How reproducible: Always Steps to Reproduce: 1. systemd-analyze plot > boot.svg Actual results: systemd-analyze plot > boot.svg Traceback (most recent call last): File "/usr/bin/systemd-analyze", line 113, in <module> import cairo, os ImportError: No module named cairo Expected results: boot.svg and no error Additional info: Kickstarted with: %packages --ignoremissing @Base @Core @desktop-platform-devel @development @development-libs @development-tools @server-platform-devel emacs expect gcc libxml2-python make nfs-utils ntp procmail pyOpenSSL redhat-lsb sendmail unifdef vim-enhanced wget
This is fixed in F17 (bug 710786) by rearranging the subpackages of systemd. In F16 systemd-analyze is in the main package. It would be silly to add a systemd->pycairo dependency just to satisfy a debugging tool. And I don't want to play with the subpackages and Obsoletes (which I'd almost surely screw up) in F16 at this point. => WONTFIX for F16. Fixed in F17 and later.