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

`GLIBC_2.32' not found error in Ubuntu 20.04 #272

Closed
teppeis opened this issue Nov 16, 2022 · 4 comments · Fixed by #273
Closed

`GLIBC_2.32' not found error in Ubuntu 20.04 #272

teppeis opened this issue Nov 16, 2022 · 4 comments · Fixed by #273

Comments

@teppeis
Copy link
Contributor

teppeis commented Nov 16, 2022

From 20221115.0.0-nightly, google-closure-compiler-linux throws an error in Ubuntu 20.04.

/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found

The build environment was updated to Ubuntu 22.04 from 20221115.0.0-nightly:
https://github.com/google/closure-compiler-npm/actions/runs/3470258791/jobs/5798561458#step:1:8

Ubuntu 20.04 was used until 20221114.0.0-nightly:
https://github.com/google/closure-compiler-npm/actions/runs/3461297839/jobs/5778886771#step:1:8

@teppeis
Copy link
Contributor Author

teppeis commented Nov 16, 2022

@ChadKillingsworth
Copy link
Collaborator

Looks like GRAAL has a fix for this in general. Also makes me wonder if that's what is causing #265

@ChadKillingsworth
Copy link
Collaborator

You might give the binary found at the bottom of https://github.com/google/closure-compiler-npm/actions/runs/3482892969 a try. If that fixes it, once merged I'll do a patch release.

@teppeis
Copy link
Contributor Author

teppeis commented Nov 17, 2022

@ChadKillingsworth It works in ubuntu 20.04. Thank you!

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

Successfully merging a pull request may close this issue.

2 participants