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

Released binaries are not statically linked #292

Closed
curantes opened this issue Nov 26, 2021 · 2 comments
Closed

Released binaries are not statically linked #292

curantes opened this issue Nov 26, 2021 · 2 comments

Comments

@curantes
Copy link

When downloading latest released binary and try to run it on debian bullseye i get the error
butane: /lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.32' not found (required by butane)
If I clone the repo and use the same build scripts It works fine.

Seems like the the released binaries are not built with the build scripts.

@curantes curantes changed the title Released binaries are not statically compiled Released binaries are not statically linked Nov 26, 2021
@Okeanos
Copy link
Contributor

Okeanos commented Nov 27, 2021

This is a known issue. Please see the discussion in #87 for more details.

I created a pull request over at src.fedoraproject.org a while ago that I believe should fix the issue, however, I am waiting for feedback on that. @bgilbert are there any news on that?

As a workaround you can build butane locally from this repository and get statically linked binaries.

@bgilbert
Copy link
Contributor

@Okeanos No news yet. It's still on my review queue, unfortunately.

Closing as duplicate of #87.

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

3 participants