nim-lang / choosenim

Official tool for easily installing and managing multiple versions of the Nim programming language.
BSD 3-Clause "New" or "Revised" License
19 stars 3 forks source link

glibc error for ubuntu 18.04 #14

Open iffy opened 2 weeks ago

iffy commented 2 weeks ago

New as of this week, builds on Ubuntu 18.04 are getting a glibc version mismatch error when installing choosenim:

choosenim-init: Downloading choosenim-0.8.5_linux_amd64
/tmp/choosenim-0.8.5_linux_amd64: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /tmp/choosenim-0.8.5_linux_amd64)
/tmp/choosenim-0.8.5_linux_amd64: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/choosenim-0.8.5_linux_amd64)

https://github.com/iffy/install-nim/actions/runs/10551875386/job/29229905765

I don't know if dropping support for Ubuntu 18 was intentional or not.

ringabout commented 2 weeks ago

I have downgraded the built environment to ubuntu 20.04 as a workaround => https://github.com/nim-lang/choosenim/pull/15 hopefully it may solve this issue

It will switch to musl to build static binaries soon

iffy commented 2 weeks ago

It will switch to musl to build static binaries soon

That would be great!