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

Linux-static binary is not actually static #15

Closed
vazub opened this issue May 30, 2023 · 2 comments
Closed

Linux-static binary is not actually static #15

vazub opened this issue May 30, 2023 · 2 comments
Assignees
Labels
bug Something isn't working release-binaries

Comments

@vazub
Copy link

vazub commented May 30, 2023

Not exactly a bug, but rather a misleading (unintentionally?) statement:

https://github.com/xyproto/orbiton/releases/download/v2.62.0/orbiton-2.62.0-linux_x86_64_static.tar.xz

$ ldd o
	/lib64/ld-linux-x86-64.so.2 (0x7f2cbac00000)
Error loading shared library libresolv.so.2: No such file or directory (needed by o)
	libc.so.6 => /lib64/ld-linux-x86-64.so.2 (0x7f2cbac00000)
@xyproto
Copy link
Owner

xyproto commented May 30, 2023

Thanks for reporting! I'll look into this.

@xyproto xyproto self-assigned this May 30, 2023
@xyproto xyproto added bug Something isn't working release-binaries labels May 30, 2023
@xyproto
Copy link
Owner

xyproto commented May 31, 2023

The release.sh script in main has been fixed. The release binaries for the next release should be in order.

@xyproto xyproto closed this as completed May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working release-binaries
Projects
None yet
Development

No branches or pull requests

2 participants