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

version GLIBC_2.33 not found #24

Closed
willruggiano opened this issue Nov 10, 2021 · 1 comment
Closed

version GLIBC_2.33 not found #24

willruggiano opened this issue Nov 10, 2021 · 1 comment

Comments

@willruggiano
Copy link

Using the example hello world shell script from the README;

#! /usr/bin/env cached-nix-shell
#! nix-shell -i python39 -p python

print("hello world")

gives me the error:

$ ./hello.sh
cached-nix-shell: updating cache
nix-shell: /nix/store/xxx-glibc-2.32-48/lib/libc.so.6: version `GLIBC_2.33' not found (required by /nix/store/xxx-cached-nix-shell-0.1.4/lib/trace-nix.so)
cached-nix-shell: nix-shell: exit status: 1
@xzfc
Copy link
Owner

xzfc commented Nov 13, 2021

Thanks for the report. Should be fixed in the current master (8501a98).

@xzfc xzfc closed this as completed Nov 13, 2021
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

2 participants