Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Downgrade necessary libc version to run aarch binary #507

Closed
mageddo opened this issue Jul 5, 2024 · 0 comments
Closed

Downgrade necessary libc version to run aarch binary #507

mageddo opened this issue Jul 5, 2024 · 0 comments
Labels
feature Definition of a feature to be implemented
Milestone

Comments

@mageddo
Copy link
Owner

mageddo commented Jul 5, 2024

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 oracle/graal#7467 (comment)

Relates to #473

@mageddo mageddo added the feature Definition of a feature to be implemented label Jul 5, 2024
@mageddo mageddo added this to the 3.24.x milestone Jul 5, 2024
@mageddo mageddo moved this to In progress in DNS Proxy Server Jul 5, 2024
@mageddo mageddo closed this as completed Jul 5, 2024
@github-project-automation github-project-automation bot moved this from In progress to Done in DNS Proxy Server Jul 5, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
feature Definition of a feature to be implemented
Projects
Archived in project
Development

No branches or pull requests

1 participant