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

[Bug]: Binary does not run on raspbian bullseye, requires newer glibc #2439

Open
1 task done
barrelltitor opened this issue Nov 3, 2024 · 0 comments
Open
1 task done
Labels
bug Something isn't working

Comments

@barrelltitor
Copy link

barrelltitor commented Nov 3, 2024

What did you expect to happen?

I expected to be able to use atuin after using the installation script

What happened?

I was unable to use atuin as the binary is incompatible with the glibc version on raspbian, getting the following:

atuin
atuin: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by atuin)
atuin: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by atuin)
atuin: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by atuin)
[ble: exit 1]
cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/

ldd --version
ldd (Debian GLIBC 2.31-13+rpt2+rpi1+deb11u10) 2.31

On an x86 debian with the exact same os release, this works and doesn't require glibc 2.34+

cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"


ldd --version
ldd (Debian GLIBC 2.31-13+deb11u11) 2.31

Atuin doctor output

Atuin can't run at all, same output of course

atuin doctor
atuin: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by atuin)
atuin: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by atuin)
atuin: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by atuin)
[ble: exit 1]

Code of Conduct

  • I agree to follow this project's Code of Conduct
@barrelltitor barrelltitor added the bug Something isn't working label Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant