[issue45404] Undefined I_* macros when building 3.10 on Ubuntu?

STINNER Victor report at bugs.python.org
Fri Oct 8 10:22:55 EDT 2021


STINNER Victor <vstinner at python.org> added the comment:

On my Fedora 34, the HAVE_STROPTS_H macro is not defined in pyconfig.h:

/* Define to 1 if you have the <stropts.h> header file. */
/* #undef HAVE_STROPTS_H */

I confirm that I cannot find this file:

$ find /usr/include/ -name stropts.h
$ find /usr/lib/gcc/x86_64-redhat-linux/11/ -name stropts.h

----------
nosy: +vstinner

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45404>
_______________________________________


More information about the Python-bugs-list mailing list