Astrocoders / lenses-ppx

GADT lenses
MIT License
105 stars 10 forks source link

[Help] GLIBC_2.27 not found #30

Closed DCKT closed 3 years ago

DCKT commented 3 years ago

Hello,

I upgrade to the latest version of lenses-ppx and everything works fine except on the Gitlab CI, I got this error :

/node_modules/lenses-ppx/ppx: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found

I'm using node:lts

Is this esy related ?

Thanks

mattbeedle commented 3 years ago

Debian Buster uses 2.27. You can fix by switching your docker image to node:lts-buster

fakenickels commented 3 years ago

It seems to be related to this issue https://github.com/esy/esy/issues/1190

LeoLeBras commented 3 years ago

We use Netlify to deploy our app and it is now blocking to update to version 6.x.x.

fakenickels commented 3 years ago

I tried to build the project with esy@nightly but it did not work still. We have the same problem and as a temp solution we are now deploying to netlify using the CLI directly from our pipeline. I'm yet to provide a reproduction demo https://github.com/esy/esy/issues/1190#issuecomment-758067689

DCKT commented 3 years ago

I can confirm, using node:lts-buster fix the issue