[Patches] [ python-Patches-709743 ] os.setpgrp function failed to build

SourceForge.net noreply@sourceforge.net
Tue, 25 Mar 2003 15:15:08 -0800


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

Category: Build
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Gary H. Loechelt (loechelt)
Assigned to: Nobody/Anonymous (nobody)
Summary: os.setpgrp function failed to build

Initial Comment:
The os.setpgrp function failed to build on HP-UX
B.10.20 for Python 2.3a2.  Comparing the build with
Python 2.2.1, I noticed a missing line in the
pyconfig.h.in file.  I added the appropriate line to
the file and rebuilt the executable.  Note that I did
NOT check the configure script to insure that the
appropriate compiler macro (HAVE_SETPGRP) was set.  I
just manually set the macro in the pyconfig.h file
directly.  The person who has responsibility for
configure should probably check it as well to make sure
that it is not broken as well.

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

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