closure-compiler icon indicating copy to clipboard operation
closure-compiler copied to clipboard

GLIBC_2.34 not found

Open domoritz opened this issue 1 year ago • 1 comments

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

domoritz avatar Jan 30 '23 14:01 domoritz