Hide Forgot
Description of problem: The file /usr/share/systemtap/tapsets/libvirtd.stp is not in the correct place for systemtap to find it -- should be .../tapset/... Version-Release number of selected component (if applicable): libvirt-0.8.8-4.fc15.x86_64 systemtap-1.4-9.fc15.x86_64 How reproducible: 100% Steps to Reproduce: $ stap -l 'libvirt.**' Actual results: Nothing printed; $? is 1. Expected results: You can manually add that search path to see what should have been: $ stap -l 'libvirt.**' -I /usr/share/systemtap/tapsets/ libvirt.daemon.client.auth_allow libvirt.daemon.client.auth_deny libvirt.daemon.client.auth_fail libvirt.daemon.client.connect libvirt.daemon.client.disconnect libvirt.daemon.client.tls_allow libvirt.daemon.client.tls_deny libvirt.daemon.client.tls_fail Additional info: Looking to rawhide, the path appears to be corrected as of libvirt-0.9.1.
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
We should backport this to F15. commit a7e80bde110d2dfc19c41cf805a5f555d204b849 Author: Daniel P. Berrange <berrange> Date: Tue Apr 5 16:18:37 2011 +0100 Fix typo in systemtap tapset directory name The systemtap directory for tapsets is called /usr/share/systemtap/tapset Not /usr/share/systemtap/tapsets * daemon/Makefile.am,libvirt.spec.in: s/tapsets/tapset/
*** This bug has been marked as a duplicate of bug 737657 ***