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 christian.heimes
Recipients christian.heimes, etale-cohomology, serhiy.storchaka, vstinner
Date 2021-10-14.18:53:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634237597.37.0.390842473253.issue45404@roundup.psfhosted.org>
In-reply-to
Content
I'm glad you figured out the problem and fixed your system.

Python uses autoconf (configure) to detect the presence of features. It's a standard approach. Since you had a stropts.h in your include directory, configure declared HAVE_STROPTS_H. The system can't deal with incompatible stropts.h.

We could add more checks and workaround. IMHO it's not worth the effort and time. We assume standard behavior and APIs in lots of places.
History
Date User Action Args
2021-10-14 18:53:17christian.heimessetrecipients: + christian.heimes, vstinner, serhiy.storchaka, etale-cohomology
2021-10-14 18:53:17christian.heimessetmessageid: <1634237597.37.0.390842473253.issue45404@roundup.psfhosted.org>
2021-10-14 18:53:17christian.heimeslinkissue45404 messages
2021-10-14 18:53:17christian.heimescreate