google / google/closure-compiler
GLIBC_2.34 not found
- Dominant language
- JavaScript
- Stars
- 7.7k
- Forks
- 1.2k
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 6
Description
When compiling apache/arrow with the latest closure compiler on node 16 and Debian, we get this error
```
[03:34:57] Error: gulp-google-closure-compiler: /arrow/js/node_modules/google-closure-compiler-linux/compiler: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /arrow/js/node_modules/google-closure-compiler-linux/compiler)
[321](https://github.com/apache/arrow/actions/runs/4040323460/jobs/6945859429#step:5:322)
/arrow/js/node_modules/google-closure-compiler-linux/compiler: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /arrow/js/node_modules/google-closure-compiler-linux/compiler)
[322](https://github.com/apache/arrow/actions/runs/4040323460/jobs/6945859429#step:5:323)
Error writing to stdin of the compiler. write EPIPE
[323](https://github.com/apache/arrow/actions/runs/4040323460/jobs/6945859429#step:5:324)
```
Ref https://github.com/apache/arrow/actions/runs/4040323460/jobs/6945859429#step:5:398
Contributor guide
Assessment
This issue has not been assessed yet.