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

helix-25.01-x86_64 binaries fail on Debian 12 due to glibc version #12397

Closed
pozix604 opened this issue Jan 4, 2025 · 2 comments
Closed

helix-25.01-x86_64 binaries fail on Debian 12 due to glibc version #12397

pozix604 opened this issue Jan 4, 2025 · 2 comments
Labels
C-bug Category: This is a bug R-duplicate Duplicated issue: please refer to the linked issue

Comments

@pozix604
Copy link

pozix604 commented Jan 4, 2025

Summary

Helix 25.01 binaries fail on Debian 12:

$ hx
/tmp/.mount_hxOwWYNh/usr/bin/hx: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /tmp/.mount_hxOwWYNh/usr/bin/hx)
/tmp/.mount_hxOwWYNh/usr/bin/hx: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by /tmp/.mount_hxOwWYNh/usr/bin/hx)

Debian 12 uses an older version of glibc:

$ ldd --version
ldd (Debian GLIBC 2.36-9+deb12u9) 2.36
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.

$ uname -a
Linux citium 6.1.0-28-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22) x86_64 GNU/Linux

A lot of people use Debian 12. Please consider supporting Debian.

Installation Method

AppImage and binary on releases page

Helix Version

25.01

@pozix604 pozix604 added the C-bug Category: This is a bug label Jan 4, 2025
@pozix604 pozix604 changed the title helix-25.01-x86_64.AppImage fails on Debian 12 due to glibc version helix-25.01-x86_64 binaries fail on Debian 12 due to glibc version Jan 4, 2025
@neolight1010
Copy link

Same happening on Ubuntu 22.04 (WSL) :/

@kirawi
Copy link
Member

kirawi commented Jan 4, 2025

Closing as a duplicate of #1932 since the binary's version is bound to the version of glib available in CI. The resolution may be something like #11243

@kirawi kirawi closed this as not planned Won't fix, can't repro, duplicate, stale Jan 4, 2025
@kirawi kirawi added the R-duplicate Duplicated issue: please refer to the linked issue label Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug R-duplicate Duplicated issue: please refer to the linked issue
Projects
None yet
Development

No branches or pull requests

3 participants