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 Ian Norton
Recipients Ian Norton
Date 2020-02-12.22:33:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581546833.04.0.518216269375.issue39619@roundup.psfhosted.org>
In-reply-to
Content
When building on HP-UX using:

The configure stage fails to detect chroot().  This is due to setting  _XOPEN_SOURCE to a value higher than 500.

The fix for this is to not set _XOPEN_SOURCE when configuring for HP-UX
History
Date User Action Args
2020-02-12 22:33:53Ian Nortonsetrecipients: + Ian Norton
2020-02-12 22:33:53Ian Nortonsetmessageid: <1581546833.04.0.518216269375.issue39619@roundup.psfhosted.org>
2020-02-12 22:33:52Ian Nortonlinkissue39619 messages
2020-02-12 22:33:52Ian Nortoncreate