-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
mtxclient, nheko fail to build on aarch64-linux #211758
Comments
tested against the outstanding mtxclient 0.9.0 -> 0.9.1 PR: #211684. still broken. |
I have no idea why a standard library header would depend, let alone be missing, on a different architecture. |
Likely due to us using outdated gcc (gcc9) on aarch64-linux. The story is complicated, but is being addressed. |
Forcing it to use gcc11Stdenv may fix the issue. |
It seems so: I tested by cross-compiling mtxclient (I don't have an aarch64 system). |
Opened #211776 |
Great... now coeurl fails to build. |
hope nobody minds this extra notification that is me thanking you all for jumping in so readily to fix things, even for someone you’ve never met. ❤️ anyone reading this: what you’re doing here has more impact than you know.
|
Steps To Reproduce
Steps to reproduce the behavior:
nix build '.#legacyPackages.aarch64-linux.nheko'
Build log
Additional context
log
for the build log): https://hydra.nixos.org/build/205928297nixos-22.11 brancheshas been fixed in nixos-22.11, see nheko: build with gcc 11 #211776 (comment)Notify maintainers
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.The text was updated successfully, but these errors were encountered: