[Patches] [ python-Patches-1050475 ] Fix various x86_64 build issues

SourceForge.net noreply at sourceforge.net
Wed Oct 20 06:53:38 CEST 2004


Patches item #1050475, was opened at 2004-10-19 21:53
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1050475&group_id=5470

Category: Build
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Bob Halley (rthalley)
Assigned to: Nobody/Anonymous (nobody)
Summary: Fix various x86_64 build issues

Initial Comment:
This patch does the following: 
 
        Puts the correct library directories for linux x86_64 
        systems into setup.py search paths. 
 
        Fixes a type-casting bug in the _tkinter module 
        that would cause incorrect pointer printing on 64-bit 
        systems (a pointer was cast to an int). 
 
        Adds imageop and rgbimg to the list of expected 
        to be skipped tests on 64-bit platforms 
 
With these changes, I get a clean build and a clean "make 
test". 
 
I also ran the regression suite in '-uall' mode.  This was 
mostly good, and the few errors that occurred do not appear 
related to x86_64.  (Well, with the possible exception of 
some linux audio-related cores which I don't know about yet) 
 
/Bob 
 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1050475&group_id=5470


More information about the Patches mailing list