Bug 289321

Summary: sip: sipconfig.py includes wrong py_lib_dir (on 64bit archs)
Product: [Fedora] Fedora Reporter: Rex Dieter <rdieter>
Component: sipAssignee: Than Ngo <than>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: medium    
Version: 7CC: 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:
Description Flags
use get_python_lib instead of hardcoded values none

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.