Bug 289321
| Summary: | sip: sipconfig.py includes wrong py_lib_dir (on 64bit archs) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Rex Dieter <rdieter> | ||||
| Component: | sip | Assignee: | Than Ngo <than> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 7 | CC: | bugzilla, mtasaka | ||||
| Target Milestone: | --- | Keywords: | Patch | ||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 4.6-2.fc7 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2007-10-03 21:08:28 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: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 190189 | ||||||
| Attachments: |
|
||||||
Than, I can help fix this, when/if you approve my request for comaintainership: https://admin.fedoraproject.org/pkgdb/packages/name/sip (and: https://admin.fedoraproject.org/pkgdb/packages/name/PyQt) Than, any comment/movement here imminent? I'd really like to see PyQt4 in f8. Besides, a new sip/PyQt4 is coming within the next day or 2, would be nice to update these 2 together (as well an integrate/combine PyQt, PyQt-qscintilla finally). Created attachment 210561 [details]
use get_python_lib instead of hardcoded values
could be extended to use get_python_inc too.
Well, a package I try to review (bug 240373) also uses PyQt so I want to have this bug fixed as soon as possible. it's fixed in rawhide and F7-update7. It's available for F7 update soon. Thanks for the patch. sip-4.6-2.fc7 has been pushed to the Fedora 7 stable repository. If problems still persist, please make note of it in this bug report. |
Testing with sip-4.6-1.fc7.x86_64 On x86_64, /usr/lib64/python2.5/site-packages/sipconfig.py contains: 'py_lib_dir': '/usr/lib/python2.5/config', which should be: 'py_lib_dir': '/usr/lib64/python2.5/config', Which is causing spurious failures building parts of PyQt4 (see bug #190189) on x86_64.