abrt 1.0.8 detected a crash. architecture: x86_64 cmdline: /usr/bin/python /usr/bin/glusterfs-volgen --help comment: glusterfs-volgen in package glusterfs-common needs module CreateVolfile which is provided by glusterfs-devel. glusterfs-common does not depend on glusterfs-devel, thus glusterfs-volgen doesnt work component: glusterfs executable: /usr/bin/glusterfs-volgen kernel: 2.6.32.9-70.fc12.x86_64 package: glusterfs-common-2.0.9-1.fc12 reason: glusterfs-volgen:11:<module>:ImportError: No module named CreateVolfile release: Fedora release 12 (Constantine) backtrace ----- glusterfs-volgen:11:<module>:ImportError: No module named CreateVolfile Traceback (most recent call last): File "/usr/bin/glusterfs-volgen", line 11, in <module> from CreateVolfile import * ImportError: No module named CreateVolfile Local variables in innermost frame: string: <module 'string' from '/usr/lib64/python2.6/string.pyc'> __builtins__: <module '__builtin__' (built-in)> __file__: '/usr/bin/glusterfs-volgen' __package__: None sys: <module 'sys' (built-in)> prefix: '/usr' make_option: <class optparse.Option at 0x7fcecab41e30> getopt: <module 'getopt' from '/usr/lib64/python2.6/getopt.pyc'> __name__: '__main__' OptionGroup: <class optparse.OptionGroup at 0x7fcecab41f50> os: <module 'os' from '/usr/lib64/python2.6/os.pyc'> __doc__: None OptionParser: <class optparse.OptionParser at 0x7fcecab41fb0> How to reproduce ----- 1. Install glusterfs-server and glusterfs-client, but not glusterfs-devel 2. type glusterfs-volgen --help
Created attachment 400461 [details] File: backtrace
glusterfs-volgen will be moved to the devel subpackage for 2.0.9-2. Thanks for the report.