From: Gordan B. <go...@bo...> - 2008-11-20 23:16:10
|
Gordan Bobic wrote: > I bumped into another problem, though: > > # com-mkcdslinfrastructure -r /gluster/root -i > Traceback (most recent call last): > File "/usr/bin/com-mkcdslinfrastructure", line 17, in ? > from comoonics.cdsl.ComCdslRepository import * > File "/usr/lib/python2.4/site-packages/comoonics/cdsl/__init__.py", > line 28, in ? > defaults_path = os.path.join(cdsls_path,cdslDefaults_element) > NameError: name 'cdslDefaults_element' is not defined Digging a little deeper, it turns out that although the package versions (comoonics-cdsl-py-0.2-11) are the same on my old setup (i386) and the new setup (x86-64), the contents of the /usr/lib/python2.4/site-packages/comoonics/cdsl/__init__.py are totally different. The new version seems to have a bunch of definitions that, it would seem, break things. I replaced with the old version, and it now seems to complete without errors. Am I correct in guessing this is a packaging bug? Gordan |