[GH-ISSUE #507] Downgrade necessary libc version to run aarch binary #177

Closed
opened 2026-02-26 04:34:17 +03:00 by kerem · 0 comments
Owner

Originally created by @mageddo on GitHub (Jul 5, 2024).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/507

What is Happening

Currently required libc version is 2.34 (2021)

What is Expected

Be compatible with at least 2.28 (2018)

Additional Info

Tried to be compatible with 2.24 but graalvm 21 on aarch version requires gcc 9 and I only managed to prepare a debian env with gcc 9 and libc 2.28 gcc:10-buster@sha256:d74acd6b586c6d40628b7fe0b2072e298c6dc5cf1c8c64dde51803f8b3d1b165

Error found on < gcc 9

cSunMiscSignal.c:278: undefined reference to `__aarch64_cas8_acq_rel'

Related thread https://github.com/oracle/graal/issues/7467#issuecomment-1731162112

Relates to #473

Originally created by @mageddo on GitHub (Jul 5, 2024). Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/507 ## What is Happening Currently required libc version is 2.34 (2021) ## What is Expected Be compatible with at least 2.28 (2018) ## Additional Info Tried to be compatible with 2.24 but graalvm 21 on aarch version requires gcc 9 and I only managed to prepare a debian env with gcc 9 and libc 2.28 `gcc:10-buster@sha256:d74acd6b586c6d40628b7fe0b2072e298c6dc5cf1c8c64dde51803f8b3d1b165` [Error found on < gcc 9](https://github.com/mageddo/dns-proxy-server/actions/runs/9655068231/job/26630505990) ``` cSunMiscSignal.c:278: undefined reference to `__aarch64_cas8_acq_rel' ``` Related thread https://github.com/oracle/graal/issues/7467#issuecomment-1731162112 Relates to #473
kerem 2026-02-26 04:34:17 +03:00
  • closed this issue
  • added the
    feature
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dns-proxy-server-mageddo#177
No description provided.