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

missing dependencies #150

Open
VestigeJ opened this issue Jan 9, 2023 · 1 comment
Open

missing dependencies #150

VestigeJ opened this issue Jan 9, 2023 · 1 comment

Comments

@VestigeJ
Copy link

VestigeJ commented Jan 9, 2023

bart cli release download hits a missing local dependencies - not clear from the docs to resolve.

attempting to build from origin/main 'make bart' as a workaround.

$ wget https://github.com/fermyon/bartholomew/releases/download/v0.6.0/bart-cli-v0.6.0-linux-amd64.tar.gz
$ tar -xzvf bart-cli-v0.6.0-linux-amd64.tar.gz
$ ls
$ sudo cp bart /usr/local/bin/
$ bart

$ bart
bart: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found (required by bart)
bart: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by bart)
bart: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by bart)
bart: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by bart)

$ cat /etc/os-release

NAME="Ubuntu"
VERSION="20.04.5 LTS (Focal Fossa) Ubuntu 20.04.5 LTS
@vdice
Copy link
Member

vdice commented Jan 18, 2023

@VestigeJ thanks for raising. This seems similar to an issue seen with the Spin CLI: fermyon/spin#168

I think the two main options are to see if the glibc library can be updated on the host or perhaps attempting to statically build from the host directly eg via fermyon/spin#168 (comment)

Not clear if pinning our GitHub release runner to 20.04 (it looks like 18.04 is no longer an option) would help, but might be worth a shot if others are seeing this behavior.

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

No branches or pull requests

2 participants