Replies: 1 comment 2 replies
-
Well, I guess in Nix-on-Droid To try and rule out ARM strangeness, you could also try building on a different-arch NixOS box with QEMU user emulation: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to build a haskell project in nix-on-droid.
The linker fails trying to access
/lib
though.I created a ticket over here NixOS/nixpkgs#155722
In the ticket there is also a repository linked (https://github.com/573/aarch64-linux-ld-issue155722-reproduce/runs/5044168375?check_suite_focus=true#step:6:336 , sadly build run in continuous integration currently is blocked) where I try to reproduce the error.
Is there any chance the
/lib
issue might be related to how nix-on-droid / termux works in general ?Beta Was this translation helpful? Give feedback.
All reactions