I took a look at the SPEC and tried to run the binary in mock.

However there are no Requires tags, so whoever installs the swatchbooker, will 
get tracebacks nevertheless. I had to manually install python2-qt5 as well as 
python2-pillow-qt to resolve the tracebacks, and then I got a segmentation 
fault, which makes me wonder if the reviewer actually tried tested the package 
in any way.

Also the F27 and F24 builds have failed, you might want to rerun them.

Charalampos Stratakis
Associate Software Engineer
Python Maintenance Team, Red Hat


----- Original Message -----
From: "Luya Tshimbalanga" <l...@fedoraproject.org>
To: "Development discussions related to Fedora" <devel@lists.fedoraproject.org>
Sent: Tuesday, May 16, 2017 8:58:41 PM
Subject: Making swatchbooker run

python2-lcms2 just landed in the repository

https://koji.fedoraproject.org/koji/packageinfo?packageID=24206

Attempting to run swatcbooker resulted his error:

$ swatchbooker
Traceback (most recent call last):
  File "/usr/share/swatchbooker/swatchbooker.pyw", line 27, in <module>
    from sbcommon import *
  File "/usr/share/swatchbooker/sbcommon.py", line 27, in <module>
    from swatchbook import *
  File "/usr/lib/python2.7/site-packages/swatchbook/__init__.py", line
26, in <module>
    from color import *
  File "/usr/lib/python2.7/site-packages/swatchbook/color.py", line 22,
in <module>
    from lcms2 import *
  File "/usr/lib/python2.7/site-packages/swatchbook/lcms2.py", line 601,
in <module>
    _libs["lcms2"] = load_library("lcms2")
  File "/usr/lib/python2.7/site-packages/swatchbook/lcms2.py", line 350,
in load_library
    return self.load(path)
  File "/usr/lib/python2.7/site-packages/swatchbook/lcms2.py", line 366,
in load
    raise ImportError(e)
ImportError: /lib/liblcms2.so.2.0.8: wrong ELF class: ELFCLASS32

python2-lcm2 was supposed to resolve the issue but it seems no effect,
what will be missing piece to properly bind lcms2 using python2-lcms2 or
a better approach?

Current swatchbooker spec:

https://src.fedoraproject.org/cgit/rpms/swatchbooker.git/tree/swatchbooker.spec


Thanks in advance

-- 
Luya Tshimbalanga
Graphic & Web Designer
E: l...@fedoraproject.org
W: http://www.coolest-storm.net

_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Reply via email to