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

Latest pre-release does not work on non-recent Linux (e.g. Codespace default) due to GLIBC version #185

Open
lemmy opened this issue Dec 10, 2024 · 1 comment
Assignees

Comments

@lemmy
Copy link
Member

lemmy commented Dec 10, 2024

@lemmy ➜ /workspaces/tlapm (mku-LessSimpleEventually) $ wget https://github.com/tlaplus/tlapm/releases/download/1.6.0-pre/tlapm-1.6.0-pre-x86_64-linux-gnu.tar.gz

...

@lemmy ➜ /workspaces/tlapm (mku-LessSimpleEventually) $ ./tlapm/bin/tlapm --version
./tlapm/bin/tlapm: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found (required by ./tlapm/bin/tlapm)
./tlapm/bin/tlapm: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./tlapm/bin/tlapm)
./tlapm/bin/tlapm: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./tlapm/bin/tlapm)
./tlapm/bin/tlapm: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./tlapm/bin/tlapm)

@lemmy ➜ /workspaces/tlapm (mku-LessSimpleEventually) $ cat /etc/debian_version 
bullseye/sid

@lemmy ➜ /workspaces/tlapm (mku-LessSimpleEventually) $ dpkg -l |grep libc6
ii  libc6:amd64                      2.31-0ubuntu9.16                  amd64        GNU C Library: Shared libraries
ii  libc6-dbg:amd64                  2.31-0ubuntu9.16                  amd64        GNU C Library: detached debugging symbols
ii  libc6-dev:amd64                  2.31-0ubuntu9.16                  amd64        GNU C Library: Development Libraries and Header Files
ii  libc6-i386                       2.31-0ubuntu9.16                  amd64        GNU C Library: 32-bit shared libraries for AMD64
@lemmy lemmy changed the title Latest pre-release does not work on Github Codespaces (Linux) due to GLIBC version Latest pre-release does not work on non-recent Linux (e.g. Codespace default) due to GLIBC version Dec 10, 2024
@lemmy
Copy link
Member Author

lemmy commented Dec 10, 2024

IMO it is a good practice to support the last two LTS releases of Debian and Ubuntu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants