google / closure-compiler-npm

Package for managing and documenting closure-compiler for use via npm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`GLIBC_2.32' not found error in Ubuntu 20.04

teppeis opened this issue · comments

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

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

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.

@ChadKillingsworth It works in ubuntu 20.04. Thank you!