psiroky commented on PR #814: URL: https://github.com/apache/maven-mvnd/pull/814#issuecomment-1468540682
I wasn't able to make this work so that the glibc requirement would still be 2.12 (released on 2010-12-13). I tried to follow the similar approach with `glibc.redef` as there already is, but that feels like magic, redefining symbols is "random" libraries. I believe this is also going to break again when we upgrade the build system. There is a library which is using `GLIBC_2.17 clock_gettime` (not even sure which one to be honest) and I am not sure how to get rid of that. I double-checked and CentOS 6 is indeed using glibc 2.12, but it is also end-of-life for more than two years now (https://wiki.centos.org/HowTos/EOL). Maybe it would make sense to bump the glibc version anyway and support 2.17, which is the one used in CentOS 7? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org