Bug 289321 - sip: sipconfig.py includes wrong py_lib_dir (on 64bit archs)
Summary: sip: sipconfig.py includes wrong py_lib_dir (on 64bit archs)
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: sip
Version: 7
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Than Ngo
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: PyQt4
TreeView+ depends on / blocked
 
Reported: 2007-09-13 13:59 UTC by Rex Dieter
Modified: 2007-11-30 22:12 UTC (History)
2 users (show)

Fixed In Version: 4.6-2.fc7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-10-03 21:08:28 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
use get_python_lib instead of hardcoded values (952 bytes, patch)
2007-09-28 14:51 UTC, Rex Dieter
no flags Details | Diff

Description Rex Dieter 2007-09-13 13:59:50 UTC
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.

Comment 1 Rex Dieter 2007-09-13 14:11:35 UTC
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)

Comment 2 Rex Dieter 2007-09-26 21:44:12 UTC
Than, any comment/movement here imminent?  I'd really like to see PyQt4 in f8.

Comment 3 Rex Dieter 2007-09-26 21:45:27 UTC
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).

Comment 4 Rex Dieter 2007-09-28 14:51:46 UTC
Created attachment 210561 [details]
use get_python_lib instead of hardcoded values

could be extended to use get_python_inc too.

Comment 5 Mamoru TASAKA 2007-09-30 10:19:39 UTC
Well, a package I try to review (bug 240373) also uses PyQt
so I want to have this bug fixed as soon as possible.

Comment 6 Than Ngo 2007-10-01 11:14:50 UTC
it's fixed in rawhide and F7-update7. It's available for F7 update soon.
Thanks for the patch.

Comment 7 Fedora Update System 2007-10-03 21:08:27 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.