Bug 486916

Summary: aldrin needs to be updated
Product: [Fedora] Fedora Reporter: Orcan Ogetbil <oget.fedora>
Component: aldrinAssignee: Orcan Ogetbil <oget.fedora>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: extras-orphan, osladkoff
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-03-13 21:05:29 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Orcan Ogetbil 2009-02-23 07:43:24 UTC
aldrin hasn't been touched in the rawhide for a while.

0.13 is out. Can you please update?

Comment 1 Fedora Admin XMLRPC Client 2009-02-23 07:44:29 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 2 Orcan Ogetbil 2009-02-23 07:46:32 UTC
uh oh. I see that the package is orphan. I'll handle this then.

Comment 3 Orcan Ogetbil 2009-03-13 21:05:29 UTC
imported and built in rawhide

Comment 4 oleg 2009-03-18 13:27:34 UTC
Hi

Could it be possible to have the fedora 10 rpm ?
thanks :)


Oleg.

Comment 5 Orcan Ogetbil 2009-03-18 15:37:09 UTC
It is in the testing repo. I filed a request for pushing it to stable yesterday. It should hit the stable repo in a couple days.

Meanwhile, if you don't want to wait, you can do a 
   yum --enablerepo updates-testing update aldrin

Comment 6 oleg 2009-03-18 16:18:07 UTC
that works perfectly thank you !

PS : I had to add the following environment variable :
export PYTHONPATH="/usr/lib/python2.5/site-packages/"



Oleg.

Comment 7 Orcan Ogetbil 2009-03-18 16:33:20 UTC
hmm, it works for me without setting an environment variable. What happens if you don't?

Comment 8 oleg 2009-03-18 16:53:29 UTC
I have then the following popup message :

libraries 'zzub' not found in /usr/local/lib64,/usr/local/lib,/usr/lib64,/usr/lib

Details 
Traceback (most recent call last):
  File "/usr/local/lib/python2.5/site-packages/aldrin/com.py", line 89, in load_packages
  File "/usr/share/aldrin/components/iconfactory.py", line 28, in <module>
    from aldrin.utils import filepath, get_root_folder_path, iconpath, imagepath
  File "/usr/local/lib/python2.5/site-packages/aldrin/utils.py", line 26, in <module>
  File "/usr/local/lib/python2.5/site-packages/zzub/__init__.py", line 22, in <module>
  File "/usr/local/lib/python2.5/site-packages/zzub/zzub_flat.py", line 395, in <module>
  File "/usr/local/lib/python2.5/site-packages/zzub/procwrap.py", line 36, in dlopen
  File "/usr/local/lib/python2.5/site-packages/zzub/library.py", line 84, in load
AssertionError: libraries 'zzub' not found in /usr/local/lib64,/usr/local/lib,/usr/lib64,/usr/lib

...
hope that helps ;)
Oleg

Comment 9 Orcan Ogetbil 2009-03-18 16:57:46 UTC
Did "yum --enablerepo updates-testing update aldrin" also install the package armstrong on your computer, or do you have the old libzzub installed? (armstrong replaces libzzub)

Can you post me your
    rpm -q aldrin armstrong libzzub
output?

Comment 10 oleg 2009-03-18 17:04:34 UTC
] rpm -q aldrin armstrong libzzub
aldrin-0.13-1.fc10.noarch
armstrong-0.2.6-4.fc10.i386
package libzzub is not installed


I don't think I have any libzzub on my machine.
I recently build armstrong/aldrin from source and I had to set the PYTHONPATH="/usr/local/lib/python2.5/site-packages/" to make it work...

Comment 11 oleg 2009-03-18 17:13:03 UTC
btw you can easily reproduce the pb : 
] python
Python 2.5.2 (r252:60911, Sep 30 2008, 15:41:38) 
[GCC 4.3.2 20080917 (Red Hat 4.3.2-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import zzub
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.5/site-packages/PIL/__init__.py", line 22, in <module>
    
  File "/usr/local/lib/python2.5/site-packages/zzub/zzub_flat.py", line 395, in <module>
  File "/usr/local/lib/python2.5/site-packages/zzub/procwrap.py", line 36, in dlopen
  File "/usr/local/lib/python2.5/site-packages/zzub/library.py", line 84, in load
AssertionError: libraries 'zzub' not found in /usr/local/lib64,/usr/local/lib,/usr/lib64,/usr/lib
>>> 


I will try to find a fresh machine to check it.

Comment 12 Orcan Ogetbil 2009-03-18 17:45:13 UTC
I can import zzub in python with no problems. It might be a problem with your setup.

Comment 13 oleg 2009-03-19 13:52:04 UTC
I confirm aldrin install works out of the box on a fresh fc10 machine,
so my setup is definitely crap :)