Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 210561 Details for
Bug 289321
sip: sipconfig.py includes wrong py_lib_dir (on 64bit archs)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
use get_python_lib instead of hardcoded values
sip-4.7-64bit.patch (text/plain), 952 bytes, created by
Rex Dieter
on 2007-09-28 14:51:46 UTC
(
hide
)
Description:
use get_python_lib instead of hardcoded values
Filename:
MIME Type:
Creator:
Rex Dieter
Created:
2007-09-28 14:51:46 UTC
Size:
952 bytes
patch
obsolete
>diff -up sip-4.7/configure.py.64bit sip-4.7/configure.py >--- sip-4.7/configure.py.64bit 2007-07-30 11:02:37.000000000 -0500 >+++ sip-4.7/configure.py 2007-09-28 09:47:08.000000000 -0500 >@@ -17,6 +17,7 @@ import os > import string > import glob > import getopt >+from distutils.sysconfig import get_python_lib > > import siputils > >@@ -229,13 +230,9 @@ def set_platform_directories(): > try: > lib_dir = sys.lib > except AttributeError: >- lib_dir = "lib" >+ lib_dir = get_python_lib(plat_specific=1, standard_lib=1) > >- lib_dir = sys.prefix + "/" + lib_dir + "/python" + vers >- >- plat_py_site_dir = lib_dir >- if py_version >= 0x020000: >- plat_py_site_dir = plat_py_site_dir + "/site-packages" >+ plat_py_site_dir = get_python_lib(1) > > plat_py_inc_dir = sys.prefix + "/include/python" + vers > plat_py_conf_inc_dir = sys.exec_prefix + "/include/python" + vers
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 289321
: 210561