id summary reporter owner description type status priority milestone component version resolution keywords cc must_fix platform platform_version status_info 2446 Python.cmake is wrong about python-sip version antimirov borysiasty "Today I got this error after having upgraded my python-sip package to newer version: ""SIP is required in version 4.7 or later!"" But actually it's deeply wrong as my current version is 4.10. So I checked cmake/Python.cmake file in which I found that Cmake runs this command to compare current version of sip and to check whether it's bigger than 4.7: $ python >>> import sip >>> print '%x' % sip.SIP_VERSION So for older older version is: sip.SIP_VERSION=263945 hex=0x40709 For newer it's funny: sip.SIP_VERSION=264704 hex=40a00 So the newer version is lexicographically lower than the previous one. Looks like a bug." bug closed major: does not work as expected Version 1.5.0 Python plugins and bindings Trunk fixed python sip cmake No Debian 0