xyproto / orbiton

Configuration-free text editor and IDE limited to VT100. Suitable for writing git commit messages, editing Markdown, config files, source code, man pages and for quick edit-format-compile cycles when programming. Has syntax highlighting, jump-to-error, rainbow parentheses, macros, llm tab completion, cut/paste portals and a simple gdb front-end.
https://roboticoverlords.org/orbiton
BSD 3-Clause "New" or "Revised" License
501 stars 15 forks source link

Linux-static binary is not actually static #15

Closed vazub closed 1 year ago

vazub commented 1 year ago

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 commented 1 year ago

Thanks for reporting! I'll look into this.

xyproto commented 1 year ago

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