Skip to content

versio 0.8.5 can't find GLIBC on ubuntu 22.04 TLS #37

@pdemagny

Description

@pdemagny

Describe the bug

Hi !

After upgrading to 0.8.5 on ubuntu 22.04 LTS (or using latest with the versio github actions), versio breaks and we get errors:

On my local workstation:

❯ versio version
/home/pdemagny/.asdf/installs/versio/0.8.5/bin/versio: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by /home/pdemagny/.asdf/installs/versio/0.8.5/bin/versio)
❯ versio check
/home/pdemagny/.asdf/installs/versio/0.8.5/bin/versio: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by /home/pdemagny/.asdf/installs/versio/0.8.5/bin/versio)

On Github Actions:

versio: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.39' not found (required by versio)`

v0.8.3 works fine on ubuntu 22.04 LTS.

To Reproduce

Install versio v0.8.5
Run RUST_LOG=versio=trace RUST_BACKTRACE=1 versio <command> <flags>

Expected behavior

versio check, versio plan & versio release works on ubuntu 22.04 LTS.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions