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 vstinner
Recipients ftesser, vstinner
Date 2020-10-09.14:19:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602253183.76.0.98740154355.issue41981@roundup.psfhosted.org>
In-reply-to
Content
> Operating System Centos 7.

Oh. That's surprising: there are multiple RHEL7 buildbots and there is no build or test issue on this OS. I would expect Centos 7 to be support, except that you installed GCC 10. We also tested Python 3.9 on GCC 10. Again, I would expect no build issue.

> Oddly, it seems that HAVE_READLINK is not configured.

It might be something wrong with your build system.

In your pyconfig.h, I see can many issues:

/* #undef HAVE_STRDUP */
/* #undef HAVE_READLINK */
/* #undef HAVE_CLOCK_GETTIME */

Please check your compiler flags. Check also config.log: please attach it to the issue as well.
History
Date User Action Args
2020-10-09 14:19:43vstinnersetrecipients: + vstinner, ftesser
2020-10-09 14:19:43vstinnersetmessageid: <1602253183.76.0.98740154355.issue41981@roundup.psfhosted.org>
2020-10-09 14:19:43vstinnerlinkissue41981 messages
2020-10-09 14:19:43vstinnercreate