Bug 755355
Summary: | [abrt] veusz-1.11-2.fc15: points.py:29:<module>:RuntimeError: the PyQt4.QtCore module is version 1 but the qtloops module requires version -1 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | martin <martin.vojtisek> |
Component: | veusz | Assignee: | Jeremy Sanders <jeremy> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 15 | CC: | jeremy, kevin, rdieter |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Unspecified | ||
Whiteboard: | abrt_hash:e7181ca364ad5855cc497357500e05b8b2a16c2d | ||
Fixed In Version: | qscintilla-2.4.6-3.fc15 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-12-02 21:30:48 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
martin
2011-11-20 21:27:25 UTC
Can you please post the output of: rpm -q qt qt-x11 PyQt4 sip python ? (This will list the versions of the listed packages.) (In reply to comment #1) > Can you please post the output of: > rpm -q qt qt-x11 PyQt4 sip python > ? (This will list the versions of the listed packages.) [martin@valaraukar ~]$ rpm -q qt qt-x11 PyQt4 sip python qt-4.7.4-6.fc15.x86_64 qt-4.7.4-6.fc15.i686 qt-x11-4.7.4-6.fc15.x86_64 qt-x11-4.7.4-6.fc15.i686 PyQt4-4.8.6-1.fc15.x86_64 sip-4.13-1.fc15.x86_64 python-2.7.1-7.fc15.x86_64 Looks like https://admin.fedoraproject.org/updates/FEDORA-2011-15608 (currently in updates-testing) introduces some ABI breakage. Interestingly, F16 seems fine, though that had newer sip and PyQt4 versions to begin with. The F15 build of veusz (which as per this report doesn't work with the new sip and PyQt4) was built against sip-4.12.1-3.fc15 and PyQt4-4.8.3-2.fc15, the F16 build of veusz (which does work with the new sip and PyQt4 from FEDORA-2011-15775, I verified that) was built against sip-4.12.3-1.fc16 and PyQt4-4.8.4-3.fc16. I'll test a veusz rebuilt, probably add that to the update here. while I'm at it, try to see if there's some way to track PyQt abi (apparently there is one, may or may not be related to sip) nevermind, that error comes from siplib.c, apparently using the same checks that we track, though when -1 is returned, seems it's hard to tell what went wrong unfortunately. qscintilla-2.4.6-3.fc15, PyQt4-4.8.6-1.fc15, sip-4.13-1.fc15, kdebindings-4.6.5-2.fc15, calibre-0.8.0-1.fc15.1, veusz-1.11-2.fc15.1 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/FEDORA-2011-15608/calibre-0.8.0-1.fc15.1,veusz-1.11-2.fc15.1,kdebindings-4.6.5-2.fc15,qscintilla-2.4.6-3.fc15,PyQt4-4.8.6-1.fc15,sip-4.13-1.fc15 Package qscintilla-2.4.6-3.fc15, PyQt4-4.8.6-1.fc15, sip-4.13-1.fc15, kdebindings-4.6.5-2.fc15, calibre-0.8.0-1.fc15.1, veusz-1.11-2.fc15.1, avogadro-1.0.3-2.fc15.1: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing qscintilla-2.4.6-3.fc15 PyQt4-4.8.6-1.fc15 sip-4.13-1.fc15 kdebindings-4.6.5-2.fc15 calibre-0.8.0-1.fc15.1 veusz-1.11-2.fc15.1 avogadro-1.0.3-2.fc15.1' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2011-15608/avogadro-1.0.3-2.fc15.1,calibre-0.8.0-1.fc15.1,veusz-1.11-2.fc15.1,kdebindings-4.6.5-2.fc15,qscintilla-2.4.6-3.fc15,PyQt4-4.8.6-1.fc15,sip-4.13-1.fc15 then log in and leave karma (feedback). qscintilla-2.4.6-3.fc15, PyQt4-4.8.6-1.fc15, sip-4.13-1.fc15, kdebindings-4.6.5-2.fc15, calibre-0.8.0-1.fc15.1, veusz-1.11-2.fc15.1, avogadro-1.0.3-2.fc15.1 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. |