From: Gordan B. <go...@bo...> - 2008-11-21 12:25:22
|
Marc Grimme wrote: > On Friday 21 November 2008 10:44:29 Gordan Bobic wrote: >> Marc Grimme wrote: >>> On Friday 21 November 2008 00:15:56 Gordan Bobic wrote: >>>> 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? >>> Yes you are. Don't know how this could happen. But yes I bumped into that >>> bug also some time before. >>> >>> You might want to try more recent versions. >>> >>> This should be fixed. >> Do you mean more recent version as of today? This was broken in the >> version I yum-installed yesterday. > > Hm. Are you using preview or productive? I think I have both repositories enabled in yum, so it would have come from whichever has the higher package version number. Gordan |