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

aarch64-linux binary doesn't work on aarch64-linux-deb10 #762

Closed
mpickering opened this issue Jan 24, 2023 · 2 comments
Closed

aarch64-linux binary doesn't work on aarch64-linux-deb10 #762

mpickering opened this issue Jan 24, 2023 · 2 comments

Comments

@mpickering
Copy link
Contributor

For example see: https://gitlab.haskell.org/ghc/ghcup-ci/-/jobs/1319561

It seems that the aarch64-linux binary is built with a GHC bindist which links against quite a new version of glibc. This means that ghcup fails when using aarch64-deb10 because the version of glibc is too old.

Fixing this might require coordination with GHC releases to provide aarch64-linux binaries linked against an older glibc version but perhaps also an acceptable solution is to tell users that this configuration is not supported by ghcup.

@hasufell
Copy link
Member

ubuntu focal is used

@hasufell
Copy link
Member

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

No branches or pull requests

2 participants