Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.6.1 linux x86_64 binary fails on ubuntu 22.04 #29

Open
thyageshm opened this issue Jan 9, 2025 · 5 comments · May be fixed by #30
Open

v0.6.1 linux x86_64 binary fails on ubuntu 22.04 #29

thyageshm opened this issue Jan 9, 2025 · 5 comments · May be fixed by #30

Comments

@thyageshm
Copy link

thyageshm commented Jan 9, 2025

Due to the recent change in the "ubuntu-latest" image tag used in Github Actions from 22.04 to 24.04, the latest binary has started to fail in ubuntu 22.04.

The suggested solution for backward compatibility is to change the image tag used to ubuntu-22.04 instead of ubuntu-latest in the github actions workflows file.

Ref: actions/runner-images#10636

EDIT: When I run on an x86_64 ubuntu v22.04, this is the error I get when executing the binary:
boon: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.38 not found (required by boon)

@thyageshm thyageshm linked a pull request Jan 9, 2025 that will close this issue
@santhosh-tekuri
Copy link
Owner

Can you provide the error message

@thyageshm
Copy link
Author

When I run on an x86_64 ubuntu v22.04, this is the error I get when executing the binary:
boon: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.38' not found (required by boon)`

@santhosh-tekuri
Copy link
Owner

are you sure you are using correct binary. can you download the same binary from release v0.6.0 and test it

@thyageshm
Copy link
Author

Yes, I tried using the v0.6.0 and it works.

@zonorti
Copy link

zonorti commented Jan 10, 2025

Same thing for us - running in GHA, downloading from releases, getting the same error.
This works now:

          repository: "santhosh-tekuri/boon"
          fileName: boon-x86_64-unknown-linux-gnu.tar.gz
          latest: false
          tag: 'v0.6.0'

More info:

Current runner version: '2.321.0'
Operating System
  Ubuntu
  22.04.5
  LTS
Runner Image
  Image: ubuntu-22.04
  Version: 2020105.1.0
  Included Software: https://github.com/actions/runner-images/blob/ubuntu22/202505.1/images/ubuntu/Ubuntu2204-Readme.md
  Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20250105.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants