Message378325
> 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. |
|
Date |
User |
Action |
Args |
2020-10-09 14:19:43 | vstinner | set | recipients:
+ vstinner, ftesser |
2020-10-09 14:19:43 | vstinner | set | messageid: <1602253183.76.0.98740154355.issue41981@roundup.psfhosted.org> |
2020-10-09 14:19:43 | vstinner | link | issue41981 messages |
2020-10-09 14:19:43 | vstinner | create | |
|