This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jschneid
Recipients eric.araujo, jschneid, loewis, srid, terry.reedy
Date 2011-07-14.18:18:28
SpamBayes Score 1.1969031e-10
Marked as misclassified No
Message-id <1310667509.84.0.346268126261.issue5999@psf.upfronthosting.co.za>
In-reply-to
Content
I got it to build on HP-UX 11.  However, there are a lot of compiler warnings about type mismatches, the _ctypes, _multiprocessing and termios modules failed to build, and "make test" died after not finding a usable "binascii" module.

To get it to build, I did the following:
1)  Applied the patch I attached to issue 12561
2)  Created a directory sys, and copied /usr/include/sys/stdsyms.h into it.
3)  Did "chmod 644" on sys/stdsyms.h and applied the patch stdsyms.patch that I've attached to this issue to it.
4)  Ran configure with the argument "CPPFLAGS=-I."

At this point, make ran to completion, and produced a python binary.  However, "make test" dies within seconds of starting up.
History
Date User Action Args
2011-07-14 18:18:30jschneidsetrecipients: + jschneid, loewis, terry.reedy, eric.araujo, srid
2011-07-14 18:18:29jschneidsetmessageid: <1310667509.84.0.346268126261.issue5999@psf.upfronthosting.co.za>
2011-07-14 18:18:29jschneidlinkissue5999 messages
2011-07-14 18:18:29jschneidcreate