Comment 15 for bug 116897

Revision history for this message
Sean Middleditch (elanthis) wrote :

Found a bug in the virt-manager package, actually. It's given as architecture "all" but it includes .so files. In particular, it doesn't run on my AMD64 box:

Traceback (most recent call last):
  File "/usr/share/virt-manager/virt-manager.py", line 105, in <module>
    from virtManager.engine import vmmEngine
  File "/usr/share/virt-manager/virtManager/engine.py", line 31, in <module>
    from virtManager.manager import vmmManager
  File "/usr/share/virt-manager/virtManager/manager.py", line 26, in <module>
    import sparkline
ImportError: /usr/lib/virt-manager/sparkline.so: wrong ELF class: ELFCLASS32

Either sparkline needs to be split out, or the package has to be made architecture-dependent.