[Patches] [ python-Patches-615069 ] build fixes for SCO

noreply@sourceforge.net noreply@sourceforge.net
Thu, 26 Sep 2002 11:26:20 -0700


Patches item #615069, was opened at 2002-09-26 19:19
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=615069&group_id=5470

Category: Build
Group: Python 2.2.x
Status: Open
Resolution: None
Priority: 5
Submitted By: Tim Rice (tim1470)
Assigned to: Nobody/Anonymous (nobody)
Summary: build fixes for SCO

Initial Comment:
Here is a patch that fixes some build issues on SCO
Open Server 5,
UnixWare 7,  and OpenUnix 8.
The patch is based on the release22-maint branch
(pulled 25 Sep)

The configure.in, Lib/test/regrtest.py,
Modules/_cursesmodule.c,  and
Modules/_hotshot.c patches should go iin HEAD too.

Hunk #5 of configure.in will fail on HEAD. It'l have to
me manuall added
at about line 1611.

There will be more work to get the HEAD branch working. 

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

>Comment By: Martin v. Löwis (loewis)
Date: 2002-09-26 20:26

Message:
Logged In: YES 
user_id=21627

A number of questions and comments:

- why do you add HAVE_GETADDRINFO and HAVE_GETNAMEINFO to
acconfig.h?

- Why does the dlopen test fail? Can you test whether it
still fails in the HEAD branch?

- Why do you use -Kpic?

- why do the modules pwd,grp,... fail as shared modules?
Please don't modify Setup.local: this is a hand-edited file.

- Why do you remove 'unixware5' from regrtest.py?


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

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