Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python: /lib64/libc.so.6: version `GLIBC_2.14' not found #37

Open
mrakitin opened this issue Jun 14, 2021 · 6 comments
Open

python: /lib64/libc.so.6: version `GLIBC_2.14' not found #37

mrakitin opened this issue Jun 14, 2021 · 6 comments

Comments

@mrakitin
Copy link

Hello, I've started observing these issues since last week:

python: /lib64/libc.so.6: version `GLIBC_2.14' not found
python: /lib64/libc.so.6: version `GLIBC_2.17' not found

An example of the failed build is here: nsls-ii-forge/hunter-feedstock#10 (Azure Pipelines build). Pinning the versions of Python to an older micro versions helps to work-around the issues, but it would be really great to resolve it. I guess a newer Docker image was used for packaging of those newer Python versions, that used a newer glibc. Any suggestions are appreciated. Thanks!

@mrakitin
Copy link
Author

@isuruf @jakirkham @mbargull @mingwandroid @msarahan @ocefpaf @pelson @scopatz, any suggestions? Thank you.

@isuruf
Copy link

isuruf commented Jun 18, 2021

None of us maintains the defaults package. cc @chenghlee

@jakirkham
Copy link

cc @anaconda-pkg-build

@mrakitin
Copy link
Author

Thank you, @isuruf, I just saw you in the codeowners for this repo, assumed the conda-forge people are here too.

@jakirkham
Copy link

No AnacondaRecipes is maintained by Anaconda. Would use the handle above in the future (though suspect they already pick up all notifications on these repos without that handle being pinged)

@chenghlee
Copy link

This error is the result of defaults updating to using CentOS 7 (glibc 2.17) as a minimal requirement but failing to impose limits so newer packages don't end up running on systems with older glibc releases (e.g., CentOS 6). We've since added __glibc depends to the GCC runtime packages (see AnacondaRecipes/repodata-hotfixes#132) that should prevent that from happening in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants