[Patches] [ python-Patches-712367 ] get build working on AIX

SourceForge.net noreply@sourceforge.net
Mon, 31 Mar 2003 08:10:39 -0800


Patches item #712367, was opened at 2003-03-30 17:36
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=712367&group_id=5470

Category: Build
Group: Python 2.3
>Status: Closed
Resolution: Accepted
Priority: 5
Submitted By: Neal Norwitz (nnorwitz)
Assigned to: Neal Norwitz (nnorwitz)
Summary: get build working on AIX

Initial Comment:
Tested on AIX 4.3 and 5.1.  I may have tested this on
4.2 a long time ago.  Changes to configure and
setup.py.  The setup.py changes are build curses.

The configure changes create the export file
differently.  I was told by Gary Hooks at IBM that the
export file must have a period for AIX 4.2 and beyond
for dynamically imported modules to work properly (call
back into the interpreter).

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

>Comment By: Neal Norwitz (nnorwitz)
Date: 2003-03-31 11:10

Message:
Logged In: YES 
user_id=33168

Ok, I'll ask about what the best minimum version should be.
 Right now, I suspect AIX 4.2 which is the oldest version I
have access to in the snake-farm.

Checked in as:
 setup.py 1.158
 configure 1.389
 configure.in 1.400

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

Comment By: Martin v. Löwis (loewis)
Date: 2003-03-31 00:22

Message:
Logged In: YES 
user_id=21627

The patch itself is fine. However, we should also formally
establish a minimum supported AIX version, in PEP 11
(perhaps with a vision of warning users in 2.4, and actively
removing code that belongs to older versions in 2.5).

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

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